- The docker registry resolver can communicate directly with docker registries including docker hub.
- API negotiation with docker daemon
- The pin command will not change the tag anymore since the the 0.1.0 algorithms was subject made assumptions that are not necessarily true.
- The
pin
command will no longer try to infer the most precise version automatically.
- Replaced
gometalinter
withgolangci-lint
- Updated go to
go1.14.2
- pin: add tags and digests to image references
- updated to golang 1.11.2
Huge thank's to the first code contributor: Subhobrata Dey aka sbcd90 👏
- domain
- name
- familiar-name
- path
- tag
- domain
- name
- familiar-name
- path
- tag
- untagged
- digest
- any (no implicit). Potentially breaking.
list: The list command behaves like the contains command but also prints matching image refernces.
unpinned: Match image references that are not pinned
latest: Match image references that are not pinned and untagged or tagged with "latest"
Initial release.
contains: The contains command returns exit code 0 when the given input contains at least one image reference that satisfy the given conditions, non-null otherwise
Dockerfile The Format used by docker build