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
Staged builds moved most images to the new docker build version.
Only remote-desktop still uses DOCKER_BUILDKIT=0
Issue
The classic build option DOCKER_BUILDKIT=0 is deprecated and will eventually lose support.
Moving to the new version, by removing this flag, was briefly tested.
Two images have issues with the new build, remote-desktop and sas,
who both have Out of Memory errors when trying to export the layers.
Current State
Staged builds moved most images to the new docker build version.
Only remote-desktop still uses DOCKER_BUILDKIT=0
Issue
The classic build option
DOCKER_BUILDKIT=0
is deprecated and will eventually lose support.Moving to the new version, by removing this flag, was briefly tested.
Two images have issues with the new build,
remote-desktop
andsas
,who both have Out of Memory errors when trying to export the layers.
Possible options for solving the error:
--output=type=docker
: no improvementThe text was updated successfully, but these errors were encountered: