Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@parlt91 parlt91 released this 13 Jun 07:41
· 8 commits to master since this release
v2.0.0

Features

  • Allow inspection of stopped containers #137
    Using zypper-docker luc,lpc or pchkc on a stopped container is now possible.
  • Analyze container instead of base image by default #148
    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 <Container-ID>

Minor Improvements / Fixes

  • Add short forms of commands to help section #143
  • Fix bug that caused images not to be removed properly in some cases #137
  • Fix bug that caused lpc command to log to stdout #140
  • Fix bug that caused force flag not to work with zypper-docker images #141
  • Fix zypper-docker ps command #146
  • Fix bug with zypper-docker up/patch --no-recommends #150
  • Fix update behavior when getting a zypper update #134

Other

  • Update integration tests #142
  • Move from docker/engine-api to docker/docker #138
  • Update and use zypper exit codes #122

Note to packagers

  • Removed Go 1.5 and 1.6 support 1.9 and 1.10.x are supported now #139