Skip to content

Releases: bfren/docker-alpine-s6

v5.1.3

29 Jan 10:47
fd686a3
Compare
Choose a tag to compare
v5.1.3 (#148)

Minor updates
* Using latest base images
* Updating to Alpine 3.16.9, 3.17.7, 3.18.6 and 3.19.1

Documentation updates
* Updating copyright year to 2024

v5.1.2

13 Jan 10:52
fa918b0
Compare
Choose a tag to compare
v5.1.2 (#147)

Minor updates
* Using latest base images
* Adding module exports

v5.1.1

22 Dec 19:51
bc88404
Compare
Choose a tag to compare
v5.1.1 (#146)

Minor updates
* Using latest base images
* Removing tests

Build updates
* Publishing to ghcr.io

v5.1.0

09 Dec 10:00
e7c3496
Compare
Choose a tag to compare
v5.1.0 (#145)

Major updates
* Adding Alpine 3.19

Minor updates
* Using latest base images

v5.0.5

01 Dec 08:45
c8e0339
Compare
Choose a tag to compare
v5.0.5 (#144)

Minor updates
* Using latest base images
* Updating to Alpine 3.15.11, 3.16.8, 3.17.6 and 3.18.5

v5.0.4

27 Nov 09:36
1a1e811
Compare
Choose a tag to compare
v5.0.4 (#143)

Minor updates
* Using latest base images
* Adding missing namespace to handle

v5.0.3

25 Nov 11:06
ea749a1
Compare
Choose a tag to compare
v5.0.3 (#142)

Minor updates
* Using latest base images

v5.0.2

24 Nov 15:11
822fd53
Compare
Choose a tag to compare
v5.0.2 (#141)

Minor updates
* Using latest base images

v5.0.1

24 Nov 09:30
8d19e8c
Compare
Choose a tag to compare
v5.0.1 (#140)

Minor updates
* Using latest base images

v5.0.0

22 Nov 08:10
24b4ce7
Compare
Choose a tag to compare
v5.0.0 (#139)

**Complete rewrite using [nushell](https://nushell.sh)**

## Major updates and breaking changes
* Removing unsupported Alpine versions
* To enter nushell do `docker exec -it container_name nu` and type `bf-s6 + tab` to see a complete list of functions
* `init.d` files must now be nu scripts, i.e. ending in `*.nu` or they will not run

## Minor updates
* Updating to S6 Overlay 3.1.6.2

## Development updates
* Forcing LF line endings