v0.3.1
This z-stream release consists of an improvement of how dcp handles container images already present locally -- if the image is found, dcp will not attempt to pull the image from the remote registry. This behavior can be modified to always pull via the --force
flag.
What's Changed
- docs: Update readme with new installation method by @exdx in #44
- feat: add skipping pulls by default if present, add --force flag and return on pull error by @tylerslaton in #45
- lib: Refactor local image listing by @exdx in #47
- image: add debug logs by @exdx in #48
Full Changelog: v0.3.0...v0.3.1