Skip to content

v0.2.3

Compare
Choose a tag to compare
@ekzhang ekzhang released this 11 Apr 03:58
· 30 commits to main since this release

This release makes it possible to run bore from a 6 MB Docker image using a single command.

docker run -it --init --rm --network host ekzhang/bore <ARGS>

The image is built for multiple platforms (amd64, arm64) and contains a single statically-linked binary executable. They're published on Docker Hub with version tags like ekzhang/bore:latest, ekzhang/bore:0.2, and ekzhang/bore:0.2.3.

Releasing standalone binary builds is planned starting with bore v0.3.0.

What's Changed

  • Minor grammar fix. by @arizzubair in #5
  • Add a Dockerfile for building a container image by @jihchi in #8

New Contributors

  • @arizzubair made their first contribution in #5
  • @jihchi made their first contribution in #8

Full Changelog: v0.2.1...v0.2.3