From 205692315c67ca6f4dd105e2db9679750338e664 Mon Sep 17 00:00:00 2001 From: bfren Date: Tue, 13 Dec 2022 08:35:17 +0000 Subject: [PATCH] v1.3.4 (#16) Build updates * Simplifying load precompiled busybox Documentation updates * Using simplified workflow status --- 10/Dockerfile | 2 +- 11/Dockerfile | 2 +- 12/Dockerfile | 2 +- Dockerfile.esh | 2 +- README.md | 8 +------- VERSION | 2 +- sid/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 13 deletions(-) diff --git a/10/Dockerfile b/10/Dockerfile index 096d8ab..05252b3 100644 --- a/10/Dockerfile +++ b/10/Dockerfile @@ -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" ; \ diff --git a/11/Dockerfile b/11/Dockerfile index a39b11a..971baf3 100644 --- a/11/Dockerfile +++ b/11/Dockerfile @@ -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" ; \ diff --git a/12/Dockerfile b/12/Dockerfile index 47b10e7..fca7e40 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -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" ; \ diff --git a/Dockerfile.esh b/Dockerfile.esh index ca5bb41..dacd921 100644 --- a/Dockerfile.esh +++ b/Dockerfile.esh @@ -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" ; \ diff --git a/README.md b/README.md index 875657f..549a6e0 100644 --- a/README.md +++ b/README.md @@ -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)
- -**Current Debian Versions:**
-![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:**
-![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) diff --git a/VERSION b/VERSION index 785cda8..8c9698a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.3 \ No newline at end of file +1.3.4 \ No newline at end of file diff --git a/sid/Dockerfile b/sid/Dockerfile index 89eb118..ce1f76b 100644 --- a/sid/Dockerfile +++ b/sid/Dockerfile @@ -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" ; \