diff --git a/pkg/machine/ocipull/ociartifact.go b/pkg/machine/ocipull/ociartifact.go index edb6f4e6ea..6c48be1e89 100644 --- a/pkg/machine/ocipull/ociartifact.go +++ b/pkg/machine/ocipull/ociartifact.go @@ -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" )