From 9580d035d5bd822cb2ddbbeb8d371850da01e3d1 Mon Sep 17 00:00:00 2001 From: Rail Aliiev Date: Tue, 23 Aug 2022 15:19:22 -0400 Subject: [PATCH] release: use `stable` tag for preflight image 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 --- build/release/teamcity-publish-redhat-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release/teamcity-publish-redhat-release.sh b/build/release/teamcity-publish-redhat-release.sh index 9468f2c4b2b8..cf633fbe2e29 100755 --- a/build/release/teamcity-publish-redhat-release.sh +++ b/build/release/teamcity-publish-redhat-release.sh @@ -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"