diff options
author | Shane McDonald <shanemcd@redhat.com> | 2020-12-26 19:06:29 +0100 |
---|---|---|
committer | Shane McDonald <shanemcd@redhat.com> | 2020-12-26 19:16:42 +0100 |
commit | ab6430e50d83de31e092b4fdf2a7ff4c4f3d2c20 (patch) | |
tree | 4f58b6b4672177270d80175742da366d857f36f4 /.dockerignore | |
parent | Add standalone target for rendering official Dockerfile (diff) | |
download | awx-ab6430e50d83de31e092b4fdf2a7ff4c4f3d2c20.tar.xz awx-ab6430e50d83de31e092b4fdf2a7ff4c4f3d2c20.zip |
Dramatically simplify image_build role
This does a few things:
- Removes need for awx_sdist_builder image
- Reorders Dockerfile steps to optimize image cache between prod and dev builds
- Unifies VENV_BASE and COLLECTION_BASE in prod and dev builds
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index f5faf1f0e3..46c83b0467 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1 @@ -.git awx/ui/node_modules |