constellation/internal/config/imageversion/placeholder.go

25 lines
634 B
Go
Raw Normal View History

2023-04-03 12:09:03 -04:00
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
*/
package imageversion
// This file is only used if `go build` is used instead of Bazel.
// It contains placeholder values for the container images so that everything
// still compiles.
const (
qemuMetadataRegistry = "placeholder"
qemuMetadataPrefix = "placeholder"
qemuMetadataName = "placeholder"
qemuMetadataDigest = "placeholder"
qemuMetadataTag = "placeholder"
libvirtRegistry = "placeholder"
libvirtPrefix = "placeholder"
libvirtName = "placeholder"
libvirtDigest = "placeholder"
libvirtTag = "placeholder"
)