constellation/internal/config/image_enterprise.go
edgelessci e0aebd8c54
image: update measurements and image version (#3882)
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-07-18 09:57:37 +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.20250716082406-5171a01b951e"
)