Skip to content

Commit 82f2251

Browse files
serverless-qeserverless-qe
andauthored
Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh" (#1098)
Co-authored-by: serverless-qe <[email protected]>
1 parent cfb550f commit 82f2251

File tree

1 file changed

+2
-1
lines changed
  • openshift/ci-operator/knative-images/func-util

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ COPY LICENSE /licenses/
2424

2525
RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
2626
ln -s /usr/bin/func-util /usr/local/bin/scaffold && \
27-
ln -s /usr/bin/func-util /usr/local/bin/s2i
27+
ln -s /usr/bin/func-util /usr/local/bin/s2i && \
28+
ln -s /usr/bin/func-util /usr/local/bin/s2i-generate
2829

2930
USER 65532
3031

0 commit comments

Comments
 (0)