You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pushing this manifest to a full tag didn't resolve this either
$ buildah tag mariadb-52293-ubi domain.with.name/mariadb-52293-ubi:tag
$ podman run --rm domain.with.name/mariadb-52293-ubi:tag echo "Help"
Help
$ buildah bud --all-platforms --jobs 4 --manifest mariadb-52293-ubi-debug --build-arg BASE=domain.with.name/mariadb-52293-ubi:tag -f mariadb-docker/Containerfile.debug-ubi
Error: base image name "domain.with.name/mariadb-52293-ubi:tag" didn't resolve to a manifest list
(base)
The base manifest
mariadb-5293-ubi
was created withbuildah
(create
,add
).The `buildah bud --all-platforms . --build-arg BASE=mariadb-52293-ubi Containerfile..
With a basic container file beginning:
Fails to resolve the base manifest. With and without and explicit
localhost/
prefix.Pushing this manifest to a full tag didn't resolve this either
$ buildah version
Version: 1.38.0
Go Version: go1.23.2
Image Spec: 1.1.0
Runtime Spec: 1.2.0
CNI Spec: 1.1.0
libcni Version:
image Version: 5.33.0
Git Commit:
Built: Wed Nov 13 03:29:52 2024
OS/Arch: linux/amd64
BuildPlatform: linux/amd64
(base)
/tmp/bt
$ buildah info
{
"host": {
"CgroupVersion": "v2",
"Distribution": {
"distribution": "fedora",
"version": "41"
},
The text was updated successfully, but these errors were encountered: