mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
Merge pull request #22026 from baude/finalmachineimageref
Add final machine endpoint
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user