Baoyuantop commented on code in PR #12805:
URL: https://github.com/apache/apisix/pull/12805#discussion_r2612798304
##########
docker/compose/docker-compose-master.yaml:
##########
@@ -47,6 +47,14 @@ services:
networks:
- apisix
+ httpbin:
+ image: ghcr.io/mccutchen/go-httpbin
Review Comment:
This configuration serves the workflow at
https://github.com/apache/apisix/blob/master/.github/workflows/push-dev-image-on-commit.yml
This workflow runs on both amd and arm platforms.
`kennethreitz/httpbin:latest` does not provide an arm image, causing it to
fail. Therefore, I used this image here.
--
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]