ThorstenHans / blog-comments

0 stars 0 forks source link

how-to-build-multi-arch-docker-images-with-ease/ #11

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

How to build multi-arch Docker Images with ease · Thorsten Hans' blog

This article explains how to build Docker Images for multiple architectures using Docker and buildx.

https://www.thorsten-hans.com/how-to-build-multi-arch-docker-images-with-ease/

juanpaco commented 1 year ago

Hi there! This process fails for me, trying to build on an M1 mac. I'm getting an error of the flavor:

ERROR: failed to solve: DeadlineExceeded: DeadlineExceeded: DeadlineExceeded: postgres:15-alpine: failed to do request: Head "https://registry-1.docker.io/v2/library/postgres/manifests/15-alpine": dial tcp 34.205.13.154:443: i/o timeout

I get to the docker buildx build step. I'm currently not using the --push flag because I want to see it pass locally without pushing before I go ahead with the push.

Did you get anything like that? Googling isn't turning much up.

I don't expect you to debug my issues. Just wondering if you saw anything like that when you were writing this article.