constellation/internal/config/image_enterprise.go
edgelessci f66be95f90
image: update measurements and image version (#3821)
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-05-09 08:17:45 +02:00

14 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.24.0-pre.0.20250508140403-8ec3bb86cf98"
)