Skip to content

Commit

Permalink
去掉双引号,有执行 dockerfile 引发的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
石磊 authored and 石磊 committed Aug 16, 2023
1 parent 627ffbe commit 7109de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/PushKubernetesNodeBinaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ FROM docker:${dockercliVersion} as DockerCli
FROM slzcc/ansible:demo4 as Packages
ENV http_proxy=${http_proxy} \
https_proxy=${https_proxy}
#ENV http_proxy=${http_proxy} \
# https_proxy=${https_proxy}
RUN wget -qO- https://dl.k8s.io/${k8sVersion}/kubernetes-server-${_cni_os_drive}.tar.gz | tar zx -C /
Expand Down

0 comments on commit 7109de2

Please sign in to comment.