Skip to content

Commit 04b3c2c

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

2 files changed

Lines changed: 2 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ FROM registry.access.redhat.com/ubi8/ubi-micro:latest
5151

5252
WORKDIR /
5353
COPY --from=builder /content/build/ssg-*-ds.xml .
54+
COPY --from=builder /content/build/*-cel-content.yaml .

0 commit comments

Comments
 (0)