Beariful de35e6cb39
Update run to change Path
Change /etc/services.d/code-server/run to /etc/s6-overlay/s6-rc.d/svc-code-server/run
This allows the file to correctly change the path environment variable during the goland package add process. Currently when using the /etc/services.d/code-server/run path it results in an error and the path environment variable unchanged. 
I forked this repo, ran a build image to my own docker repo and was able to test that this change does indeed allow the file to change the environment variable correctly.
2023-01-11 20:47:56 -05:00
2022-02-17 09:52:55 -05:00
2023-01-11 20:47:56 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2022-07-30 16:50:42 -04:00
2019-05-30 20:35:20 +01:00
2022-07-30 16:50:42 -04:00

Golang - Docker mod for code-server and openvscode-server

This mod adds golang/go to code-server and openvscode-server.

In code-server or openvscode-server docker arguments, set an environment variable DOCKER_MODS=linuxserver/mods:code-server-golang

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:code-server-golang|linuxserver/mods:code-server-mod2

Available Image Tags

  • code-server-golang : installs the latest stable version
  • code-server-golang-X : installs the latest major X version
  • code-server-golang-X.X : installs the latest minor X.X version
  • code-server-golang-X.X.X : installs the specific X.X.X version

Examples

  • linuxserver/mods:code-server-golang-1.13 will install the latest 1.13 release, which is 1.13.10 as of 2020/05/07
  • linuxserver/mods:code-server-golang-1 will install the latest 1 release, which is 1.14.2 as of 2020/05/07
  • linuxserver/mods:code-server-golang will install the latest stable release, which is 1.14.2 as of 2020/05/07
  • linuxserver/mods:code-server-golang-1.14.2 will install the specific 1.14.2 release

Visit https://hub.docker.com/r/linuxserver/mods/tags?page=1&name=code-server-golang to see all available tags

Description
No description provided
Readme GPL-3.0 6.5 MiB
Languages
Text 100%