Skip to content

Commit e468049

Browse files
committed
Include and ship the CEL content file
Copies the CEL content file to the content images.
1 parent fe23b11 commit e468049

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfiles/compliance-operator-content-konflux.Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ LABEL \
110110
WORKDIR /
111111
COPY --from=builder /go/src/github.com/ComplianceAsCode/content/LICENSE /licenses/LICENSE
112112
COPY --from=builder /go/src/github.com/ComplianceAsCode/content/build/ssg-*-ds.xml .
113+
COPY --from=builder /go/src/github.com/ComplianceAsCode/content/build/*-cel-content.yaml .

Dockerfiles/ocp4_content

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN if [ "$(uname -m)" == "x86_64" ] || [ "$(uname -m)" == "aarch64" ]; then \
2020
products/ocp4/profiles/pci-dss-node.profile \
2121
products/ocp4/profiles/pci-dss.profile \
2222
products/ocp4/profiles/cis-node.profile \
23+
products/ocp4/profiles/cis-vm-extension.profile \
2324
products/ocp4/profiles/cis.profile \
2425
products/ocp4/profiles/moderate-node.profile \
2526
products/ocp4/profiles/moderate.profile \
@@ -51,3 +52,4 @@ FROM registry.access.redhat.com/ubi8/ubi-micro:latest
5152

5253
WORKDIR /
5354
COPY --from=builder /content/build/ssg-*-ds.xml .
55+
COPY --from=builder /content/build/*-cel-content.yaml .

0 commit comments

Comments
 (0)