Skip to content
Snippets Groups Projects
README.md 1.11 KiB
Newer Older
Dominique Marcadet's avatar
Dominique Marcadet committed
# docker-code-server
aptalca's avatar
aptalca committed

Dominique Marcadet's avatar
Dominique Marcadet committed
## Why
Dominique Marcadet's avatar
Dominique Marcadet committed
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).
aptalca's avatar
aptalca committed

Dominique Marcadet's avatar
Dominique Marcadet committed
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.
aptalca's avatar
aptalca committed

Dominique Marcadet's avatar
Dominique Marcadet committed
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
Dominique Marcadet's avatar
Dominique Marcadet committed
## Changes
aptalca's avatar
aptalca committed

Dominique Marcadet's avatar
Dominique Marcadet committed
- 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