We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb550f commit 82f2251Copy full SHA for 82f2251
openshift/ci-operator/knative-images/func-util/Dockerfile
@@ -24,7 +24,8 @@ COPY LICENSE /licenses/
24
25
RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
26
ln -s /usr/bin/func-util /usr/local/bin/scaffold && \
27
- ln -s /usr/bin/func-util /usr/local/bin/s2i
+ ln -s /usr/bin/func-util /usr/local/bin/s2i && \
28
+ ln -s /usr/bin/func-util /usr/local/bin/s2i-generate
29
30
USER 65532
31
0 commit comments