Skip to content

Commit

Permalink
Moved the reference of postgres image from dockerhub to quay to avoid…
Browse files Browse the repository at this point in the history
… the rate-limiting.

Signed-off-by: Adam Saleh <asaleh@redhat.com>
  • Loading branch information
AdamSaleh authored and mergify[bot] committed Dec 14, 2020
1 parent d2b3f8d commit d275cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/ci/integration/tests/fixtures/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def db_container(docker_backend, docker_network):
conu.DockerContainer: The PostgreSQL container.
"""
image = docker_backend.ImageClass(
os.environ.get("BODHI_INTEGRATION_POSTGRESQL_IMAGE", "postgres"),
os.environ.get("BODHI_INTEGRATION_POSTGRESQL_IMAGE", "quay.io/bodhi-ci/postgresql"),
tag="latest"
)
params = DockerContainerParameters(env_variables={"POSTGRES_HOST_AUTH_METHOD": "trust"})
Expand Down

0 comments on commit d275cc2

Please sign in to comment.