Skip to content

Commit

Permalink
Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Feb 6, 2025
1 parent d6f2b18 commit 572f9e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/ci-operator/knative-images/func-util/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go build -tags strictfipsruntime,exclude_graphdriver_btrfs -o /usr/bin/main

FROM $GO_RUNTIME

ARG VERSION=knative-nightly
ARG VERSION=knative-v1.17

RUN microdnf install socat tar

Expand Down
2 changes: 1 addition & 1 deletion openshift/images.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
knative.dev/func/cmd/func-util: registry.ci.openshift.org/openshift/knative-kn-plugin-func-func-util:knative-nightly
knative.dev/func/cmd/func-util: registry.ci.openshift.org/openshift/knative-kn-plugin-func-func-util:knative-v1.17

0 comments on commit 572f9e0

Please sign in to comment.