mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Tower -> AWX Tooling Migration
* Switching version number scheme and mechanism * Refactor development tooling towards 'awx' paths and names * Purging packaging details from Makefile
This commit is contained in:
committed by
Shane McDonald
parent
cf967d244b
commit
3892e4e389
@@ -1,11 +1,11 @@
|
||||
FROM gcr.io/ansible-tower-engineering/tower_devel:latest
|
||||
FROM gcr.io/ansible-tower-engineering/awx_devel:latest
|
||||
|
||||
# For UI tests
|
||||
RUN yum install -y bzip2 gcc-c++
|
||||
|
||||
RUN npm set progress=false
|
||||
|
||||
WORKDIR "/tower_devel"
|
||||
WORKDIR "/awx_devel"
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
CMD ["bash"]
|
||||
|
||||
Reference in New Issue
Block a user