Releases: bfren/docker-debian
Releases · bfren/docker-debian
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v3.0.0 (#42) **Complete rewrite using [nushell](https://nushell.sh)** ## Major updates and breaking changes * Using custom builds of busybox (1.36.1) and nushell (0.87.0) to ensure consistent operation * Removing support for Debian < 11 (the earliest version to support OpenSSL 3.0 and therefore nu) * To enter nushell do `docker exec -it container_name nu` and type `bf + tab` to see a complete list of functions * Alternatively, see bfren/alpine for details - for example, `bf-echo` is now `bf write` and `bf-debug` is now `bf write debug` etc * All environment variables cascading through the ecosystem will begin `BF_` - the prefix is added automatically by `bf env` functions - and `BF_E` is now `BF_X` - set using `bf env load -x` at the top of a script file / module * `/usr/bin/bf` executables have been rewritten, and several moved to be nu modules ## Build updates * Using -dev instead of -beta for development builds ## Development updates * Enforcing LF line endings