nickva commented on PR #4086: URL: https://github.com/apache/couchdb/pull/4086#issuecomment-1174654594
@big-r81 well it does seem it cached the docker image somehow. To "fix" it I deleted the bullseye 25.0.2 image from docker and re-created it. The long version is I created a new PR for the CI test only (a new branch) after I deleted the tag from docker. and noticed that it ran successfully (!). Which is bonkers because the image from docker hub with that tag should have been removed. And I was expecting an error that it couldn't find the image. Then I re-built the image from couchdb-ci and pushed it also re-created the CI PR and now everything passes https://github.com/apache/couchdb/pull/4088 So there is some caching and connection to rebuilding the same PR (pushing to the same branch) where it decided to reuse the exact docker image ...? Anyway I'll close this PR and let's just roll with that other one -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
