v0.1.3
Notable changes:
- set
DOCKER_DEFAULT_PLATFORM
when buildingFROM scratch
images (#30) - add
--arch-filter
flag that mimics--skip-constraints
(#31) - fix edge case of children for images that are
FROM
aSharedTag
(#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.)