Merge pull request #959 from mac-chaffee/no-latest

Use specific version of redis image
This commit is contained in:
Shane McDonald
2022-06-23 08:16:21 -04:00
committed by GitHub

View File

@@ -127,7 +127,7 @@ extra_volumes: ''
_image: quay.io/ansible/awx
_image_version: "{{ lookup('env', 'DEFAULT_AWX_VERSION') or 'latest' }}"
_redis_image: docker.io/redis
_redis_image_version: latest
_redis_image_version: 7
_postgres_image: postgres
_postgres_image_version: 12
_init_container_image: quay.io/centos/centos