constellation/internal/config/image_enterprise.go
2024-02-21 08:49:20 +01:00

15 lines
262 B
Go

//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 = "ref/main/stream/nightly/v2.16.0-pre.0.20240220182716-38ef5463626d"
)