Skip to content

Releases: bfren/docker-alpine

v2.0.5

01 Dec 08:41
ac82713
Compare
Choose a tag to compare
v2.0.5 (#93)

Minor updates
* Updating to Alpine 3.15.11, 3.16.8, 3.17.6 and 3.18.5

v2.0.4

27 Nov 09:29
6070327
Compare
Choose a tag to compare
v2.0.4 (#92)

Minor updates
* Handle errors correctly when running a script file

v2.0.3

25 Nov 10:45
f969af7
Compare
Choose a tag to compare
v2.0.3 (#91)

Minor updates
* Making install script optional

v2.0.2

24 Nov 14:54
6f7b0d0
Compare
Choose a tag to compare
v2.0.2 (#90)

Minor updates
* Fixing `bf del old`
* Exit calling environment correctly when handling external error
* Adding debug flag to `bf handle`

v2.0.1

24 Nov 09:23
4423dee
Compare
Choose a tag to compare
v2.0.1 (#89)

Minor updates
* Updating to Nushell 0.87.1

v2.0.0

22 Nov 08:01
a1ce73a
Compare
Choose a tag to compare
v2.0.0 (#88)

**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 Alpine < 3.15 (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 overlay/etc/nu/scripts/bf 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

v1.8.7

06 Oct 13:45
3338f41
Compare
Choose a tag to compare
v1.8.7 (#86)

Minor updates
* Regenerating Dockerfiles

v1.8.6

05 Oct 14:33
1d57364
Compare
Choose a tag to compare
v1.8.6 (#85)

Minor updates
* Updating to Alpine 3.18.4

Development updates
* Adding --load to docker build

v1.8.5

09 Aug 17:19
d10528c
Compare
Choose a tag to compare
v1.8.5 (#84)

Minor updates
* Updating to Alpine 3.15.10, 3.16.7, 3.17.5 and 3.18.3

v1.8.4

07 Jul 18:12
d22144f
Compare
Choose a tag to compare
v1.8.4 (#83)

Minor updates
* Using latest base images