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

WSL ERROR: read-only file system #70

Closed
Dyhr opened this issue May 15, 2020 · 3 comments
Closed

WSL ERROR: read-only file system #70

Dyhr opened this issue May 15, 2020 · 3 comments
Labels
type:bug Something isn't working

Comments

@Dyhr
Copy link

Dyhr commented May 15, 2020

Hello, I have set up earthly to run on Windows with WSL, and I am trying to use a specific image for compiling Unity projects, but I get this error:

+base | ERROR: (FROM gableroux/unity3d:2019.2.11f1-windows) failed to copy: write /tmp/earthly/buildkit/runc-overlayfs/content/ingest/7e1cdf26cfc0f911031b2bd7d6ad7596fe77a38778389fe3f282b2354d40abc6/data: read-only file system
Error: solve side effects: build error group: solve: failed to solve: rpc error: code = Unknown desc = failed to copy: write /tmp/earthly/buildkit/runc-overlayfs/content/ingest/7e1cdf26cfc0f911031b2bd7d6ad7596fe77a38778389fe3f282b2354d40abc6/data: read-only file system

My build.earth simply looks like this:

FROM gableroux/unity3d:2019.2.11f1-windows
WORKDIR /app

build:
        RUN echo "Hello world"`
@vladaionescu
Copy link
Member

vladaionescu commented May 15, 2020

Thanks for the report! It looks like this is tied to windows guest support (not yet implemented).

@vladaionescu vladaionescu added the type:enhancement Small feature requests / adjustments label May 15, 2020
@vladaionescu vladaionescu changed the title WSL ERROR: read-only file system Windows guest ERROR: read-only file system May 15, 2020
@Dyhr
Copy link
Author

Dyhr commented May 19, 2020

It's not a windows image though, so are you sure that windows guest is the issue?

@vladaionescu
Copy link
Member

Ah you're right. The -windows part in the label fooled me. Then it's some other issue - will need to look into it.

@vladaionescu vladaionescu added type:bug Something isn't working and removed type:enhancement Small feature requests / adjustments labels May 19, 2020
@vladaionescu vladaionescu changed the title Windows guest ERROR: read-only file system WSL ERROR: read-only file system May 19, 2020
@Dyhr Dyhr closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2024
idodod added a commit to alexcb/earthly that referenced this issue Mar 20, 2024
…3_18docker-for-alpine-dind-image

Update dependency alpine_3_18/docker to v25 (main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants