Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.monitor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN SKIP_GO_VERSION_CHECK=true CGO_ENABLED=1 GOFLAGS=-tags=strictfipsruntime mak
RUN chmod u-s kata-monitor
RUN setcap "cap_dac_override+eip" kata-monitor

FROM registry.access.redhat.com/ubi9
FROM registry.access.redhat.com/ubi10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the reference was wrong - we need to set specific version in the tag, so that we know what we build with, and don't get silent (breaking) updates.
How about :

Suggested change
FROM registry.access.redhat.com/ubi10
FROM registry.access.redhat.com/ubi10/ubi:10.1-1762189261

COPY --from=builder /workdir/src/runtime/kata-monitor /usr/bin/kata-monitor

# Red Hat labels
Expand Down