You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the CI pipeline relies on passing the built base image via registry to build the dev image. This is a very similar issue to WeblateOrg/docker#2589.
The root cause is that there doesn't seem to be way in docker to work with multiarch images (manifests) locally: you cannot have locally different architectures of the same image.
Describe the issue
Currently, the CI pipeline relies on passing the built base image via registry to build the dev image. This is a very similar issue to WeblateOrg/docker#2589.
The root cause is that there doesn't seem to be way in docker to work with multiarch images (manifests) locally: you cannot have locally different architectures of the same image.
I already tried
Steps to reproduce the behavior
Expected behavior
No response
Screenshots
No response
Exception traceback
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: