Fixed error in Dockerfile
Dockerfile features variable which overrides the correct base image value being passed to Dockerfile, if the correct value is different than the default value. Change-Id: Icd9c1f358f29d99521491b9e0e2885c235fac158
This commit is contained in:
parent
63ccc0b276
commit
f7283a3588
@ -1,4 +1,4 @@
|
|||||||
ARG BASE_IMAGE=ubuntu:18.04
|
ARG BASE_IMAGE
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG BASE_IMAGE=ubuntu:18.04
|
ARG BASE_IMAGE
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
#ubuntu environment variables
|
#ubuntu environment variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user