mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -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
|
||||
RUN yum install -y bzip2 gcc-c++
|
||||
|
||||
Reference in New Issue
Block a user