Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN useradd -r -u 499 nonroot
RUN getent group nonroot || groupadd -o -g 499 nonroot

# Red Hat labels
LABEL name="openshift-sandboxed-containers-operator" \
LABEL name="openshift-sandboxed-containers/osc-rhel9-operator" \
cpe="cpe:/a:redhat:confidential_compute_attestation:1.10::el9" \
version="1.10.1" \
com.redhat.component="osc-operator-container" \
summary="This operator manages the Openshift Sandboxed Containers runtime installation" \
Expand Down