v0.2.3
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
Full Changelog: v0.2.1...v0.2.3