Skip to content

Releases: containers/image

v1.4

21 Feb 10:22
f30d2c4
Compare
Choose a tag to compare
  • Always cancel, and wait for, a mpb.Progress pool
  • Remove bar != nil checks
  • Use separate short-term progress pools for layers, and config
  • Move creation of destInfos and destIDs closer to its uses
  • Add copier.newProgressPool
  • Add a mpb.Progress parameter to createProgressBar
  • Remove shortDigest
  • Move the responsibility for aligning progress bars into createProgressBar
  • Remove copier.progresWG
  • Don't call SetTotal(0, true)
  • progress bars: use github.com/vbauerster/mpb
  • storage: set a returned image's .Digest to the specified digest
  • WIP: Support multiple manifests in c/storage
  • Don't update manifests when writing to digested references
  • Fallback to v2s2 if OCI manifest upload fails on ECR
  • Refactor isManifestInvalidError()
  • docker-image-src/getExternalBlob: handle nil resp
  • Remove an unnecessary pipe in ostreeImageSource.GetBlob
  • ostreeImageSource.GetBlob(): close mfz when we're done with it
  • sysregistriesv2: Export registries struct for v1 format
  • Lock docker/tarfile/src.ensureCachedDataIsPresent
  • Mark docker/tarfile's GetBlob thread-safe
  • Remove newlines from logging
  • dockerImageDestination: hasThreadSafePutBlob -> true
  • docker client: make extraScope a parameter
  • Move to version 1.5-dev
  • Bump to version 1.4
  • copy: print singles lines when reportWriter is not a tty
  • add @vrothberg to the list of MAINTAINERS
  • Revert ".travis: specify HOME env variable"

v1.3

08 Jan 15:31
f0cbc16
Compare
Choose a tag to compare
Mark dockerImageDestination to not be thread safe as there is a race
copy.Copy: progressbars: set correct output
policy_reference_match_test: use lower charactar for digests
fix lint errors: consistent receiver names
copy: parallelize layer copying
storageImageSource: HasThreadSafeGetBlob -> true
dockerImageDestination: HasThreadSafePutBlob -> true
storageImageDestination: HasThreadSafePutBlob -> true
dockerImageSource: HasThreadSafeGetBlob -> true
dockerClient: make tokenCache thread safe
dockerClient: execute detectProperties at most once
ImageDestination: add HasThreadSafePutBlob() method
ImageSource: add HasThreadSafeGetBlob() method
vendor: use github.com/klauspost/pgzip instead of compress/gzip
vendor latest ostree
Fix prefix matching in FindRegistry

Version 1.1 Initial released version of containers/storage

07 Dec 17:39
d53afe1
Compare
Choose a tag to compare

We have not been shipping containers/image, so we have not been generating releases. Now that we are attempting to package containers/storage up into Debian, we need to start generating releases and versions.

This is the initial released version.