1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

Move docker base image from Xenial to Bionic

This commit is contained in:
niusmallnan
2019-05-05 10:58:48 +08:00
committed by niusmallnan
parent 3edf512725
commit d284e41dee
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM ubuntu:16.04 FROM ubuntu:bionic
# FROM arm64=aarch64/ubuntu:16.04 # FROM arm64=arm64v8/ubuntu:bionic
# get the apt-cacher proxy set # get the apt-cacher proxy set
ARG APTPROXY= ARG APTPROXY=

View File

@@ -1,5 +1,5 @@
FROM ubuntu:xenial FROM ubuntu:bionic
# FROM arm64=arm64v8/ubuntu:xenial # FROM arm64=arm64v8/ubuntu:bionic
ENV DAPPER_RUN_ARGS --privileged ENV DAPPER_RUN_ARGS --privileged
ENV DAPPER_OUTPUT dist ENV DAPPER_OUTPUT dist

View File

@@ -1,5 +1,5 @@
FROM ubuntu:16.04 FROM ubuntu:bionic
# FROM arm64=aarch64/ubuntu:16.04 arm=armhf/ubuntu:16.04 # FROM arm64=arm64v8/ubuntu:bionic
# get the apt-cacher proxy set # get the apt-cacher proxy set
ARG APTPROXY= ARG APTPROXY=