upgrade ubuntu docker image 14.04 → 18.04 (#16926)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4363291c94
commit
9d21f9c105
@@ -1,5 +1,5 @@
|
|||||||
# Specify BROKER_URL and QUEUE when running
|
# Specify BROKER_URL and QUEUE when running
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl ca-certificates amqp-tools python \
|
apt-get install -y curl ca-certificates amqp-tools python \
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Specify BROKER_URL and QUEUE when running
|
# Specify BROKER_URL and QUEUE when running
|
||||||
FROM ubuntu:14.04
|
FROM ubuntu:18.04
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y curl ca-certificates amqp-tools python \
|
apt-get install -y curl ca-certificates amqp-tools python \
|
||||||
|
|||||||
Reference in New Issue
Block a user