Skip to content

Tags: paralin/go-containerregistry

Tags

update-docker-1

Toggle update-docker-1's commit message
chore: update docker/docker to 28.1.1 Signed-off-by: Christian Stewart <christian@aperture.us>

v0.20.3

Toggle v0.20.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump deps using hack/bump-deps.sh (google#2042) * bump deps using hack/bump-deps.sh Signed-off-by: Jason Hall <jason@chainguard.dev> * ignore pkg/v1/daemon for now to unblock Signed-off-by: Jason Hall <jason@chainguard.dev> * don't use deprecated stuff Signed-off-by: Jason Hall <jason@chainguard.dev> * unignore pkg/v1/daemon, remove more deprecated stuff Signed-off-by: Jason Hall <jason@chainguard.dev> --------- Signed-off-by: Jason Hall <jason@chainguard.dev>

v0.20.2

Toggle v0.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps: bump docker dep (google#1991) * deps: bump docker dep Signed-off-by: Jason Hall <jason@chainguard.dev> * go mod tidy all the things Signed-off-by: Jason Hall <jason@chainguard.dev> --------- Signed-off-by: Jason Hall <jason@chainguard.dev>

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create `remote.Push` (google#1978) This exposes a function with the same signature as `remote.{Tag,Put}` using `Taggable` but that has the semantics of `remote.Write[Index` wrt writing the consituent elements of the taggable. Signed-off-by: Matt Moore <mattmoor@chainguard.dev>

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore blind-write to remote.Put (google#1970) * Restore blind-write to remote.Put This used to do a blind write, but I "simplified" that when introducing remote.Pusher, which actually broke some things downstream of ggcr, so this restores that behavior. Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev> * Make it woke Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev> --------- Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>

v0.19.2

Toggle v0.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add -O shorthand for --omit-digest-tags to crane. (google#1958) --omit-digest-tags is hard to remember and easy to typo. Support -O as an alias. Signed-off-by: Scott Moser <scott.smoser@chainguard.dev>

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/ packages (google#1892) 

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Work around docker v25 tarballs (google#1872) Previously, we'd only seen compressed layers have LayerSources. As of v25, docker puts all layers in here, uncompressed, which exposed a bug in how Descriptor interacts with partial's uncompressed layer handling. Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Always print pushed digest in crane push (google#1860) 

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow port and disk path to be overriden (google#1848)