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 13, 2025
1 parent 4c8159a commit 82cf036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift/ci-operator/knative-images/func-util/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ COPY LICENSE /licenses/

RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
ln -s /usr/bin/func-util /usr/local/bin/scaffold && \
ln -s /usr/bin/func-util /usr/local/bin/s2i
ln -s /usr/bin/func-util /usr/local/bin/s2i && \
ln -s /usr/bin/func-util /usr/local/bin/s2i-generate

USER 65532

Expand Down

0 comments on commit 82cf036

Please sign in to comment.