Skip to content

Commit e5182a6

Browse files
author
serverless-qe
committed
Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh"
1 parent 5d3abe2 commit e5182a6

File tree

3 files changed

+111
-111
lines changed

3 files changed

+111
-111
lines changed

openshift/ci-operator/knative-images/func-util/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN go build -tags strictfipsruntime,exclude_graphdriver_btrfs -o /usr/bin/main
1515

1616
FROM $GO_RUNTIME
1717

18-
ARG VERSION=knative-nightly
18+
ARG VERSION=knative-v1.20
1919

2020
RUN microdnf install -y socat tar
2121

@@ -41,6 +41,6 @@ LABEL \
4141
io.openshift.tags="func-util" \
4242
vendor="Red Hat, Inc." \
4343
release=$VERSION \
44-
cpe="cpe:/a:redhat:openshift_serverless:::el9"
44+
cpe="cpe:/a:redhat:openshift_serverless:1.40::el9"
4545

4646
ENTRYPOINT ["/usr/bin/bash"]

openshift/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
knative.dev/func/cmd/func-util: registry.ci.openshift.org/openshift/knative-kn-plugin-func-func-util:knative-nightly
1+
knative.dev/func/cmd/func-util: registry.ci.openshift.org/openshift/knative-kn-plugin-func-func-util:knative-v1.20

0 commit comments

Comments
 (0)