constellation/internal/config/image_enterprise.go
edgelessci ad48827c66
image: update measurements and image version (#3922)
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-08-20 16:41:43 +02:00

14 lines
257 B
Go

//go:build enterprise
/*
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: BUSL-1.1
*/
package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.24.0-pre.0.20250815105109-6eff250f16f8"
)