/* 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" )