mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
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:
parent
1729859808
commit
5662ddda7c
4
.github/workflows/BuildImage.yml
vendored
4
.github/workflows/BuildImage.yml
vendored
@ -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
|
||||
|
||||
@ -5,4 +5,4 @@ FROM scratch
|
||||
LABEL maintainer="somewatson"
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
COPY root/ /
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user