Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 3.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.15.11" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.15.11-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.16.9" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.16.9-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.17.10" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.17.10-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.18.12" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.18.12-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.19.9" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.19.9-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.20.8" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.20.8-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.21.5" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.21.5-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.22.2" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.22.2-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
6 changes: 3 additions & 3 deletions 3.23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.23.2" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.109.1" >> /log
echo "Nushell: 0.110.0" >> /log


#======================================================================================================================
Expand All @@ -24,7 +24,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.23.2-251218 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.109.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.110.0-alpine-251121 AS nushell


#======================================================================================================================
Expand Down Expand Up @@ -53,7 +53,7 @@ ENV \
# 1: yes
BF_UPGRADE_PACKAGES=0 \
# Nushell version string to check against installed verion after installation
NU_VERSION=0.109.1
NU_VERSION=0.110.0

RUN \
# add packages required by Nushell
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT Licence

Copyright (c) 2021-2025 bfren
Copyright (c) 2021-2026 bfren

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ These pin to v2.9.x of my Alpine 3.22 image and v2.7.8 of my Alpine 3.20 image r

## Copyright

> Copyright (c) 2021-2025 [bfren](https://bfren.dev) (unless otherwise stated)
> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated)
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ docker pull bfren/alpine

BUSYBOX_VERSION="1.36.1"
BUSYBOX_BUILD="251218"
NU_VERSION="0.109.1"
NU_VERSION="0.110.0"
NU_BUILD="251121"
ALPINE_EDITIONS="3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23"

Expand Down