Merge pull request #22026 from baude/finalmachineimageref

Add final machine endpoint
This commit is contained in:
openshift-merge-bot[bot]
2024-03-12 16:50:59 +00:00
committed by GitHub

View File

@ -24,11 +24,9 @@ import (
)
const (
// TODO This is temporary until we decide on a proper image name
// Also should be moved into c/common once stabilized
artifactRegistry = "quay.io"
artifactRepo = "baude"
artifactImageName = "stage-podman-machine-image"
artifactRepo = "podman"
artifactImageName = "machine-os"
artifactOriginalName = "org.opencontainers.image.title"
machineOS = "linux"
)