Skip to content

Commit

Permalink
chore: Upgrade to Quay image 3.7.0 (PROJQUAY-3867)
Browse files Browse the repository at this point in the history
Upgrading the Quay image to use 3.7.0.

Signed-off-by: Dave O'Connor <doconnor@redhat.com>
  • Loading branch information
bcaton85 authored and HammerMeetNail committed May 26, 2022
1 parent b01abfd commit 1922f04
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Expand Up @@ -2,7 +2,7 @@ EE_IMAGE=quay.io/quay/mirror-registry-ee:latest
EE_BASE_IMAGE=registry.redhat.io/ansible-automation-platform-20-early-access/ee-minimal-rhel8
EE_BUILDER_IMAGE=registry.redhat.io/ansible-automation-platform-20-early-access/ansible-builder-rhel8:2.0.0-15
POSTGRES_IMAGE=registry.redhat.io/rhel8/postgresql-10:1-161
QUAY_IMAGE=registry.redhat.io/quay/quay-rhel8:v3.6.4
QUAY_IMAGE=registry.redhat.io/quay/quay-rhel8:v3.7.0
REDIS_IMAGE=registry.redhat.io/rhel8/redis-6:1-25
RELEASE_VERSION=v1.1.0
PAUSE_IMAGE=registry.access.redhat.com/ubi8/pause:latest
PAUSE_IMAGE=registry.access.redhat.com/ubi8/pause:latest
1 change: 0 additions & 1 deletion ansible-runner/context/_build/requirements.yml
Expand Up @@ -2,5 +2,4 @@
collections:
- ansible.posix
- containers.podman
- community.crypto
- community.general
1 change: 0 additions & 1 deletion ansible-runner/requirements.yml
Expand Up @@ -2,5 +2,4 @@
collections:
- ansible.posix
- containers.podman
- community.crypto
- community.general
1 change: 1 addition & 0 deletions cmd/utils.go
Expand Up @@ -253,6 +253,7 @@ func getImageMetadata(app, imageName, archivePath string) string {
--change 'ENV LANG=en_US.utf8' \
--change 'ENV QUAYDIR=/quay-registry' \
--change 'ENV QUAYCONF=/quay-registry/conf' \
--change 'ENV QUAYRUN=/quay-registry/conf' \
--change 'ENV QUAYPATH=.' \
--change 'ENV container=oci' \
--change 'ENTRYPOINT=["dumb-init","--","/quay-registry/quay-entrypoint.sh"]' \
Expand Down

0 comments on commit 1922f04

Please sign in to comment.