Releases: docker-library/bashbrew
Releases · docker-library/bashbrew
v0.1.3
Notable changes:
- set
DOCKER_DEFAULT_PLATFORMwhen buildingFROM scratchimages (#30) - add
--arch-filterflag that mimics--skip-constraints(#31) - fix edge case of children for images that are
FROMaSharedTag(#32)
(See https://github.com/docker-library/bashbrew/blob/v0.1.3/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.2
Notable changes:
- "push skipping" code now queries the registry properly instead of using a Hub-specific API (#20, #21)
- explicit
Manifest2822Maintainerobject 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-dockerlibraryis 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 fetchcommits directly, if possible (#4, #12)