-
Notifications
You must be signed in to change notification settings - Fork 6.3k
refactor: remove debian10/Dockerfile and update CONTRIBUTING #3134
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
Conversation
@jawnsy
jawnsy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like having docker images to make development environments reproducible/easier to set up for new contributors, though an unmaintained image is worse than not having one, so this makes sense to me 😄 I think for the future we should revisit this, maybe we could make an image to do code-server development inside code-server, and also a variant for code-server development inside coder.
jsjoeio
commented
Apr 14, 2021
Love that idea! Noted for future in #2818 :D
oxy
commented
Apr 16, 2021
Uh oh - we still use the debian10 image in our release workflow, and our custom centos7 image is actually unused; I'll work on removing the dependency on the debian10 image in our workflow before we make a release 😅
Uh oh!
There was an error while loading. Please reload this page.
This PR removed
debian10/Dockerfilewhich was introduced orignally by moog in #1499 for Docker development.It also updates the
CONTRIBUTING.mdfile with global module/packages required for developing code-server.Originally discussed here noting that we no longer use or need to maintain this.
#3077 (review)