docker buildx build never stops #15766
Labels
feature: docker in workspaces
team: workspace
Issue belongs to the Workspace team
type: bug
Something isn't working
Bug description
docker buildx build
hangs forever, also could be reproduced withdocker export
if an image is built with--squash
.Not sure whether it is a bug with docker itself, or some IO limiting, or how we run docker in workspaces?
Steps to reproduce
FROM gitpod/workspace-full:latest
docker buildx build -o outdir .
Workspace affected
No response
Expected behavior
does not hang
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: