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
{{ message }}
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Detect whether the user is selecting the image with a sha256 digest (as support agents have been advising users to do for years, as a workaround for lack of multiarch support), or using FROM --platform. In such cases, do not warn the user if there is a mix of images from manifest lists versus single arch.
Alternatively, this warning could be removed already and we could inject the appropriate --platform info in the FROM line of the Docker file stream.
Detect whether the user is selecting the image with a sha256 digest (as support agents have been advising users to do for years, as a workaround for lack of multiarch support), or using FROM --platform. In such cases, do not warn the user if there is a mix of images from manifest lists versus single arch.
Alternatively, this warning could be removed already and we could inject the appropriate
--platform
info in theFROM
line of the Docker file stream.See
build.ts
.See comments in: #96
The text was updated successfully, but these errors were encountered: