diff options
author | Shane McDonald <me@shanemcd.com> | 2021-03-25 18:27:19 +0100 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2021-03-25 18:27:19 +0100 |
commit | 8bb90dde3312b58bc08821987ddc8bacd20ba386 (patch) | |
tree | 4aa5e6e2f435de68553fbb04ea421836a6a5672b /Makefile | |
parent | Merge pull request #9699 from nixocio/ui_small_fixes (diff) | |
download | awx-8bb90dde3312b58bc08821987ddc8bacd20ba386.tar.xz awx-8bb90dde3312b58bc08821987ddc8bacd20ba386.zip |
Devel images are now on Quay
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ VENV_BASE ?= /var/lib/awx/venv/ SCL_PREFIX ?= CELERY_SCHEDULE_FILE ?= /var/lib/awx/beat.db -DEV_DOCKER_TAG_BASE ?= gcr.io/ansible-tower-engineering +DEV_DOCKER_TAG_BASE ?= quay.io/awx DEVEL_IMAGE_NAME ?= $(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG) # Python packages to install only from source (not from binary wheels) |