mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
[container image] use focal (ubuntu 20.04) base image for our docker builds (#8631)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
|
# Use imutable image tags rather than mutable tags (like ubuntu:20.04)
|
||||||
FROM ubuntu:bionic-20200807
|
FROM ubuntu:focal-20220316
|
||||||
|
|
||||||
RUN apt update -y \
|
RUN apt update -y \
|
||||||
&& apt install -y \
|
&& apt install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user