mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 17:55:34 -04:00
cli: split image into oss and enterprise (#1788)
This commit is contained in:
parent
cfef384f36
commit
6062b10035
10 changed files with 47 additions and 21 deletions
14
internal/config/image_oss.go
Normal file
14
internal/config/image_oss.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
//go:build !enterprise
|
||||
|
||||
/*
|
||||
Copyright (c) Edgeless Systems GmbH
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
package config
|
||||
|
||||
const (
|
||||
// defaultImage is the default image to use.
|
||||
defaultImage = ""
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue