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 dadece3 commit ea0e3eaCopy full SHA for ea0e3ea
.konflux/dockerfiles/git-init.Dockerfile
@@ -19,7 +19,7 @@ ENV BINARY=git-init \
19
KO_APP=/ko-app \
20
KO_DATA_PATH=/kodata
21
22
-RUN dnf install -y openssh-clients git git-lfs shadow-utils
+RUN microdnf install -y openssh-clients git git-lfs shadow-utils
23
24
COPY --from=builder /tmp/tektoncd-catalog-git-clone ${KO_APP}/${BINARY}
25
COPY head ${KO_DATA_PATH}/HEAD
@@ -40,4 +40,4 @@ LABEL \
40
RUN groupadd -r -g 65532 nonroot && useradd --no-log-init -r -u 65532 -g nonroot -d /home/git -m nonroot
41
USER 65532
42
43
-ENTRYPOINT ["/ko-app/git-init"]
+ENTRYPOINT ["/ko-app/git-init"]
0 commit comments