constellation/internal/config/images_oss.go
Fabian Kammel 45beec15f5 AB#2360 enterprise build tag (#397)
* enterprise build switch to disable license checking in default (OSS) version
* remove community license quota
* empty image references on OSS build in config
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
2022-08-25 14:06:29 +02:00

9 lines
98 B
Go

//go:build !enterprise
package config
const (
DefaultImageAzure = ""
DefaultImageGCP = ""
)