mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Make parent image tag for unit tests a build arg
This commit is contained in:
@@ -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
|
# For UI tests
|
||||||
RUN yum install -y bzip2 gcc-c++
|
RUN yum install -y bzip2 gcc-c++
|
||||||
|
|||||||
Reference in New Issue
Block a user