Skip to content

SaladTechnologies/oras-go

This branch is 4 commits ahead of, 22 commits behind oras-project/oras-go:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9a6f3e · Oct 14, 2024
Apr 9, 2024
May 1, 2024
Aug 24, 2023
Oct 14, 2024
May 1, 2024
Mar 20, 2023
Mar 14, 2023
Jun 1, 2021
Jul 22, 2021
Jun 23, 2022
Sep 14, 2022
Mar 14, 2023
May 1, 2024
Mar 19, 2024
Aug 29, 2023
Sep 27, 2023
Jan 6, 2023
May 1, 2024
Apr 8, 2024
Jan 10, 2024
Mar 8, 2024
Mar 8, 2024
May 4, 2023
Nov 21, 2023
Apr 29, 2024
Apr 8, 2024
Mar 20, 2024
Mar 8, 2024
Aug 29, 2022

Repository files navigation

ORAS Go library

banner

Project status

Versioning

The ORAS Go library follows Semantic Versioning, where breaking changes are reserved for MAJOR releases, and MINOR and PATCH releases must be 100% backwards compatible.

v2: stable

Build Status codecov Go Report Card Go Reference

The version 2 is actively developed in the main branch with all new features.

Note

The main branch follows Go's Security Policy and supports the two latest versions of Go (currently 1.21 and 1.22).

Examples for common use cases can be found below:

If you are seeking latest changes, you should use the main branch (or a specific commit hash) over a tagged version when including the ORAS Go library in your project's go.mod. The Go Reference for the main branch is available here.

To migrate from v1 to v2, see MIGRATION_GUIDE.md.

v1: stable

Build Status Go Report Card Go Reference

As there are various stable projects depending on the ORAS Go library v1, the v1 branch is maintained for API stability, dependency updates, and security patches. All v1.* releases are based upon this branch.

Since v1 is in a maintenance state, you are highly encouraged to use releases with major version 2 for new features.

Docs

Code of Conduct

This project has adopted the CNCF Code of Conduct. See CODE_OF_CONDUCT.md for further details.

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%