Skip to content

Commit 1803687

Browse files
author
serverless-qe
committed
Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh"
1 parent 79e494a commit 1803687

File tree

3 files changed

+183
-181
lines changed

3 files changed

+183
-181
lines changed

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

Lines changed: 6 additions & 4 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.19
1919

2020
RUN microdnf install socat tar
2121

@@ -30,14 +30,16 @@ RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
3030
USER 65532
3131

3232
LABEL \
33-
com.redhat.component="openshift-serverless-1-kn-plugin-func-func-util-rhel8-container" \
34-
name="openshift-serverless-1/kn-plugin-func-func-util-rhel8" \
33+
com.redhat.component="openshift-serverless-1-kn-plugin-func-func-util-rhel9-container" \
34+
name="openshift-serverless-1/kn-plugin-func-func-util-rhel9" \
3535
version=$VERSION \
3636
summary="Red Hat OpenShift Serverless 1 Kn Plugin Func Func Util" \
3737
maintainer="serverless-support@redhat.com" \
3838
description="Red Hat OpenShift Serverless 1 Kn Plugin Func Func Util" \
3939
io.k8s.display-name="Red Hat OpenShift Serverless 1 Kn Plugin Func Func Util" \
4040
io.k8s.description="Red Hat OpenShift Serverless Kn Plugin Func Func Util" \
41-
io.openshift.tags="func-util"
41+
io.openshift.tags="func-util" \
42+
cpe="cpe:/a:redhat:openshift_serverless:1.39::el9"
43+
4244

4345
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.19

0 commit comments

Comments
 (0)