Skip to content

Commit

Permalink
Update release-6.5.Dockerfile (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Jan 9, 2024
1 parent 0ea11a9 commit 7d8931d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dockerfiles/bases/tidb-base/release-6.5.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# linux/amd64: https://github.com/PingCAP-QE/ci-dockerfile/blob/master/jenkins/amd64/alpine-3.14.6
# TODO: compose a multi-arch image.

# linux/arm64:
# base: https://github.com/PingCAP-QE/artifacts/blob/main/dockerfiles/old-bases/arm64/centos-stream.Dockerfile
FROM pingcap/centos-stream:8
RUN set -e && \
dnf install bind-utils curl nmap-ncat -y && \
dnf clean all
dnf clean all

0 comments on commit 7d8931d

Please sign in to comment.