constellation/internal/config/image_enterprise.go
edgelessci 0d661796d6
image: update measurements and image version (#3891)
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-07-25 09:35:22 +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.20250724133527-6bddb04149d5"
)