Skip to content

Missing docker-buildx-plugin for Fedora 44 #1306

@Romain-Geissler-1A

Description

@Romain-Geissler-1A

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions