Skip to content

Commit

Permalink
v1.3.4 (#16)
Browse files Browse the repository at this point in the history
Build updates
* Simplifying load precompiled busybox

Documentation updates
* Using simplified workflow status
  • Loading branch information
bfren authored Dec 13, 2022
1 parent 4f5da02 commit 2056923
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/bfren/busybox:1.35.0-debian10.13 AS busybox

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

RUN X=$(busybox --list) ; \
IGNORE="[ [[ cmp dpkg dpkg-deb df find logger mkdir setarch" ; \
Expand Down
2 changes: 1 addition & 1 deletion 11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/bfren/busybox:1.35.0-debian11.5 AS busybox

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

RUN X=$(busybox --list) ; \
IGNORE="[ [[ cmp dpkg dpkg-deb df find logger mkdir setarch" ; \
Expand Down
2 changes: 1 addition & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/bfren/busybox:1.35.0-debianbookworm AS busybox

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

RUN X=$(busybox --list) ; \
IGNORE="[ [[ cmp dpkg dpkg-deb df find logger mkdir setarch" ; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.esh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/bfren/busybox:<%= ${BUSYBOX_VERSION} %>-debian<%= ${DEBIAN_MINOR} %> AS busybox

FROM debian:<%= ${DEBIAN_MINOR} %>-slim AS build
COPY --from=busybox /busybox /bin
COPY --from=busybox / /bin

RUN X=$(busybox --list) ; \
IGNORE="[ [[ cmp dpkg dpkg-deb df find logger mkdir setarch" ; \
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Docker Debian

![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-debian) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fdebian?) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fdebian)<br/>

**Current Debian Versions:**<br/>
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-debian/dev-debian10?label=buster+(10)) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-debian/dev-debian11?label=bullseye+(11))

**Testing Debian Versions:**<br/>
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-debian/dev-debian12?label=bookworm+(12)) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-debian/dev-debiansid?label=sid)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-debian) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fdebian?) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fdebian) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-debian/dev)

[Docker Repository](https://hub.docker.com/r/bfren/debian) - [bfren ecosystem](https://github.com/bfren/docker)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.3
1.3.4
2 changes: 1 addition & 1 deletion sid/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/bfren/busybox:1.35.0-debiansid AS busybox

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

RUN X=$(busybox --list) ; \
IGNORE="[ [[ cmp dpkg dpkg-deb df find logger mkdir setarch" ; \
Expand Down

0 comments on commit 2056923

Please sign in to comment.