Skip to content

Releases: containers/image

v5.10.6

27 Apr 06:51
Compare
Choose a tag to compare

v5.5.3

27 Apr 06:49
Compare
Choose a tag to compare

v5.11.1

20 Apr 11:36
Compare
Choose a tag to compare
  • copy: temporarily disable early commits
  • oci/layout: remove debug log

v5.11.0

09 Apr 15:41
Compare
Choose a tag to compare
  • Enable subdomain matching in registries.conf
  • registries.conf: configure credential helpers
  • Bump github.com/containers/storage from 1.28.0 to 1.28.1
  • Bump github.com/klauspost/compress from 1.11.12 to 1.11.13
  • Bump github.com/vbauerster/mpb/v6 from 6.0.2 to 6.0.3
  • storage destination: improve doc comments re: concurrency
  • Spelling
  • Bump github.com/containers/storage from 1.27.0 to 1.28.0
  • manifest: GuessMIMEType: support OCI artifacts
  • copy: early commit of storage blobs
  • fix docker.GetDigest docker.makeRequestToResolvedURL docker.getExternalBlob socket leak
  • fix typo in docs/containers-registries.conf.d.5.md
  • fix GetBlob socket leak Closes #1177
  • platform matcher: use compat matrix
  • Cirrus: Migrate from Travis CI
  • add option to download foreign layers contents
  • Bump github.com/klauspost/compress from 1.11.9 to 1.11.12
  • storageImageSource.LayerInfosForCopy(): return uncompressed MediaTypes
  • storage: GetBlob: write to a local tempfile
  • Bump github.com/klauspost/compress from 1.11.7 to 1.11.9
  • Bump github.com/ulikunitz/xz from 0.5.9 to 0.5.10
  • Bump github.com/containers/storage from 1.26.0 to 1.27.0
  • shortnames: correctly determine cache directory for rootless
  • README: godoc: point to v5
  • Check destination image exists copy optimization
  • copy: compute blob compression on reused blobs based on source MediaType
  • copy: provide compression info about copied blobs
  • shortnames: resolution error: point to manpage if config is absent
  • bump to v5.11.0-dev
  • short-name-aliases.conf: use cache folders instead of $HOME
  • update progress-bar lib mpb to v6
  • Bump github.com/containers/storage from 1.24.5 to 1.25.0
  • Bump github.com/containers/ocicrypt from 1.0.3 to 1.1.0
  • Update containers-registries.conf.5.md
  • Fix writing signatures for updated multi-arch image components
  • Beautify copyBlobStream a bit
  • move to v5.10.2-dev

v5.10.5

03 Mar 17:32
Compare
Choose a tag to compare
  • storageImageSource.LayerInfosForCopy(): return uncompressed MediaTypes

v5.10.4

25 Feb 13:15
Compare
Choose a tag to compare
  • copy: compute blob compression on reused blobs based on source MediaType
  • copy: provide compression info about copied blobs

v5.10.3

19 Feb 13:51
Compare
Choose a tag to compare
  • place shortnames in ~/.cache not ~/.config/.cache

v5.10.2

09 Feb 16:55
Compare
Choose a tag to compare
  • short-name-aliases.conf: use cache folders instead of $HOME

Note: the v5.10.x series is now cut from the release-v5.10 branch.

v5.10.1

28 Jan 19:48
Compare
Choose a tag to compare

Fix segfault if sys is not defined.

v5.10.0

27 Jan 19:29
Compare
Choose a tag to compare
  • tarball: fix example code
  • Bump github.com/ulikunitz/xz from 0.5.8 to 0.5.9
  • Bump github.com/opencontainers/selinux from 1.6.0 to 1.8.0
  • Bump github.com/vbauerster/mpb/v5 from 5.3.0 to 5.4.0
  • Add DockerLogMirrirChoice to ctx for log
  • Rename variables in pkg/docker/config tests
  • Fix pkg/docker/config tests on non-Linux systems
  • Add macOS test cases to GetPathToAuth
  • Fix docker tests with recent c/storage
  • Fix signature tests with recent c/storage
  • Fix sysregistriesv2 tests with recent c/storage
  • Fix pkg/docker/config tests with recent c/storage
  • Bump github.com/containers/storage from 1.23.7 to 1.24.5
  • Bump github.com/klauspost/compress from 1.11.3 to 1.11.6
  • Enable subdomain matching in policy.json
  • Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
  • Bump github.com/klauspost/compress from 1.11.6 to 1.11.7
  • ostree.TestReferenceSignaturePath: fix a compiler warning in a test
  • manifest: add a test for UpdatedMIMEType
  • blobinfocache: track compression types for locations
  • Actually make a copy of ctx as the comment claims
  • Actually use the SystemContext copy in the one place that matters
  • Update golangci-lint
  • Clarify the canModifyBlob condition in copyBlobFromStream
  • Cleanup description of shortname expansion
  • Allow callers to set the MaxParallelDownloads field
  • Fix up errors linter is complaining about
  • Set a default User-Agent if unset