{"id":13599159,"url":"https://github.com/oras-project/oras-go","last_synced_at":"2025-04-04T13:14:03.338Z","repository":{"id":36968503,"uuid":"362552543","full_name":"oras-project/oras-go","owner":"oras-project","description":"ORAS Go library","archived":false,"fork":false,"pushed_at":"2024-05-19T13:24:44.000Z","size":6080,"stargazers_count":163,"open_issues_count":22,"forks_count":89,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-19T14:31:42.107Z","etag":null,"topics":["artifact","container","go","oras","registry"],"latest_commit_sha":null,"homepage":"https://oras.land","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/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":"2021-04-28T17:24:08.000Z","updated_at":"2024-05-31T06:33:48.710Z","dependencies_parsed_at":"2023-09-26T09:04:06.850Z","dependency_job_id":"f50f7c0d-431a-4746-a87b-8875c2d3a7f6","html_url":"https://github.com/oras-project/oras-go","commit_stats":{"total_commits":354,"total_committers":61,"mean_commits":5.80327868852459,"dds":0.7853107344632768,"last_synced_commit":"97a80e521ab18510dd25014bc7c03f13ae2feee6"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Foras-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Foras-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Foras-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oras-project%2Foras-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oras-project","download_url":"https://codeload.github.com/oras-project/oras-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246558051,"owners_count":20796696,"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":["artifact","container","go","oras","registry"],"created_at":"2024-08-01T17:01:00.380Z","updated_at":"2025-04-04T13:14:03.308Z","avatar_url":"https://github.com/oras-project.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# ORAS Go library\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\n## Project status\n\n### Versioning\n\nThe ORAS Go library follows [Semantic Versioning](https://semver.org/), where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.\n\n### v2: stable\n\n[![Build Status](https://github.com/oras-project/oras-go/actions/workflows/build.yml/badge.svg?event=push\u0026branch=main)](https://github.com/oras-project/oras-go/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Amain)\n[![codecov](https://codecov.io/gh/oras-project/oras-go/branch/main/graph/badge.svg)](https://codecov.io/gh/oras-project/oras-go)\n[![Go Report Card](https://goreportcard.com/badge/oras.land/oras-go/v2)](https://goreportcard.com/report/oras.land/oras-go/v2)\n[![Go Reference](https://pkg.go.dev/badge/oras.land/oras-go/v2.svg)](https://pkg.go.dev/oras.land/oras-go/v2)\n\nThe version `2` is actively developed in the [`main`](https://github.com/oras-project/oras-go/tree/main) branch with all new features.\n\n\u003e [!Note]\n\u003e The `main` branch follows [Go's Security Policy](https://github.com/golang/go/security/policy) and supports the two latest versions of Go (currently `1.23` and `1.24`).\n\nExamples for common use cases can be found below:\n\n- [Copy examples](https://pkg.go.dev/oras.land/oras-go/v2#pkg-examples)\n- [Registry interaction examples](https://pkg.go.dev/oras.land/oras-go/v2/registry#pkg-examples)\n- [Repository interaction examples](https://pkg.go.dev/oras.land/oras-go/v2/registry/remote#pkg-examples)\n- [Authentication examples](https://pkg.go.dev/oras.land/oras-go/v2/registry/remote/auth#pkg-examples)\n\nIf you are seeking latest changes, you should use the [`main`](https://github.com/oras-project/oras-go/tree/main) branch (or a specific commit hash) over a tagged version when including the ORAS Go library in your project's `go.mod`.\nThe Go Reference for the `main` branch is available [here](https://pkg.go.dev/oras.land/oras-go/v2@main).\n\nTo migrate from `v1` to `v2`, see [MIGRATION_GUIDE.md](./MIGRATION_GUIDE.md).\n\n### v1: stable\n\n[![Build Status](https://github.com/oras-project/oras-go/actions/workflows/build.yml/badge.svg?event=push\u0026branch=v1)](https://github.com/oras-project/oras-go/actions/workflows/build.yml?query=workflow%3Abuild+event%3Apush+branch%3Av1)\n[![Go Report Card](https://goreportcard.com/badge/oras.land/oras-go)](https://goreportcard.com/report/oras.land/oras-go)\n[![Go Reference](https://pkg.go.dev/badge/oras.land/oras-go.svg)](https://pkg.go.dev/oras.land/oras-go)\n\nAs there are various stable projects depending on the ORAS Go library `v1`, the\n[`v1`](https://github.com/oras-project/oras-go/tree/v1) branch\nis maintained for API stability, dependency updates, and security patches.\nAll `v1.*` releases are based upon this branch.\n\nSince `v1` is in a maintenance state, you are highly encouraged\nto use releases with major version `2` for new features.\n\n## Docs\n\n- [oras.land/client_libraries/go](https://oras.land/docs/Client_Libraries/go): Documentation for the ORAS Go library\n- [Reviewing guide](https://github.com/oras-project/community/blob/main/REVIEWING.md): All reviewers must read the reviewing guide and agree to follow the project review guidelines.\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%2Foras-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foras-project%2Foras-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foras-project%2Foras-go/lists"}