Skip to content

Releases: bfren/docker-debian

v3.0.5

01 Dec 08:46
7c17a48
Compare
Choose a tag to compare
v3.0.5 (#47)

Minor updates
* Using latest Alpine branch

v3.0.4

27 Nov 09:35
0130d42
Compare
Choose a tag to compare
v3.0.4 (#46)

Minor updates
* Using latest Alpine overlay

v3.0.3

25 Nov 11:07
b59a1eb
Compare
Choose a tag to compare
v3.0.3 (#45)

Minor updates
* Using latest Alpine branch

Development updates
* Reordering variables in generate.sh

v3.0.2

24 Nov 15:10
a6f07af
Compare
Choose a tag to compare
v3.0.2 (#44)

Minor updates
* Using latest Alpine branch

v3.0.1

24 Nov 09:24
21bc26a
Compare
Choose a tag to compare
v3.0.1 (#43)

Minor updates
* Updating to Nushell 0.87.1

v3.0.0

22 Nov 08:49
9c0744b
Compare
Choose a tag to compare
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

v2.0.6

12 Oct 10:52
a740ab4
Compare
Choose a tag to compare
v2.0.6 (#40)

Minor updates
* Removing unnecessary layer for version-specific overlays
* Updating to Debian 11.8 and 12.2

v2.0.5

05 Oct 14:41
ef754ca
Compare
Choose a tag to compare
v2.0.5 (#39)

Development updates
* Adding --load to docker build

v2.0.4

07 Sep 11:57
c2a03ca
Compare
Choose a tag to compare
v2.0.4 (#38)

Minor updates
* Using latest builds

v2.0.3

24 Aug 07:57
b4c3984
Compare
Choose a tag to compare
v2.0.3 (#37)

Minor updates
* Updating 12.1 base image