Skip to content

damdo/oci-artifacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oci-artifacts

Working Go examples on how to push and pull any artifact (file) to/from OCI registries ("container registries"), using the ORAS project library.

Check out push and pull.

Disclaimer: This only works with OCI registries that support OCI artifacts. You can find a list of them here.

Usage:

go run . --files "data/dock.jpg,data/ship.jpg" --image "REGISTRY/USER/REPO:TAG" \
 --username "<USER>" --password "<PASSWORD>" --output "."

About

Working Go examples on how to push and pull any artifact (file) to/from OCI registries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages