
This PS updates all dockerfiles to allow base image over-rides as required by many consumers of OSH. Change-Id: I53daac9c1ec4707628565abc912116d8997eba16 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
5 lines
110 B
Docker
5 lines
110 B
Docker
ARG FROM=gcr.io/google-containers/debian-base-amd64:0.3
|
|
FROM ${FROM}
|
|
|
|
RUN /usr/local/bin/clean-install ipcalc
|