{"id":15099359,"url":"https://github.com/oras-project/setup-oras","last_synced_at":"2025-04-15T00:30:34.974Z","repository":{"id":103365582,"uuid":"590286646","full_name":"oras-project/setup-oras","owner":"oras-project","description":"Set up your GitHub Actions workflow with a specific version of ORAS","archived":false,"fork":false,"pushed_at":"2025-04-14T06:43:53.000Z","size":336,"stargazers_count":21,"open_issues_count":2,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T07:39:25.643Z","etag":null,"topics":["cli","github-actions","oras"],"latest_commit_sha":null,"homepage":"https://oras.land/","language":"TypeScript","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/oras-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T03:45:52.000Z","updated_at":"2025-04-14T06:43:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5c57bf0-698d-4152-878c-a690b8f4d834","html_url":"https://github.com/oras-project/setup-oras","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Fsetup-oras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Fsetup-oras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Fsetup-oras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Fsetup-oras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oras-project","download_url":"https://codeload.github.com/oras-project/setup-oras/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843569,"owners_count":21170481,"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":["cli","github-actions","oras"],"created_at":"2024-09-25T17:11:21.082Z","updated_at":"2025-04-15T00:30:34.939Z","avatar_url":"https://github.com/oras-project.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-oras\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://oras.land/\"\u003e\u003cimg src=\"https://oras.land/img/oras.svg\" alt=\"banner\" width=\"100px\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nSetup [ORAS CLI](https://github.com/oras-project/oras) on GitHub Actions runners.\n\n## Quick Start\n\nSetup the `oras` CLI of the default version:\n\n```yaml\nsteps:\n  - uses: oras-project/setup-oras@v1\n  - run: oras version\n```\n\n## Advanced Usage\n\nInstall a specific version of the `oras` CLI by specifying the input `version` without the prefix `v`. Stable versions (not pre-release versions) are supported and can be found at [`oras` releases](https://github.com/oras-project/oras/releases).\n\nFor example, install `oras` version `v1.0.0`.\n\n```yaml\nsteps:\n  - uses: oras-project/setup-oras@v1\n    with:\n      version: 1.0.0\n  - run: oras version\n```\n\nYou can also download `oras` CLI from any preferred trusted source, by specifying link of the source via `url` and the SHA256 checksum via `checksum`. This can be used to download a pre-release version or download from a proxy other than `github.com`. \n\nFor example, install `oras` version `v1.2.0-beta.1`.\n\n```yaml\nsteps:\n  - uses: oras-project/setup-oras@v1\n    with:\n      url: https://github.com/oras-project/oras/releases/download/v1.2.0-beta.1/oras_1.2.0-beta.1_linux_amd64.tar.gz\n      checksum: 37d86f848f7c7c471035cf8218f06372fd72a9fbdca1e10f509738e222b3b2be\n  - run: oras version\n```\n\n## Docs\n\nDocumentation for the ORAS CLI is located on the [project website][docs-cli].\n\n[docs-cli]: https://oras.land/docs/commands/use_oras_cli\n\n## Code of Conduct\n\nThis project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foras-project%2Fsetup-oras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foras-project%2Fsetup-oras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foras-project%2Fsetup-oras/lists"}