Skip to content

Releases: bfren/docker-alpine

v2.2.6

06 Apr 16:15
7f3fd3f
Compare
Choose a tag to compare
v2.2.6 (#108)

Minor updates
* Updating to Nushell 0.92.1

v2.2.5

21 Mar 18:46
f3ec610
Compare
Choose a tag to compare
v2.2.5 (#107)

Minor updates
* Manually converting string paths to glob

v2.2.4

21 Mar 18:20
c3ae2be
Compare
Choose a tag to compare
v2.2.4 (#106)

Minor updates
* Updating to Nushell 0.91.0
* Using new glob type
* Removing find_name_acc - using glob instead

Build updates
* Using entrypoint override to run tests in workflow
* Exit with error if test directory does not exist when run

v2.2.3

23 Feb 17:41
a88f872
Compare
Choose a tag to compare
v2.2.3 (#105)

Minor updates
* Only exit non-zero when tests fail

Development updates
* Override entrypoint when running tests
* Removing progress plain from run.sh

v2.2.2

15 Feb 10:22
eb23509
Compare
Choose a tag to compare
v2.2.2 (#104)

Minor updates
* Using customised test runner and removing nupm test module
* Switching expect / result
* Removing unneeded BF_TESTING environment variable

v2.2.1

08 Feb 16:41
96e1c3f
Compare
Choose a tag to compare
v2.2.1 (#103)

Major updates
* Improvements to testing nu modules - during dev workflow instead of bf install
  - Using same flow as run.sh in test.sh
  - Adding test sub-module export
  - Don't delete nupm module on clean - so child images can run tests
  - Marking test.sh as executable in pull.sh
  - Adding comments to test function

Minor updates
* Updating to Nushell 0.90.1
* Changing fs is_not_* conditional
* Specifying | into string for fmode / dmode
* Returning empty string when fs read fails
* Simplifying del force to short-circuit normal options
* Removing unused code from bf x
* Splitting out user / group creation to separate function

v2.1.4

03 Feb 13:45
63e9657
Compare
Choose a tag to compare
v2.1.4 (#100)

Minor updates
* Specifying busybox to support Debian base image
* Improving syntax of pkg module
* Don't load environment unnecessarily to improve performance

v2.1.3

29 Jan 10:43
ba94689
Compare
Choose a tag to compare
v2.1.3 (#98)

Minor updates
* Updating to Alpine 3.16.9, 3.17.7, 3.18.6 and 3.19.1

Documentation updates
* Updating copyright year to 2024

v2.1.2

12 Jan 12:23
61ae4b5
Compare
Choose a tag to compare
v2.1.2 (#97)

Minor updates
* Updating to Nushell 0.89.0
* Adding explicit export module

v2.1.1

22 Dec 19:37
12e00d1
Compare
Choose a tag to compare
v2.1.1 (#96)

Minor updates
* Updating to Nushell 0.88.1
* Don't wrap external nu call - hides output
* Using new boolean switch passing
* Using nu mktemp command
* Adding test platform for nu modules

Build updates
* Using specific busybox builds
* Publish to ghcr.io

Development updates
* Running nu in run.sh