Newer
Older
This project has been cloned from [marcadetd/docker-code-server](https://github.com/marcadetd/docker-code-server) which is itself a fork of [linuxserver/docker-code-server](https://github.com/linuxserver/docker-code-server).
The purpose of this is to be able to adapt this image to my needs and produce images in gitlab-research container registry while still being able to apply changes coming from the initial project.
When such changes happen:
- create a PR on [marcadetd/docker-code-server](https://github.com/marcadetd/docker-code-server)
- get the corresponding patch file by appending `.patch` to the PR URL (see [here](https://coderwall.com/p/6aw72a/creating-patch-from-github-pull-request))
- apply the PR on [marcadetd/docker-code-server](https://github.com/marcadetd/docker-code-server) and the corresponding patch to this repository
- Use latest LTS of Ubuntu (currently `jammy` or `22.04`) so that it is easier to install latest versions of needed tools (like compilers)
- Install preffered and/or needed tools for images which will be based on this one
- zsh
- python3