Skip to content

Commit 0ac959b

Browse files
committed
use ubi instead of scratch
1 parent 7f5600b commit 0ac959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/operator-registry/pkg/lib/bundle/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ func GenerateDockerfile(mediaType, manifests, metadata, copyManifestDir, copyMet
335335
relativeMetadataDirectory = filepath.ToSlash(relativeMetadataDirectory)
336336

337337
// FROM
338-
fileContent += "FROM scratch\n\n"
338+
fileContent += "FROM registry.access.redhat.com/ubi9:latest\n\n"
339339

340340
// LABEL
341341
fileContent += fmt.Sprintf("LABEL %s=%s\n", MediatypeLabel, mediaType)

0 commit comments

Comments
 (0)