Make parent image tag for unit tests a build arg

This commit is contained in:
Shane McDonald 2017-08-16 22:31:15 -04:00
parent bd0d911376
commit da18033a46

View File

@ -1,4 +1,5 @@
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
ARG TAG=latest
FROM gcr.io/ansible-tower-engineering/awx_devel:$TAG
# For UI tests
RUN yum install -y bzip2 gcc-c++