Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

v0.9.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@docker-dsg-cibot docker-dsg-cibot released this 08 Nov 13:41
· 156 commits to master since this release
44932b6

Changes 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: #719

    platform and tag flags has been removed from docker 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 to docker app build command: #697

UX Improvements

  • docker app image ls better matches output of docker image ls and --digests flag has been added: #709 #728

  • -q flag has been added to docker app image ls to only print image ids: #695

  • docker app render has been renamed to docker app image render: #726

    The command now only renders from App Image reference and cannot render anymore from a .dockerapp: #724

  • docker app commands like app 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 to docker app image inspect and the output has been improved: #699 #701

  • docker app build UX has been adjusted to be closer to docker 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 as docker app update: #694