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 7159a9a commit 8768362Copy full SHA for 8768362
3 files changed
.dockerignore
@@ -28,4 +28,6 @@ examples/
28
!hack/gpg-wrapper.sh
29
!hack/git-verify-wrapper.sh
30
!hack/tool-versions.sh
31
-!hack/install.sh
+!hack/install.sh
32
+!hack/gitconfig
33
+
Dockerfile
@@ -62,6 +62,7 @@ COPY hack/gpg-wrapper.sh \
62
hack/git-verify-wrapper.sh \
63
entrypoint.sh \
64
/usr/local/bin/
65
+COPY hack/gitconfig /etc/gitconfig
66
COPY --from=builder /usr/local/bin/helm /usr/local/bin/helm
67
COPY --from=builder /usr/local/bin/kustomize /usr/local/bin/kustomize
68
hack/gitconfig
@@ -0,0 +1,4 @@
1
+[maintenance]
2
+autoDetach = false
3
+[gc]
4
0 commit comments