From: Benjamin Drung Date: Sat, 24 Jan 2026 23:58:06 +0000 (+0100) Subject: ci: rename alpine-busybox:edge to alpine:busybox-edge X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae1b10ae32f1d139ec248f71b3b8d61b42a4c8f;p=thirdparty%2Fdracut-ng.git ci: rename alpine-busybox:edge to alpine:busybox-edge Move busybox from the image name to the tag. That way all alpine images can be found on https://github.com/dracut-ng/dracut-ng/pkgs/container/alpine --- diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 0072e3ab4..c6ac14ad5 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -38,7 +38,7 @@ jobs: - {platform: 'linux/arm64', runner: 'ubuntu-24.04-arm', tag: 'arm'} config: - {dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge'} - - {dockerfile: 'Dockerfile-alpine-busybox', tag: 'alpine-busybox:edge'} + - {dockerfile: 'Dockerfile-alpine-busybox', tag: 'alpine:busybox-edge'} - {dockerfile: 'Dockerfile-arch', tag: 'arch:latest'} - {dockerfile: 'Dockerfile-debian', tag: 'debian:latest'} - {dockerfile: 'Dockerfile-fedora', tag: 'fedora:latest'} @@ -84,7 +84,7 @@ jobs: matrix: config: - {tag: 'alpine:edge', platforms: ['amd', 'arm']} - - {tag: 'alpine-busybox:edge', platforms: ['amd', 'arm']} + - {tag: 'alpine:busybox-edge', platforms: ['amd', 'arm']} - {tag: 'arch:latest', platforms: ['amd']} - {tag: 'debian:latest', platforms: ['amd', 'arm']} - {tag: 'fedora:latest', platforms: ['amd', 'arm']} diff --git a/.github/workflows/daily-busybox-x64.yml b/.github/workflows/daily-busybox-x64.yml index 18254f538..c0511aa08 100644 --- a/.github/workflows/daily-busybox-x64.yml +++ b/.github/workflows/daily-busybox-x64.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: container: - - alpine-busybox:edge + - alpine:busybox-edge config: - {test: '10', deps: ''} - {test: '11', deps: 'btrfs-progs'} diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 251e437da..1ec62259b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,7 +33,7 @@ jobs: matrix: container: - alpine:edge - - alpine-busybox:edge + - alpine:busybox-edge - arch:latest - debian:latest - fedora:latest