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 e64357d commit fb9e1b1Copy full SHA for fb9e1b1
tools/check_artifact/Dockerfile
@@ -1,5 +1,5 @@
1
FROM hub.pingcap.net/bases/pingcap-base:v1
2
RUN curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
3
ENV PATH=$PATH:/root/.tiup/bin
4
-COPY --from=bitnami/oras:1.1.0-debian-12-r20 /oras /bin/oras
+COPY --from=bitnami/oras:1.2.0-debian-12-r0 /oras /bin/oras
5
COPY --chmod=755 check_artifact.sh /bin/check_artiact.sh
0 commit comments