This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Releases: docker-archive-public/docker.app
Releases · docker-archive-public/docker.app
v0.6.0
Changelog for release v0.6.0:
- Add support for external files (extra configuration files): when pushing and pulling all files present in the application folder are included.
- Render can now produce output in multiple formats (YAML or JSON).
splitandmergenow work properly when specifying an image as input and no output.- Fix multiple issues in Helm chart generation.
- Command line accepts a trailing slash in the application path.
v0.5.0
Changelog for release v0.5.0:
pushnow works on Windows and bypasses the local docker daemon by talking directly to the registry.saveandlshave been removed as a consequence of previous change.- All commands now accept an application package as a URL.
inspectnow also shows a summary of services, networks, volumes and secrets.pushcommand now accepts a custom repository name.completioncommand can generate zsh completion in addition to bash.- Fix a panic when using
x-enabled: false. - Fix a bug where the application directory name was wrong when extracting from a Docker image.
- Fix a rendering bug where overriding variables without any default value in settings would fail.
v0.4.1
v0.4.0
This 0.4.0 release of docker-application comes with the following changes:
- Fix single-file document separator to use the standard '---'. This might break existing files.
- Simplify docker application detection: Files and directory not ending with
.dockerappwill no longer be recognized. - Add a new
validatecommand that checks the content of an application package for errors. - Add a new
forkcommand to duplicate and modify an existing application package. - Add
--with-registry-authflag todocker-app deploy - Fix a bug where application was not recognized if a trailing '/' was left on the CLI.
- Harden YAML parsing against YAML bombs.
- Lots of refactoring.
v0.3.0
Changelog
- Add
docker-app lscommand to list images. - Add
docker-app mergeanddocker-app splitto convert an application package between single-file and directory formats. - Support creating helm charts which can be deployed to UCP 3.0 (Compose for Kubernetes v1beta1 API support).
v0.2.0
0.1.0
The first, internal-only, release of the docker-app tool for building Compose-based application packages. This is intended for feedback and early testing by Docker employees outside the Application Definition team.
If you try this release out please let us know and open issues as needed. Note that the repository will be public in the future so only open issues containing information that is OK to be read by folks outside Docker.