Skip to content

Commit

Permalink
Upgrade Kubernetes to v1.26.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Sep 19, 2023
1 parent 1077d30 commit 55e0c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM oraclelinux:8
COPY kubernetes-aarch64.repo /etc/yum.repos.d
RUN yum -y install kubeadm-1.26.7 kubectl-1.26.7 kubelet-1.26.7
RUN yum -y install kubeadm-1.26.8 kubectl-1.26.8 kubelet-1.26.8
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM oraclelinux:8
COPY kubernetes-amd64.repo /etc/yum.repos.d
RUN yum -y install kubeadm-1.26.7 kubectl-1.26.7 kubelet-1.26.7
RUN yum -y install kubeadm-1.26.8 kubectl-1.26.8 kubelet-1.26.8

0 comments on commit 55e0c9c

Please sign in to comment.