Releases: docker-library/bashbrew
Releases · docker-library/bashbrew
v0.1.2
Notable changes:
- "push skipping" code now queries the registry properly instead of using a Hub-specific API (#20, #21)
- explicit
Manifest2822Maintainer
object when parsing, useful forbashbrew cat --format
(#24) - official binaries built against Go 1.16 (#26)
(See https://github.com/docker-library/bashbrew/blob/v0.1.2/scripts/bashbrew-host-arch.sh for a useful script that can help determine the appropriate binary to download for a given environment dynamically.)
v0.1.1
Notable changes:
github.com/docker-library/go-dockerlibrary
is now canonically part of this repository- errors while parsing the older line-based file format will now be hidden as part of the effort to deprecate it (docker-library/go-dockerlibrary#26, #16)
git fetch
commits directly, if possible (#4, #12)