The current base image has probably not been built using this script which uses buildx and that caused it not to be compatible with the M1s.
This diff fixes that, I rebuilt the base image using the script and pushed it to the hub.
Differential D4858
[services] Fix docker base image • karol on Aug 17 2022, 3:53 AM. Authored by Tags None Referenced Files
Details
The current base image has probably not been built using this script which uses buildx and that caused it not to be compatible with the M1s. This diff fixes that, I rebuilt the base image using the script and pushed it to the hub. Clean docker, build one of the services (e.g. blob) on m1, and see that there's no amd64 label.
Diff Detail
Event TimelineComment Actions Do you mind updating the base image document? https://www.notion.so/commapp/Docker-base-image-publish-914aa735683444c9a98c5c9794f8d83a Otherwise diff LGTM |