Enhancements
Pull
- Added an
--images
(-i) flag to enable the pulling of images via the command line.
$ sinker pull -i busybox:latest,quay.io/coreos/prometheus-operator:v0.40.0
Push
- Added the
--images
(-i) and--target
(-t) flags to enable the pushing of images via the command line.
$ sinker push -i busybox:latest,quay.io/coreos/prometheus-operator:v0.40.0 -t host.com/repo
Check
- Added an
--images
(-i) flag to enable checking for new images via the command line.
$ sinker check -i busybox:1.30.0,quay.io/coreos/prometheus-operator:v0.40.0