Releases: bfren/docker-alpine
Releases · bfren/docker-alpine
v2.2.6
v2.2.6 (#108)
Minor updates
* Updating to Nushell 0.92.1
v2.2.5
v2.2.5 (#107)
Minor updates
* Manually converting string paths to glob
v2.2.4
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
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
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
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
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
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
v2.1.2 (#97)
Minor updates
* Updating to Nushell 0.89.0
* Adding explicit export module
v2.1.1
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