{"id":18510671,"url":"https://github.com/operator-framework/operator-manifest-tools","last_synced_at":"2025-07-01T09:31:41.512Z","repository":{"id":38298285,"uuid":"379943137","full_name":"operator-framework/operator-manifest-tools","owner":"operator-framework","description":"Tooling that enables software release pipelines for operator manifests","archived":false,"fork":false,"pushed_at":"2025-06-23T20:54:16.000Z","size":7626,"stargazers_count":8,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-28T14:52:56.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/operator-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-24T13:58:17.000Z","updated_at":"2025-06-23T20:52:26.000Z","dependencies_parsed_at":"2024-01-07T17:09:26.449Z","dependency_job_id":"755c36ad-cb69-401f-a046-b41b079a3b43","html_url":"https://github.com/operator-framework/operator-manifest-tools","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/operator-framework/operator-manifest-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Foperator-manifest-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Foperator-manifest-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Foperator-manifest-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Foperator-manifest-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/operator-framework","download_url":"https://codeload.github.com/operator-framework/operator-manifest-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/operator-framework%2Foperator-manifest-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262935810,"owners_count":23387259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T15:24:21.527Z","updated_at":"2025-07-01T09:31:41.249Z","avatar_url":"https://github.com/operator-framework.png","language":"Go","readme":"# operator-manifest-tools\n\nTooling that enables software release pipelines for operator manifests.\n\n## Installation\n\n### Binaries\n\nBinaries are available for Linux (amd64, s390x, ppc64le, and arm64) and Darwin (amd64). This tool bundles the [crane resolver](https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane.md) and uses it by default. Use of alternate or even custom image resolvers is available; please see the sections below.\n\n### Docker\n\nThe docker images are build on top of the skopeo image available at `quay.io/containers/skopeo:latest`. This provides the latest skopeo in image for operator-manifest tools to use.\n\n```sh\ndocker run quay.io/operator-framework/operator-manifest-tools:latest version\n```\n\n### From source\n\nCloning the repo and running make should be all that is required to install the library from source.\n\n```sh\nmake install\n```\n\n## Commands\n\nCommand documentation: [Operator Manifest Tools](docs/operator-manifest-tools.md).\n\n```sh\nUsage:\n  operator-manifest-tools [command]\n\nAvailable Commands:\n  completion  generate the autocompletion script for the specified shell\n  help        Help about any command\n  pinning     Operator manifest image pinning\n\nFlags:\n  -h, --help      help for operator-manifest-tools\n  -v, --verbose   Print debug output of the command\n\nUse \"operator-manifest-tools [command] --help\" for more information about a command.\n```\n\n### Pinning\n\n#### Usage\n\nThe pinning subcommands are meant to **extract** a ClusterServiceVersion yaml file in a directory, **resolve** the images tags to a digest, and **replace** the image references with tags to images with digests.\n\nThe 3 subcommands can be done at one time using the **pin** command. It is also possible to string the **extract**, **resolve**, and **replace** commands together using Unix/Linux pipes.\n\nExample:\n\n```sh\n# pin a csv in a directory\noperator-manifest-tools pinning pin $MANIFEST_DIR\n\n# equalivent to pin; doesn't generate temporary files for the cmd though\noperator-manifest-tools pinning extract $MANIFEST_DIR - | operator-manifest-tools pinning resolve - | operator-manifest-tools pinning replace $MANIFEST_DIR\n```\n#### Using alternate resolvers\n\nIf the built in `crane` resolver is causing issues, there is a built in alternate skopeo resolver. It requires the [skopeo](https://github.com/containers/skopeo) binary to be on the host machine. Just run the commands with the option `--resolver skopeo`\n\n#### Custom Resolve Scripts\n\nIt's possible to replace skopeo with other resolve mechanisms (i.e. docker). The resolve and pin command can take parameters that will override the crane default with a script. Please see [hack/resolvers/skopeo.sh](hack/resolvers/skopeo.sh) for an example using skopeo.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Foperator-manifest-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foperator-framework%2Foperator-manifest-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foperator-framework%2Foperator-manifest-tools/lists"}