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 f0147f2 commit ce99992Copy full SHA for ce99992
Dockerfile
@@ -43,4 +43,4 @@ COPY --from=bbolt /go/bin/bbolt /bin/
43
WORKDIR /dind
44
ADD . /dind
45
46
-ENTRYPOINT ["./wrapper.sh"]
+ENTRYPOINT ["./run.sh"]
service.yaml
@@ -1 +1 @@
1
-version: 3.0.3
+version: 3.0.2
wrapper.sh
0 commit comments