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
It would be handy it was possible to specify platform when pulling an image. Currently when pulling multiarch image that doesn't have a special tag for each architecture it automatically starts pulling the image with architecture of userspace and there's no way to override this behaviour other than using cli:
i.e. when on Raspbian with aarch64 kernel and armv7 userspace, it pulls armv7 image and fails if it doesn't exist, manual override using --platform arm64 is needed to fix it, but docker_image doesn't support platform option when pulling
SUMMARY
It would be handy it was possible to specify platform when pulling an image. Currently when pulling multiarch image that doesn't have a special tag for each architecture it automatically starts pulling the image with architecture of userspace and there's no way to override this behaviour other than using cli:
--platform arm64
is needed to fix it, butdocker_image
doesn't supportplatform
option when pullingISSUE TYPE
COMPONENT NAME
docker_image
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: