Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCKER_BUILDKIT=0 is depracated #679

Open
4 of 6 tasks
EveningStarlight opened this issue Oct 31, 2024 · 0 comments
Open
4 of 6 tasks

DOCKER_BUILDKIT=0 is depracated #679

EveningStarlight opened this issue Oct 31, 2024 · 0 comments
Assignees

Comments

@EveningStarlight
Copy link
Contributor

EveningStarlight commented Oct 31, 2024

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.

Possible options for solving the error:

  • Set the parallelism to 1: no improvement
  • Set memory limits: no improvement
  • Disable caching: no improvement
  • use --output=type=docker: no improvement
  • Increase the runner size
  • Minimize the number of layers created by the Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant