adoroszlai opened a new pull request, #8397:
URL: https://github.com/apache/ozone/pull/8397

   ## What changes were proposed in this pull request?
   
   Some acceptance tests started failing with new Docker Compose version being 
rolled out by GitHub in runner version 
[20250504.1.0](https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250504.1).
   
   ```
   Executing test ozonesecure-ha/test-s3a.sh
   Using Docker Compose v2
   Error response from daemon: could not parse extra host IP  172.25.0.115: 
ParseAddr(" 172.25.0.115"): unexpected character (at " 172.25.0.115")
   ```
   
   ```
   Executing test ozonesecure-ha/test-scm-decommission.sh
   Using Docker Compose v2
   Error response from daemon: could not parse extra host IP  172.25.0.117: 
ParseAddr(" 172.25.0.117"): unexpected character (at " 172.25.0.117")
   ```
   
   It looks like our usage of 
[`extra_hosts`](https://docs.docker.com/reference/compose-file/services/#extra_hosts)
 is no longer valid.
   
   This change updates compose files to use the short syntax.
   
   https://issues.apache.org/jira/browse/HDDS-12974
   
   ## How was this patch tested?
   
   CI:
   https://github.com/adoroszlai/ozone/actions/runs/14853386105
   
   Note: all affected acceptance checks used the old version of the runner, so 
it does not verify the fix for the problem.  But at least it validates the 
syntax with the old 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: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to