CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 56
Releases: docker-library/bashbrew
v0.1.13
9eef708
Compare
Notable changes: (v0.1.12...v0.1.13)
- ensure
GitCommit
must be a full commit hash (#105) - add support for parsing
RUN --mount=type=bind,from=...
dependencies (#113) - GHA updates/fixes
scripts/bashbrew-host-arch.sh
now supportsrpm
(#96)
(See https://github.com/docker-library/bashbrew/blob/v0.1.13/scripts/bashbrew-host-arch.sh for a useful script that can help determine the appropriate binary to download for a given environment dynamically.)
Assets 14
- 18 MB
2025-01-18T00:48:07Z - 17.4 MB
2025-01-18T00:48:09Z - 17.4 MB
2025-01-18T00:48:10Z - 17.4 MB
2025-01-18T00:48:11Z - 17.3 MB
2025-01-18T00:48:12Z - 19.8 MB
2025-01-18T00:48:14Z - 17.4 MB
2025-01-18T00:48:15Z - 20.1 MB
2025-01-18T00:48:16Z - 17.8 MB
2025-01-18T00:48:18Z - 17.6 MB
2025-01-18T00:48:20Z -
2025-01-17T01:15:35Z -
2025-01-17T01:15:35Z - Loading
v0.1.12
d23b943
Compare
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.)
Assets 14
v0.1.11
91633b5
Compare
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.)
Assets 14
v0.1.10
Compare
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.)
Assets 14
v0.1.9
07ad706
Compare
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.)
Assets 15
v0.1.8
7e160dc
Compare
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.)
Assets 14
v0.1.7
026ccf1
Compare
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.)
Assets 14
v0.1.6
f95be1e
Compare
Notable changes:
- add
bashbrew remote arches
(#56)
(See https://github.com/docker-library/bashbrew/blob/v0.1.6/scripts/bashbrew-host-arch.sh for a useful script that can help determine the appropriate binary to download for a given environment dynamically.)
Assets 14
v0.1.5
Compare
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.)
Assets 14
v0.1.4
Compare
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.)