constellation/internal/config/imageversion/placeholder.go
Thomas Tendyck 3b9f7530fb license: change headers
find -name '*.go' -exec sed -i 's/SPDX-License-Identifier: AGPL-3.0-only/SPDX-License-Identifier: BUSL-1.1/' {} +
2025-07-15 23:34:48 +02:00

24 lines
629 B
Go

/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/
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"
)