ptupitsyn commented on issue #10876: URL: https://github.com/apache/ignite/issues/10876#issuecomment-1667221198
Multi-arch image build steps: * Install [Docker buildx](https://www.baeldung.com/ops/docker-buildx) * Change base image from **alpine** to **focal**: https://github.com/apache/ignite/pull/10877 * Download release binaries into https://github.com/apache/ignite/tree/master/deliveries/docker/apache-ignite directory * Run `docker buildx build . -f ./x86_64/Dockerfile -t ptupitsyn/ignite:2.15.0 -t ptupitsyn/ignite:latest --push --platform linux/amd64,linux/arm64` (in the same dir) -- 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]
