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 runcan set labels to all running containers –except for the invocation image– using--labelflag: #715 -
docker app pushis able to push all images that was not already pushed on the registry but that are available in the local Docker image store: #719platformandtagflags has been removed fromdocker app pushcommand -
docker app validatedisplays an error if some parameters are defined but not used in the compose file: #710 -
a compose file without
imagevalue for services can be run: #703 -
docker app runcan run a CNAB bundle directly using--cnab-bundle-json: #702 -
--build-argare sent todocker app buildcommand: #697
UX Improvements
-
docker app image lsbetter matches output ofdocker image lsand--digestsflag has been added: #709 #728 -
-qflag has been added todocker app image lsto only print image ids: #695 -
docker app renderhas been renamed todocker app image render: #726The command now only renders from App Image reference and cannot render anymore from a
.dockerapp: #724 -
docker appcommands 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 inspecthas been moved todocker app image inspectand the output has been improved: #699 #701 -
docker app buildUX 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 upgradehas been renamed asdocker app update: #694