mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Make parent image tag for unit tests a build arg
This commit is contained in:
parent
bd0d911376
commit
da18033a46
@ -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++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user