File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 1- FROM gcr.io/google_containers/hyperkube:v1.18.4
1+ FROM gcr.io/google_containers/hyperkube:v1.18.5
22RUN sed -i -e 's!\b main\b !main contrib!g' /etc/apt/sources.list && \
33 apt-get update && apt-get upgrade -y && apt-get clean && \
44 clean-install apt-transport-https gnupg1 curl zfsutils-linux \
@@ -17,8 +17,3 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
1717 glusterfs-common \
1818 samba-common \
1919 arptables
20-
21- RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \
22- update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy && \
23- update-alternatives --set arptables /usr/sbin/arptables-legacy && \
24- update-alternatives --set ebtables /usr/sbin/ebtables-legacy
Original file line number Diff line number Diff line change 1- FROM gcr.io/google_containers/hyperkube:v1.18.4
1+ FROM gcr.io/google_containers/hyperkube:v1.18.5
22RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
33 apt-get update && apt-get upgrade -y && apt-get clean && \
44 clean-install apt-transport-https gnupg1 curl zfsutils-linux \
@@ -17,8 +17,3 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
1717 glusterfs-common \
1818 samba-common \
1919 arptables
20-
21- RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \
22- update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy && \
23- update-alternatives --set arptables /usr/sbin/arptables-legacy && \
24- update-alternatives --set ebtables /usr/sbin/ebtables-legacy
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
1010 Exit 1; \
1111 } \
1212 }
13- ENV K8S_VERSION v1.18.4
13+ ENV K8S_VERSION v1.18.5
1414RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
1515 \
1616 function Expand-GZip ($inFile, $outFile) { \
You can’t perform that action at this time.
0 commit comments