Skip to content

Commit

Permalink
release: use stable tag for preflight image
Browse files Browse the repository at this point in the history
Previously, we used a fixed version of the prflight docker image to
submit certification results to Red Hat Connect.

Unfortunately, their API is not stable yet, so we ended up with failures
submitting the certification result.

This PR changes the preflight docker image tag to `stable` with hope we
don't need to update the pinned image version on the release branches.

Release justification: Blocks the release process

Release note: None
  • Loading branch information
rail committed Aug 23, 2022
1 parent 003c036 commit 9580d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/teamcity-publish-redhat-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ docker run \
-v $PWD/artifacts:/artifacts \
-v ~/.docker/config.json:/temp-authfile.json:ro \
-v ~/.docker/config.json:/tmp/docker/config.json:ro \
quay.io/opdev/preflight:1.1.0 check container \
quay.io/opdev/preflight:stable check container \
"${rhel_repository}:${build_name}" --submit
tc_end_block "Run preflight"

0 comments on commit 9580d03

Please sign in to comment.