This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
v0.4.0
Pre-release
Pre-release
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
.dockerapp
will no longer be recognized. - Add a new
validate
command that checks the content of an application package for errors. - Add a new
fork
command to duplicate and modify an existing application package. - Add
--with-registry-auth
flag 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.