-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
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
Labels
No labels