1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 21:24:00 +00:00

Merge pull request #2158 from superseb/ubuntu1804

Update base images to Ubuntu 20.04
This commit is contained in:
Sebastiaan van Steenis
2020-08-10 12:51:44 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:16.04
# FROM arm=armhf/ubuntu:16.04
FROM ubuntu:20.04
# FROM arm=armhf/ubuntu:20.04 arm64=arm64v8/ubuntu:20.04
ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}

View File

@@ -1,3 +1,3 @@
FROM ubuntu:16.04
FROM ubuntu:20.04
COPY rke /usr/bin/
CMD ["rke"]