v0.9.0-beta1
Pre-releaseChanges since v0.9.0-zeta1
Updates
- CNAB schema version is updated to
v1.0.0
: #719
New Features
-
docker app run
can set labels to all running containers –except for the invocation image– using--label
flag: #715 -
docker app push
is able to push all images that was not already pushed on the registry but that are available in the local Docker image store: #719platform
andtag
flags has been removed fromdocker app push
command -
docker app validate
displays an error if some parameters are defined but not used in the compose file: #710 -
a compose file without
image
value for services can be run: #703 -
docker app run
can run a CNAB bundle directly using--cnab-bundle-json
: #702 -
--build-arg
are sent todocker app build
command: #697
UX Improvements
-
docker app image ls
better matches output ofdocker image ls
and--digests
flag has been added: #709 #728 -
-q
flag has been added todocker app image ls
to only print image ids: #695 -
docker app render
has been renamed todocker app image render
: #726The command now only renders from App Image reference and cannot render anymore from a
.dockerapp
: #724 -
docker app
commands likeapp image tag
,app image remove
,app run
, etc can now handle short id: #717 -
Naming in help and error message is more consistent: #704 #713
-
docker app inspect
has been moved todocker app image inspect
and the output has been improved: #699 #701 -
docker app build
UX has been adjusted to be closer todocker build
:docker app build --tag my/app:1.0.0 -f path/to/app.dockerapp path/to/context
: #691 #718 #725 #727 -
docker app upgrade
has been renamed asdocker app update
: #694