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
2 changes: 1 addition & 1 deletion 3.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.15.11-260128 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 3.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.16.9-260128 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 3.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.17.10-260128 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.18.12-260128 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 3.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM quay.io/bfren/busybox:1.36.1-alpine3.19.9-260128 AS busybox
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion 3.20/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20.9
3.20.10
8 changes: 4 additions & 4 deletions 3.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.20.9" >> /log && \
echo "Alpine: 3.20.10" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.112.1" >> /log

Expand All @@ -19,21 +19,21 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-alpine3.20.9-260128 AS busybox
FROM quay.io/bfren/busybox:1.36.1-alpine3.20.10-260128 AS busybox


#======================================================================================================================
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.20.9 AS install
FROM alpine:3.20.10 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.21/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.21.6
3.21.7
8 changes: 4 additions & 4 deletions 3.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.21.6" >> /log && \
echo "Alpine: 3.21.7" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.112.1" >> /log

Expand All @@ -19,21 +19,21 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-alpine3.21.6-260128 AS busybox
FROM quay.io/bfren/busybox:1.36.1-alpine3.21.7-260128 AS busybox


#======================================================================================================================
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.21.6 AS install
FROM alpine:3.21.7 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.22/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.22.3
3.22.4
8 changes: 4 additions & 4 deletions 3.22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.22.3" >> /log && \
echo "Alpine: 3.22.4" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.112.1" >> /log

Expand All @@ -19,21 +19,21 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-alpine3.22.3-260128 AS busybox
FROM quay.io/bfren/busybox:1.36.1-alpine3.22.4-260128 AS busybox


#======================================================================================================================
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.22.3 AS install
FROM alpine:3.22.4 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion 3.23/ALPINE_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.23.3
3.23.4
8 changes: 4 additions & 4 deletions 3.23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETPLATFORM
RUN \
# save platform and version information to log
echo "Platform: ${TARGETPLATFORM}" >> /log && \
echo "Alpine: 3.23.3" >> /log && \
echo "Alpine: 3.23.4" >> /log && \
echo "Busybox: 1.36.1" >> /log && \
echo "Nushell: 0.112.1" >> /log

Expand All @@ -19,21 +19,21 @@ RUN \
# STAGE 1: load busybox
#======================================================================================================================

FROM quay.io/bfren/busybox:1.36.1-alpine3.23.3-260128 AS busybox
FROM quay.io/bfren/busybox:1.36.1-alpine3.23.4-260128 AS busybox


#======================================================================================================================
# STAGE 2: load Nushell
#======================================================================================================================

FROM quay.io/bfren/nushell:0.112.1-alpine-251121 AS nushell
FROM quay.io/bfren/nushell:0.112.1-alpine-260421 AS nushell


#======================================================================================================================
# STAGE 3: install bfren platform
#======================================================================================================================

FROM alpine:3.23.3 AS install
FROM alpine:3.23.4 AS install
COPY --from=build /log /etc/bf/BUILD
COPY --from=busybox / /bin
COPY --from=nushell / /
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.6
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker pull bfren/alpine
BUSYBOX_VERSION="1.36.1"
BUSYBOX_BUILD="260128"
NU_VERSION="0.112.1"
NU_BUILD="251121"
NU_BUILD="260421"
ALPINE_EDITIONS="3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23"

for E in ${ALPINE_EDITIONS} ; do
Expand Down
2 changes: 0 additions & 2 deletions overlay/preinstall
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ set -euo pipefail
NU=/etc/nu
CFG=/root/.config/nushell
mv ${CFG}/config.nu ${NU}
mv ${CFG}/env.nu ${NU}


#======================================================================================================================
# Create user links to Nushell config
#======================================================================================================================

ln -sf ${NU}/config.nu ${CFG}/config.nu
ln -sf ${NU}/env.nu ${CFG}/env.nu
ln -sf ${NU}/scripts ${CFG}/scripts


Expand Down
Loading