]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: rename alpine-busybox:edge to alpine:busybox-edge
authorBenjamin Drung <benjamin.drung@canonical.com>
Sat, 24 Jan 2026 23:58:06 +0000 (00:58 +0100)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 25 Jan 2026 00:32:23 +0000 (19:32 -0500)
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

.github/workflows/container.yml
.github/workflows/daily-busybox-x64.yml
.github/workflows/integration.yml

index 0072e3ab4c5ac68333f2c6d5ac2c6880ea3819c6..c6ac14ad5dd6cce04d8047b0e8ceddf14b7afdb7 100644 (file)
@@ -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']}
index 18254f53838991fe3de4720419543c760d3285aa..c0511aa084ad46ce6cdcc291854cffbb71f6ca3e 100644 (file)
@@ -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'}
index 251e437da34b0890f614a7eaccbcadbdb57df86c..1ec62259bec1aa939dcfbf3b5e3514a8b68d6335 100644 (file)
@@ -33,7 +33,7 @@ jobs:
             matrix:
                 container:
                     - alpine:edge
-                    - alpine-busybox:edge
+                    - alpine:busybox-edge
                     - arch:latest
                     - debian:latest
                     - fedora:latest