Skip to content

release: v4.2.0 #4942

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

Closed
1 of 4 tasks
code-asher opened this issue Mar 3, 2022 · 2 comments · Fixed by #5014
Closed
1 of 4 tasks

release: v4.2.0 #4942

code-asher opened this issue Mar 3, 2022 · 2 comments · Fixed by #5014
Assignees
Labels
chore Related to maintenance or clean up
Milestone

Comments

@code-asher
Copy link
Member

code-asher commented Mar 3, 2022

Checklist

  • Assign to next release manager
  • Close previous release milestone
  • Create next release milestone
  • Associate issue with next release milestone
@code-asher code-asher added the chore Related to maintenance or clean up label Mar 3, 2022
@code-asher code-asher added this to the 4.0.4 milestone Mar 3, 2022
@code-asher code-asher modified the milestones: 4.0.4, March 2022 Mar 3, 2022
@code-asher code-asher changed the title release: 4.0.4 release: March 2022 Mar 3, 2022
@nooobcoder
Copy link

nooobcoder commented Mar 4, 2022

@code-asher I am on a raspberry Pi, and using docker to run code-server.
These are the error trace on the latest release of code-server.
This needs to be solved tried many times, fixing permissions too, also did not bind any volume to ~/.local/share/code-server to make volume itself (ephemeral volume of container).
Sadly, the code-server releases on arm is very buggy since the latest releases. The team needs to look deeply into it.

image

THIS IS MY DOCKER RUN

sudo docker run -it --name code-server --network host \
	-v "/home/pi/AppConfig/CodeServer/config:/home/coder/.config" \
	-v "/home/pi/VSCodes/project:/home/coder/project" \
	-v "/home/pi/AppConfig/CodeServer/certs/certs.crt:/home/coder/cert.crt" \
	-v "/home/pi/AppConfig/CodeServer/certs/certs.key:/home/coder/cert.key" \
	-u "1000:1000" \
	-e "USER=$USER" \
	codercom/code-server --cert /home/coder/cert.crt --cert-key /home/coder/cert.key

Previously I binded a volume
-v "/home/pi/AppConfig/CodeServer/data:/home/coder/.local/share/code-server" to retain the settings, I thought the error was due to this, then removed that line to give container the rights to make dirs inside itself without binding it to a local volume.
Seems like that was not the devil of this error, this error seems to be problem in a NPM package.

Stackoverflow Docs on EISDIR

@jsjoeio
Copy link
Contributor

jsjoeio commented Mar 4, 2022

@nooobcoder this is the release issue - can you please open a Q and A or a new bug report and we can take a look? Thanks!

@coder coder locked as off-topic and limited conversation to collaborators Mar 4, 2022
@jsjoeio jsjoeio changed the title release: March 2022 release: v4.2.0 Mar 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Related to maintenance or clean up
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants