Skip to content

Commit

Permalink
Merge pull request #100 from StrongMonkey/v1.18-update
Browse files Browse the repository at this point in the history
Update kubernete v1.18.0-beta.0
  • Loading branch information
StrongMonkey authored Feb 21, 2020
2 parents e3c753d + a8e889c commit 906796f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/google_containers/hyperkube:v1.17.2
FROM gcr.io/google_containers/hyperkube:v1.18.0-beta.0
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
apt-get update && apt-get upgrade -y && apt-get clean && \
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/google_containers/hyperkube:v1.17.2
FROM gcr.io/google_containers/hyperkube:v1.18.0-beta.0
RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
apt-get update && apt-get upgrade -y && apt-get clean && \
clean-install apt-transport-https gnupg1 curl zfsutils-linux \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \
Exit 1; \
} \
}
ENV K8S_VERSION v1.17.2
ENV K8S_VERSION v1.18.0-beta.0
RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \
\
function Expand-GZip ($inFile, $outFile) { \
Expand Down

0 comments on commit 906796f

Please sign in to comment.