Address comments

- Make sure that linuxserver is the endpoint
- Restore BuildImage.yml env vars that are labeled "don't modify" to the original values
This commit is contained in:
Some Watson 2025-10-27 11:14:32 +00:00
parent 1729859808
commit 5662ddda7c
6 changed files with 8 additions and 8 deletions

View File

@ -10,8 +10,8 @@ on:
required: false
env:
GITHUB_REPO: "somewatson/docker-mods" #don't modify -- modified
ENDPOINT: "somewatson/mods" #don't modify -- modified
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
ENDPOINT: "linuxserver/mods" #don't modify
BRANCH: "code-server-bat" #added
BASEIMAGE: "code-server" #replaced
MODNAME: "bat" #replaced

View File

@ -5,4 +5,4 @@ FROM scratch
LABEL maintainer="somewatson"
# copy local files
COPY root/ /
COPY root/ /

View File

@ -4,9 +4,9 @@ This mod adds [bat](https://github.com/sharkdp/bat) to code-server, to be instal
Bat is a cat(1) clone with syntax highlighting and Git integration.
In code-server docker arguments, set an environment variable `DOCKER_MODS=somewatson/mods:code-server-bat`
In code-server docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:code-server-bat`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=somewatson/mods:code-server-bat|linuxserver/mods:openssh-server-mod2`
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:code-server-bat|linuxserver/mods:openssh-server-mod2`
### Bat-extras and Ripgrep

View File

@ -24,4 +24,4 @@ if ! dpkg -s git >/dev/null 2>&1; then
echo "git" >> /mod-repo-packages-to-install.list
else
echo "**** git already installed, skipping ****"
fi
fi

View File

@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-add-package/run
/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-add-package/run

View File

@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-install/run
/etc/s6-overlay/s6-rc.d/init-mod-code-server-bat-install/run