Skip to content

Commit

Permalink
v5.4.2 (#162)
Browse files Browse the repository at this point in the history
Build updates
* Using ghcr.io
  • Loading branch information
bfren committed Jul 16, 2024
1 parent 1800ecf commit b1da484
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 3.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.15.11-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.15.11-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion 3.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.16.9-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.16.9-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion 3.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.17.8-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.17.8-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion 3.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.18.7-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.18.7-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion 3.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.19.2-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.19.2-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion 3.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine3.20.1-2.5.0
FROM ghcr.io/bfren/alpine:alpine3.20.1-2.5.1
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.esh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
# STAGE 1: create final image
#======================================================================================================================

FROM bfren/alpine:alpine<%= ${ALPINE_VERSION} %>-<%= ${BASE_VERSION} %>
FROM ghcr.io/bfren/alpine:alpine<%= ${ALPINE_VERSION} %>-<%= ${BASE_VERSION} %>
COPY --from=build /s6 /s6

LABEL org.opencontainers.image.description="Alpine base image with S6 Overlay."
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.4.1
5.4.2
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="2.5.0"
BASE_VERSION="2.5.1"
S6_VERSION="3.2.0.0"
echo "Base: ${BASE_VERSION}"

Expand Down

0 comments on commit b1da484

Please sign in to comment.