Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Releases: appc/docker2aci

v0.12.0

05 Jul 16:11
v0.12.0
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

v0.12.0 introduces support for the Docker v2.2 image format and OCI image format. It also fixes a bug that prevented pulling by digest to work.

  • backend/repository2: don't ignore when there's an image digest (#171).
  • lib/repository2: add support for docker v2.2 and OCI (#176).

v0.11.1

30 May 12:26
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

v0.11.1 is a bugfix release.

  • Fix parallel pull synchronisation (#167, #168).

v0.11.0

27 May 08:14
v0.11.0
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

This release splits the --insecure flag in two, --insecure-skip-verify to skip TLS verification, and --insecure-allow-http to allow unencrypted connections when fetching images. It also includes a couple of bugfixes.

  • Add missing message to channel on successful layer download (#161).
  • Fix a panic when a layer being fetched encounters an error (#162).
  • Split --insecure flag in two (#163).

v0.10.0

25 May 13:44
v0.10.0
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

This release includes two major performance optimizations: parallel layer pull and parallel ACI compression.

  • Pull layers in parallel (#158).
  • Use a parallel compression library (#157).
  • Fix auth token parsing to handle services with spaces in their names (#150).

v0.9.3

01 Apr 12:44
v0.9.3
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

v0.9.3 is a minor bug fix release.

  • Use the default transport when doing HTTP requests (#147). We were using an empty transport which didn't pass on the proxy configuration.

v0.9.2

18 Mar 09:10
v0.9.2
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

v0.9.2 is a minor release with a bug fix and a cleanup over the previous one.

  • Use upstream docker functions to parse docker URLs and parse digest (#140).
  • Change docker entrypoint/cmd annotations to json (#142).

v0.9.1

10 Mar 14:54
v0.9.1
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

v0.9.1 is mainly a bugfix and cleanup release.

  • Remove redundant dependency fetching, we're vendoring them now (#134).
  • Export ParseDockerURL which is used by rkt (#135).
  • Export annotations so people can use them outside docker2aci (#135).
  • Refactor the library so internal functions are in the "internal" package (#135).
  • Document release process and add a bump-version script (#137).

v0.9.0

08 Mar 16:15
v0.9.0
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

v0.9.0 is the initial release of docker2aci.

docker2aci converts to ACI Docker images from a remote repository or from a local file generated with "docker save".

It supports v1 and v2 Docker registries, compression, and layer squashing.