11# DO NOT EDIT! Generated Dockerfile for cmd/func-util.
22ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.20
3- ARG GO_RUNTIME=registry.access.redhat.com/ubi8 /ubi-minimal
3+ ARG GO_RUNTIME=registry.access.redhat.com/ubi9 /ubi-minimal
44
55FROM $GO_BUILDER as builder
66
@@ -15,9 +15,9 @@ RUN go build -tags strictfipsruntime,exclude_graphdriver_btrfs -o /usr/bin/main
1515
1616FROM $GO_RUNTIME
1717
18- ARG VERSION=knative-nightly
18+ ARG VERSION=knative-v1.19
1919
20- RUN microdnf install socat tar
20+ RUN microdnf install -y socat tar
2121
2222COPY --from=builder /usr/bin/main /usr/bin/func-util
2323COPY LICENSE /licenses/
@@ -30,14 +30,17 @@ RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
3030USER 65532
3131
3232LABEL \
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" \
37373838 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+ vendor="Red Hat, Inc." \
43+ release=$VERSION \
44+ cpe="cpe:/a:redhat:openshift_serverless:1.39::el9"
4245
4346ENTRYPOINT ["/usr/bin/bash" ]
0 commit comments