Releases: docker-library/bashbrew
v0.1.12
Notable changes:
- fix
ArchLastStageFrom
withoci-import
(#92) - fit
gitfs
symlink handling, especially foroci-import
(#93)
(See https://github.com/docker-library/bashbrew/blob/v0.1.12/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.11
Notable changes:
- add
sha256sum
template command (#90)
(See https://github.com/docker-library/bashbrew/blob/v0.1.11/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.10
Notable changes:
- fix minor
docker push
bug (#88) - add
ArchGitChecksum
template command /bashbrew context
debugging command (#89)
(See https://github.com/docker-library/bashbrew/blob/v0.1.10/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.9
Notable changes:
- add support for using Buildkit's sbom and provenance generation (#69)
- test and support running the GitHub action on Windows builders (#83)
Bug fixes:
- fix
bashbrew push
to continue pushing after the first item (#71) - bump golang to
1.20
(#76) and other miscellaneous dependencies (#67, #72) - improve GitHub actions resiliency (#77)
(See https://github.com/docker-library/bashbrew/blob/v0.1.9/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.8
Notable changes:
- update
oci-import
builder to be more strict on OCI media types all the way down (#64) - add explicit
bashbrew fetch
subcommand (#63)
(See https://github.com/docker-library/bashbrew/blob/v0.1.8/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.7
Notable changes:
- add (experimental)
Builder: oci-import
support (#61)- see #61 (comment) for an example of the intended usage
Directory:
pointing to an "OCI Image Layout" andFile:
pointing to either a single-entry "OCI Image Index" or a single raw "OCI Content Descriptor" (in either case, pointing to a single per-architecture "OCI Image Manifest" object within theblobs/
directory)
- see #61 (comment) for an example of the intended usage
(See https://github.com/docker-library/bashbrew/blob/v0.1.7/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.6
v0.1.5
Notable changes:
- rewrite
bashbrew children
andbashbrew parents
(#55) - initial basic GitHub Action for getting
bashbrew
built and installed (#57)
(See https://github.com/docker-library/bashbrew/blob/v0.1.5/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.4
Notable changes:
- add
ociPlatform
template function (#40) - remove support for older line-based file format (#45)
- update to Go 1.18 (#49)
- add initial support for
Builder: buildkit
(#43)
(See https://github.com/docker-library/bashbrew/blob/v0.1.4/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.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.)