1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/installer
Shane McDonald 0be8fe521a Refactor Dockerfiles
This commit does a few things:

- Add the `--squash` option to the `awx-devel-build` make target. This reduces the resulting image size from 2.12 GB to 1.37 GB. I think we can get this down even more by inspecting the image contents.
- Reorganize commands so that the cache expires less often. Before this commit, any changes to the Makefile would essentially cause the entire image to rebuild.
- Break yum dependencies up into multiple lines. This makes it easier to see what changes in a diff.
- Use `n` to install our required version of node (rather `curl node | bash`). I’ve found this to be easier to maintain / more portable when working with other Dockerfiles.
- General organizational changes to make things easier to parse visually.
2019-05-08 20:36:41 -04:00
..
roles Refactor Dockerfiles 2019-05-08 20:36:41 -04:00
build.yml Improve push capabilities and allow build playbook to push 2017-10-16 00:38:28 -04:00
install.yml Allow for platform specific variables in docker-compose install 2019-03-27 09:32:04 -04:00
inventory Fix comment on awx branding inventory var 2019-04-10 14:49:37 -04:00