Tags: paralin/go-containerregistry
Tags
chore: update docker/docker to 28.1.1 Signed-off-by: Christian Stewart <christian@aperture.us>
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>
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>
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>
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>
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>
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>
feat: allow port and disk path to be overriden (google#1848)
PreviousNext