mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-10 15:42:44 -04:00
cli: use Bazel container images
This commit is contained in:
parent
bd889bd6a7
commit
9dfad32e33
19 changed files with 376 additions and 26 deletions
36
cli/internal/helm/imageversion/placeholder.go
Normal file
36
cli/internal/helm/imageversion/placeholder.go
Normal file
|
@ -0,0 +1,36 @@
|
|||
/*
|
||||
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 (
|
||||
joinServiceRegistry = "placeholder"
|
||||
joinServicePrefix = "placeholder"
|
||||
joinServiceName = "placeholder"
|
||||
joinServiceDigest = "placeholder"
|
||||
joinServiceTag = "placeholder"
|
||||
|
||||
keyServiceRegistry = "placeholder"
|
||||
keyServicePrefix = "placeholder"
|
||||
keyServiceName = "placeholder"
|
||||
keyServiceDigest = "placeholder"
|
||||
keyServiceTag = "placeholder"
|
||||
|
||||
verificationServiceRegistry = "placeholder"
|
||||
verificationServicePrefix = "placeholder"
|
||||
verificationServiceName = "placeholder"
|
||||
verificationServiceDigest = "placeholder"
|
||||
verificationServiceTag = "placeholder"
|
||||
|
||||
constellationNodeOperatorRegistry = "placeholder"
|
||||
constellationNodeOperatorPrefix = "placeholder"
|
||||
constellationNodeOperatorName = "placeholder"
|
||||
constellationNodeOperatorDigest = "placeholder"
|
||||
constellationNodeOperatorTag = "placeholder"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue