This update for zypper-docker to version 2.0.0 contains the following changes:
Features:
* Allow inspection of stopped containers
Using zypper-docker luc,lpc or pchkc on a stopped container is now possible.
* Analyze container instead of base image by default
Note: This is a backwards incompatible change. If the base image of a
container needs to be analyzed, which was the former default a new --base
flag can be used.
e.g. zypper-docker pchkc --base
Minor Improvements / Fixes:
* Add short forms of commands to help section (bsc#1022052)
* Fix bug that caused images not to be removed properly in some cases
* Fix bug that caused lpc command to log to stdout
* Fix bug that caused force flag not to work with zypper-docker images
* Fix zypper-docker ps command
* Fix bug with zypper-docker up/patch --no-recommends
* Fix update behavior when getting a zypper update
Other:
* Update and use zypper exit codes (bsc#1018823)
* Support recent version of the docker API
This update was imported from the SUSE:SLE-15:Update update project.
- Submitted by Miquel Sabate Sola (mssola)