Skip to content

Commit

Permalink
v2.0.6 (#40)
Browse files Browse the repository at this point in the history
Minor updates
* Removing unnecessary layer for version-specific overlays
* Updating to Debian 11.8 and 12.2
  • Loading branch information
bfren authored Oct 12, 2023
1 parent ef754ca commit a740ab4
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 14 deletions.
1 change: 0 additions & 1 deletion 10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ENV \
PATH=${BF_BIN}:${PATH}

COPY ./overlay /
COPY ./10/overlay /

RUN chmod +x ${BF_BIN}/bf-install && bf-install

Expand Down
Empty file removed 10/overlay/.empty
Empty file.
2 changes: 1 addition & 1 deletion 11/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.7
11.8
7 changes: 3 additions & 4 deletions 11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/bfren/busybox:1.36.1-debian11.7 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-debian11.8 AS busybox

FROM debian:11.7-slim AS build
FROM debian:11.8-slim AS build
COPY --from=busybox / /bin

RUN echo "Removing executables that will be replaced by busybox..." ; \
Expand All @@ -26,7 +26,7 @@ ARG BF_VERSION

ENV \
# Debian version
DEBIAN_MINOR=11.7 \
DEBIAN_MINOR=11.8 \
# debug log output
# 0: disable
# 1: enable
Expand All @@ -41,7 +41,6 @@ ENV \
PATH=${BF_BIN}:${PATH}

COPY ./overlay /
COPY ./11/overlay /

RUN chmod +x ${BF_BIN}/bf-install && bf-install

Expand Down
Empty file removed 11/overlay/.empty
Empty file.
2 changes: 1 addition & 1 deletion 12/DEBIAN_MINOR
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.1
12.2
7 changes: 3 additions & 4 deletions 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/bfren/busybox:1.36.1-debian12.1 AS busybox
FROM ghcr.io/bfren/busybox:1.36.1-debian12.2 AS busybox

FROM debian:12.1-slim AS build
FROM debian:12.2-slim AS build
COPY --from=busybox / /bin

RUN echo "Removing executables that will be replaced by busybox..." ; \
Expand All @@ -26,7 +26,7 @@ ARG BF_VERSION

ENV \
# Debian version
DEBIAN_MINOR=12.1 \
DEBIAN_MINOR=12.2 \
# debug log output
# 0: disable
# 1: enable
Expand All @@ -41,7 +41,6 @@ ENV \
PATH=${BF_BIN}:${PATH}

COPY ./overlay /
COPY ./12/overlay /

RUN chmod +x ${BF_BIN}/bf-install && bf-install

Expand Down
Empty file removed 12/overlay/.empty
Empty file.
1 change: 0 additions & 1 deletion 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ENV \
PATH=${BF_BIN}:${PATH}

COPY ./overlay /
COPY ./13/overlay /

RUN chmod +x ${BF_BIN}/bf-install && bf-install

Expand Down
Empty file removed 13/overlay/.empty
Empty file.
1 change: 0 additions & 1 deletion Dockerfile.esh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ ENV \
PATH=${BF_BIN}:${PATH}

COPY ./overlay /
COPY ./<%= ${DEBIAN_VERSION} %>/overlay /

RUN chmod +x ${BF_BIN}/bf-install && bf-install

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6

0 comments on commit a740ab4

Please sign in to comment.