Skip to content

Releases: docker-library/bashbrew

v0.1.12

05 Mar 19:16
d23b943
Compare
Choose a tag to compare

Notable changes:

  • fix ArchLastStageFrom with oci-import (#92)
  • fit gitfs symlink handling, especially for oci-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

22 Jan 19:29
91633b5
Compare
Choose a tag to 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.)

v0.1.10

19 Jan 00:53
Compare
Choose a tag to 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.)

v0.1.9

25 Oct 22:09
07ad706
Compare
Choose a tag to 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.)

v0.1.8

15 Feb 21:19
7e160dc
Compare
Choose a tag to 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.)

v0.1.7

19 Dec 19:09
026ccf1
Compare
Choose a tag to compare

Notable changes:

(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

19 Nov 01:43
f95be1e
Compare
Choose a tag to 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.)

v0.1.5

17 Nov 18:29
Compare
Choose a tag to compare

Notable changes:

  • rewrite bashbrew children and bashbrew 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

24 Oct 22:40
Compare
Choose a tag to 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.)

v0.1.3

16 Aug 21:06
Compare
Choose a tag to compare

Notable changes:

  • set DOCKER_DEFAULT_PLATFORM when building FROM scratch images (#30)
  • add --arch-filter flag that mimics --skip-constraints (#31)
  • fix edge case of children for images that are FROM a SharedTag (#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.)