Skip to content

Fedora CI jobs consistently error out #174

@anoopcs9

Description

@anoopcs9

With Fedora 43 Beta appearing in the list, our jobs failed to determine the previous and latest version.

fedora-latest

Run docker build -t sambacc:ci-fedora-latest --build-arg=SAMBACC_BASE_IMAGE=registry.fedoraproject.org/fedora:43 Beta  tests/container/ -f tests/container/Containerfile
ERROR: docker: 'docker buildx build' requires 1 argument

Usage:  docker buildx build [OPTIONS] PATH | URL | -

Run 'docker buildx build --help' for more information
Error: Process completed with exit code 1.

fedora-previous

Run docker build -t sambacc:ci-fedora-previous --build-arg=SAMBACC_BASE_IMAGE=registry.fedoraproject.org/fedora:  tests/container/ -f tests/container/Containerfile
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Containerfile
#1 transferring dockerfile: 668B done
#1 DONE 0.0s
Containerfile:2
--------------------
   1 |     ARG SAMBACC_BASE_IMAGE='registry.fedoraproject.org/fedora:41'
   2 | >>> FROM $SAMBACC_BASE_IMAGE
   3 |     
   4 |     
--------------------
ERROR: failed to build: failed to solve: failed to parse stage name "registry.fedoraproject.org/fedora:": invalid reference format
Error: Process completed with exit code 1.

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