v0.2.3
ekzhang/borev0.2.3Apr 11, 2022by ekzhang
AI Summary
Provides a lightweight 6 MB Docker image that allows running `bore` with a single command, utilizing `--network host` for zero-configuration networking. The image is multi-platform and published on Docker Hub with version tags.
Key Highlights
- Docker image support (ekzhang/bore)
- Single command execution via Docker
- Multi-platform support (amd64, arm64)
New Features
- Docker container image
Full Release Notes
This release makes it possible to run `bore` from a 6 MB Docker image using a single command. ```shell 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 https://github.com/ekzhang/bore/pull/5 * Add a Dockerfile for building a container image by @jihchi in https://github.com/ekzhang/bore/pull/8 ## New Contributors * @arizzubair made their first contribution in https://github.com/ekzhang/bore/pull/5 * @jihchi made their first contribution in https://github.com/ekzhang/bore/pull/8 **Full Changelog**: https://github.com/ekzhang/bore/compare/v0.2.1...v0.2.3