Skip to content

Commit

Permalink
Update Dockerfile.aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng authored Oct 25, 2023
1 parent 4eec6bd commit 8c0edff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM almalinux:9
COPY kubernetes-aarch64.repo /etc/yum.repos.d
RUN yum -y install kubeadm kubectl kubelet
COPY kubernetes-amd64.repo /etc/yum.repos.d
RUN yum -y install kubeadm-1.28.3 kubectl-1.28.3 kubelet-1.28.3

0 comments on commit 8c0edff

Please sign in to comment.