This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
Releases: appc/docker2aci
Releases · appc/docker2aci
v0.12.0
v0.11.1
v0.11.0
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.
v0.10.0
v0.9.3
v0.9.2
v0.9.1
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
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.