-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
Hi,
Yesterday the containerd.io & docker-ce* & dockr-compose set of packages were released for Fedora 44 (see https://download.docker.com/linux/fedora/44/aarch64/stable/Packages/). However docker-buildx-plugin is still missing (and it's referenced in the installation guide).
See this simple Dockerfile reproducer:
FROM quay.io/fedora/fedora:44
RUN dnf config-manager addrepo --from-repofile https://download.docker.com/linux/fedora/docker-ce.repo
RUN dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Which ends up with:
STEP 3/3: RUN dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
Updating and loading repositories:
Fedora 44 openh264 (From Cisco) - x86_ 100% | 2.0 KiB/s | 4.1 KiB | 00m02s
Docker CE Stable - x86_64 100% | 18.0 KiB/s | 10.9 KiB | 00m01s
Fedora 44 - x86_64 - Updates 100% | 18.0 KiB/s | 23.2 KiB | 00m01s
Fedora 44 - x86_64 100% | 12.1 MiB/s | 36.2 MiB | 00m03s
Fedora 44 - x86_64 - Test Updates 100% | 2.0 MiB/s | 7.7 MiB | 00m04s
Repositories loaded.
Failed to resolve the transaction:
No match for argument: docker-buildx-plugin
You can try to add to command line:
--skip-unavailable to skip unavailable packages
Error: building at STEP "RUN dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin": while running runtime: exit status 1
I don't know if bumping the buildx version referenced in the sources might help publishing a new package ? See #1305
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels