adoroszlai opened a new pull request, #7425: URL: https://github.com/apache/ozone/pull/7425
## What changes were proposed in this pull request? Change CI workflow to use `ozone` from GitHub Container Registry to reduce rate of pull from Docker Hub. This is achieved by replacing hard-coded `apache/ozone` image with Maven property and environment variable. The existing `OZONE_IMAGE` variable used by upgrade tests is renamed to `OZONE_TEST_IMAGE`. Also replace hard-coded `-rocky` version suffix with property/variable that can be overridden (`OZONE_IMAGE_FLAVOR`). https://issues.apache.org/jira/browse/HDDS-11686 ## How was this patch tested? Ran `upgrade` and `xcompat` tests locally. CI: https://github.com/adoroszlai/ozone/actions/runs/11806115661 Verified that pull counts for `ozone` [images](https://github.com/apache/ozone-docker/pkgs/container/ozone) increased with the run. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
