mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #22026 from baude/finalmachineimageref
Add final machine endpoint
This commit is contained in:
@ -24,11 +24,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
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"
|
artifactRegistry = "quay.io"
|
||||||
artifactRepo = "baude"
|
artifactRepo = "podman"
|
||||||
artifactImageName = "stage-podman-machine-image"
|
artifactImageName = "machine-os"
|
||||||
artifactOriginalName = "org.opencontainers.image.title"
|
artifactOriginalName = "org.opencontainers.image.title"
|
||||||
machineOS = "linux"
|
machineOS = "linux"
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user