Skip to content

Commit

Permalink
Use Quay compliance-operator/compliance-operator-content for images
Browse files Browse the repository at this point in the history
The previous home for compliance content images hadn't been updated in
months, causing CI to fail with issues that had already been fixed.

This commit updates the content image location to use
compliance-operator/compliance-operator-content, which contains updated
images:

https://quay.io/repository/compliance-operator/compliance-operator-content
  • Loading branch information
rhmdnd committed Apr 22, 2022
1 parent c9dd843 commit 2e585a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PROFILE?=
# Defines the product that the test aims to test
# Since we already have test for RHCOS4, this is the default for now.
PRODUCT?=rhcos4
CONTENT_IMAGE?=quay.io/complianceascode/ocp4:latest
CONTENT_IMAGE?=quay.io/compliance-operator/compliance-operator-content:latest
ROOT_DIR?=
TEST_FLAGS?=-v -timeout 120m
# Should the test attempt to install the operator?
Expand Down

0 comments on commit 2e585a0

Please sign in to comment.