mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2026-02-20 05:13:57 +08:00
Compare commits
3 Commits
4.108.2-ls
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dcc0f02db | ||
|
|
db38cf3efd | ||
|
|
9947ec4262 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -283,7 +283,7 @@ pipeline {
|
|||||||
-v ${WORKSPACE}:/mnt \
|
-v ${WORKSPACE}:/mnt \
|
||||||
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
|
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
|
||||||
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
|
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
|
||||||
ghcr.io/linuxserver/baseimage-alpine:3 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
|
ghcr.io/linuxserver/baseimage-alpine:3.23 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
|
||||||
apk add --no-cache python3 && \
|
apk add --no-cache python3 && \
|
||||||
python3 -m venv /lsiopy && \
|
python3 -m venv /lsiopy && \
|
||||||
pip install --no-cache-dir -U pip && \
|
pip install --no-cache-dir -U pip && \
|
||||||
|
|||||||
@ -97,7 +97,7 @@ This image can be run with a non-root user. For details please [read the docs](h
|
|||||||
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
|
||||||
|
|
||||||
>[!NOTE]
|
>[!NOTE]
|
||||||
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
|
>Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided.
|
||||||
|
|
||||||
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
NAME VERSION TYPE
|
NAME VERSION TYPE
|
||||||
|
@anthropic-ai/sandbox-runtime 0.0.23 npm
|
||||||
@babel/runtime 7.27.6 npm
|
@babel/runtime 7.27.6 npm
|
||||||
@coder/logger 3.0.1 npm
|
@coder/logger 3.0.1 npm
|
||||||
@epic-web/invariant 1.0.0 npm
|
@epic-web/invariant 1.0.0 npm
|
||||||
@ -7,29 +8,35 @@ NAME VERSION TY
|
|||||||
@microsoft/applicationinsights-core-js 2.8.15 npm
|
@microsoft/applicationinsights-core-js 2.8.15 npm
|
||||||
@microsoft/applicationinsights-shims 2.0.2 npm
|
@microsoft/applicationinsights-shims 2.0.2 npm
|
||||||
@microsoft/dynamicproto-js 1.1.9 npm
|
@microsoft/dynamicproto-js 1.1.9 npm
|
||||||
|
@parcel/watcher 2.5.6 npm
|
||||||
|
@parcel/watcher-linux-x64-glibc 2.5.6 npm
|
||||||
|
@parcel/watcher-linux-x64-musl 2.5.6 npm
|
||||||
@phc/format 1.0.0 npm
|
@phc/format 1.0.0 npm
|
||||||
|
@pondwader/socks5-server 1.0.10 npm
|
||||||
@tootallnate/once 3.0.0 npm
|
@tootallnate/once 3.0.0 npm
|
||||||
@tootallnate/quickjs-emscripten 0.23.0 npm
|
@tootallnate/quickjs-emscripten 0.23.0 npm
|
||||||
@vscode/deviceid 0.1.1 npm
|
@types/lodash 4.17.23 npm
|
||||||
|
@types/lodash-es 4.17.12 npm
|
||||||
|
@vscode/deviceid 0.1.4 npm
|
||||||
@vscode/iconv-lite-umd 0.7.1 npm
|
@vscode/iconv-lite-umd 0.7.1 npm
|
||||||
@vscode/proxy-agent 0.36.0 npm
|
@vscode/native-watchdog 1.4.6 npm
|
||||||
|
@vscode/proxy-agent 0.37.0 npm
|
||||||
@vscode/ripgrep 1.15.14 npm
|
@vscode/ripgrep 1.15.14 npm
|
||||||
@vscode/spdlog 0.15.4 npm
|
@vscode/spdlog 0.15.7 npm
|
||||||
@vscode/tree-sitter-wasm 0.3.0 npm
|
@vscode/tree-sitter-wasm 0.3.0 npm
|
||||||
@vscode/vscode-languagedetection 1.0.21 npm
|
@vscode/vscode-languagedetection 1.0.21 npm
|
||||||
@vscode/watcher 2.5.1-vscode npm
|
@vscode/windows-process-tree 0.6.3 npm
|
||||||
@vscode/windows-process-tree 0.6.2 npm
|
@vscode/windows-registry 1.1.3 npm
|
||||||
@vscode/windows-registry 1.1.2 npm
|
@xterm/addon-clipboard 0.3.0-beta.109 npm
|
||||||
@xterm/addon-clipboard 0.3.0-beta.91 npm
|
@xterm/addon-image 0.10.0-beta.109 npm
|
||||||
@xterm/addon-image 0.10.0-beta.91 npm
|
@xterm/addon-ligatures 0.11.0-beta.109 npm
|
||||||
@xterm/addon-ligatures 0.11.0-beta.91 npm
|
@xterm/addon-progress 0.3.0-beta.109 npm
|
||||||
@xterm/addon-progress 0.3.0-beta.91 npm
|
@xterm/addon-search 0.17.0-beta.109 npm
|
||||||
@xterm/addon-search 0.17.0-beta.91 npm
|
@xterm/addon-serialize 0.15.0-beta.109 npm
|
||||||
@xterm/addon-serialize 0.15.0-beta.91 npm
|
@xterm/addon-unicode11 0.10.0-beta.109 npm
|
||||||
@xterm/addon-unicode11 0.10.0-beta.91 npm
|
@xterm/addon-webgl 0.20.0-beta.108 npm
|
||||||
@xterm/addon-webgl 0.20.0-beta.101 npm
|
@xterm/headless 6.1.0-beta.109 npm
|
||||||
@xterm/headless 6.1.0-beta.91 npm
|
@xterm/xterm 6.1.0-beta.109 npm
|
||||||
@xterm/xterm 6.1.0-beta.108 npm
|
|
||||||
ConPTY Interface Library 1.23.251008001 binary (+1 duplicate)
|
ConPTY Interface Library 1.23.251008001 binary (+1 duplicate)
|
||||||
Console Window and PTY Host (Open Source) 1.23.251008001 binary (+1 duplicate)
|
Console Window and PTY Host (Open Source) 1.23.251008001 binary (+1 duplicate)
|
||||||
accepts 2.0.0 npm
|
accepts 2.0.0 npm
|
||||||
@ -41,7 +48,7 @@ apt-utils 2.8.3 de
|
|||||||
argon2 0.44.0 npm
|
argon2 0.44.0 npm
|
||||||
argparse 2.0.1 npm
|
argparse 2.0.1 npm
|
||||||
ast-types 0.13.4 npm
|
ast-types 0.13.4 npm
|
||||||
base-files 13ubuntu10.3 deb
|
base-files 13ubuntu10.4 deb
|
||||||
base-passwd 3.6.3build1 deb
|
base-passwd 3.6.3build1 deb
|
||||||
base64-js 1.5.1 npm
|
base64-js 1.5.1 npm
|
||||||
bash 5.2.21-2ubuntu4 deb
|
bash 5.2.21-2ubuntu4 deb
|
||||||
@ -51,7 +58,6 @@ beep-boop 1.2.3 np
|
|||||||
bindings 1.5.0 npm
|
bindings 1.5.0 npm
|
||||||
bl 4.1.0 npm
|
bl 4.1.0 npm
|
||||||
body-parser 2.2.2 npm
|
body-parser 2.2.2 npm
|
||||||
braces 3.0.3 npm
|
|
||||||
bsdutils 1:2.39.3-9ubuntu6.4 deb
|
bsdutils 1:2.39.3-9ubuntu6.4 deb
|
||||||
buffer 5.7.1 npm
|
buffer 5.7.1 npm
|
||||||
buffer-alloc 1.2.0 npm
|
buffer-alloc 1.2.0 npm
|
||||||
@ -67,9 +73,10 @@ catatonit 0.1.7-1 de
|
|||||||
charenc 0.0.2 npm
|
charenc 0.0.2 npm
|
||||||
chownr 1.1.4 npm
|
chownr 1.1.4 npm
|
||||||
clojure 1.0.0 npm
|
clojure 1.0.0 npm
|
||||||
code-server 1.108.2 npm
|
code-server 1.109.2 npm
|
||||||
code-server 4.108.2 npm
|
code-server 4.109.2 npm
|
||||||
coffeescript 1.0.0 npm
|
coffeescript 1.0.0 npm
|
||||||
|
commander 12.1.0 npm
|
||||||
commander 8.3.0 npm
|
commander 8.3.0 npm
|
||||||
compressible 2.0.18 npm
|
compressible 2.0.18 npm
|
||||||
compression 1.8.1 npm
|
compression 1.8.1 npm
|
||||||
@ -135,7 +142,6 @@ express 5.2.0 np
|
|||||||
extension-editing 1.0.0 npm
|
extension-editing 1.0.0 npm
|
||||||
fd-slicer 1.1.0 npm
|
fd-slicer 1.1.0 npm
|
||||||
file-uri-to-path 1.0.0 npm
|
file-uri-to-path 1.0.0 npm
|
||||||
fill-range 7.1.1 npm
|
|
||||||
finalhandler 2.1.0 npm
|
finalhandler 2.1.0 npm
|
||||||
findutils 4.9.0-5build1 deb
|
findutils 4.9.0-5build1 deb
|
||||||
follow-redirects 1.15.9 npm
|
follow-redirects 1.15.9 npm
|
||||||
@ -200,7 +206,6 @@ ipynb 1.0.0 np
|
|||||||
is-buffer 1.1.6 npm
|
is-buffer 1.1.6 npm
|
||||||
is-extglob 2.1.1 npm
|
is-extglob 2.1.1 npm
|
||||||
is-glob 4.0.3 npm
|
is-glob 4.0.3 npm
|
||||||
is-number 7.0.0 npm
|
|
||||||
is-promise 4.0.0 npm
|
is-promise 4.0.0 npm
|
||||||
isexe 2.0.0 npm
|
isexe 2.0.0 npm
|
||||||
jake 1.0.0 npm
|
jake 1.0.0 npm
|
||||||
@ -323,6 +328,7 @@ libxxhash0 0.8.2-2build1 de
|
|||||||
libzstd1 1.5.5+dfsg2-2build1.1 deb
|
libzstd1 1.5.5+dfsg2-2build1.1 deb
|
||||||
limiter 2.1.0 npm
|
limiter 2.1.0 npm
|
||||||
locales 2.39-0ubuntu8.7 deb
|
locales 2.39-0ubuntu8.7 deb
|
||||||
|
lodash-es 4.17.23 npm
|
||||||
log 1.0.0 npm
|
log 1.0.0 npm
|
||||||
login 1:4.13+dfsg1-4ubuntu3.2 deb
|
login 1:4.13+dfsg1-4ubuntu3.2 deb
|
||||||
logsave 1.47.0-2.4~exp1ubuntu4.1 deb
|
logsave 1.47.0-2.4~exp1ubuntu4.1 deb
|
||||||
@ -341,7 +347,6 @@ media-typer 1.1.0 np
|
|||||||
merge-conflict 1.0.0 npm
|
merge-conflict 1.0.0 npm
|
||||||
merge-descriptors 2.0.0 npm
|
merge-descriptors 2.0.0 npm
|
||||||
mermaid-chat-features 1.0.0 npm
|
mermaid-chat-features 1.0.0 npm
|
||||||
micromatch 4.0.8 npm
|
|
||||||
microsoft-authentication 0.0.1 npm
|
microsoft-authentication 0.0.1 npm
|
||||||
mime-db 1.54.0 npm
|
mime-db 1.54.0 npm
|
||||||
mime-types 3.0.1 npm
|
mime-types 3.0.1 npm
|
||||||
@ -355,7 +360,6 @@ ms 2.1.2 np
|
|||||||
ms 2.1.3 npm
|
ms 2.1.3 npm
|
||||||
nano 7.2-2ubuntu0.1 deb
|
nano 7.2-2ubuntu0.1 deb
|
||||||
napi-build-utils 1.0.2 npm
|
napi-build-utils 1.0.2 npm
|
||||||
native-watchdog 1.4.2 npm
|
|
||||||
ncurses-base 6.4+20240113-1ubuntu2 deb
|
ncurses-base 6.4+20240113-1ubuntu2 deb
|
||||||
ncurses-bin 6.4+20240113-1ubuntu2 deb
|
ncurses-bin 6.4+20240113-1ubuntu2 deb
|
||||||
negotiator 0.6.4 npm
|
negotiator 0.6.4 npm
|
||||||
@ -369,7 +373,7 @@ node-abi 3.8.0 np
|
|||||||
node-addon-api 7.1.0 npm
|
node-addon-api 7.1.0 npm
|
||||||
node-addon-api 8.5.0 npm
|
node-addon-api 8.5.0 npm
|
||||||
node-gyp-build 4.8.4 npm
|
node-gyp-build 4.8.4 npm
|
||||||
node-pty 1.1.0-beta43 npm
|
node-pty 1.2.0-beta.10 npm
|
||||||
npm 1.0.1 npm
|
npm 1.0.1 npm
|
||||||
object-inspect 1.13.4 npm
|
object-inspect 1.13.4 npm
|
||||||
objective-c 1.0.0 npm
|
objective-c 1.0.0 npm
|
||||||
@ -395,7 +399,7 @@ perl-base 5.38.2-3.2ubuntu0.2 de
|
|||||||
perl-modules-5.38 5.38.2-3.2ubuntu0.2 deb
|
perl-modules-5.38 5.38.2-3.2ubuntu0.2 deb
|
||||||
php 1.0.0 npm
|
php 1.0.0 npm
|
||||||
php-language-features 1.0.0 npm
|
php-language-features 1.0.0 npm
|
||||||
picomatch 2.3.1 npm
|
picomatch 4.0.3 npm
|
||||||
pinentry-curses 1.2.1-3ubuntu5 deb
|
pinentry-curses 1.2.1-3ubuntu5 deb
|
||||||
powershell 1.0.0 npm
|
powershell 1.0.0 npm
|
||||||
prebuild-install 7.1.2 npm
|
prebuild-install 7.1.2 npm
|
||||||
@ -438,6 +442,7 @@ setprototypeof 1.2.0 np
|
|||||||
shaderlab 1.0.0 npm
|
shaderlab 1.0.0 npm
|
||||||
shebang-command 2.0.0 npm
|
shebang-command 2.0.0 npm
|
||||||
shebang-regex 3.0.0 npm
|
shebang-regex 3.0.0 npm
|
||||||
|
shell-quote 1.8.3 npm
|
||||||
shellscript 1.0.0 npm
|
shellscript 1.0.0 npm
|
||||||
side-channel 1.1.0 npm
|
side-channel 1.1.0 npm
|
||||||
side-channel-list 1.0.0 npm
|
side-channel-list 1.0.0 npm
|
||||||
@ -466,6 +471,7 @@ tar-fs 2.1.4 np
|
|||||||
tar-stream 2.2.0 npm
|
tar-stream 2.2.0 npm
|
||||||
tas-client 0.3.1 npm
|
tas-client 0.3.1 npm
|
||||||
terminal-suggest 1.0.1 npm
|
terminal-suggest 1.0.1 npm
|
||||||
|
theme-2026 0.1.0 npm
|
||||||
theme-abyss 1.0.0 npm
|
theme-abyss 1.0.0 npm
|
||||||
theme-defaults 1.0.0 npm
|
theme-defaults 1.0.0 npm
|
||||||
theme-kimbie-dark 1.0.0 npm
|
theme-kimbie-dark 1.0.0 npm
|
||||||
@ -477,7 +483,6 @@ theme-solarized-dark 1.0.0 np
|
|||||||
theme-solarized-light 1.0.0 npm
|
theme-solarized-light 1.0.0 npm
|
||||||
theme-tomorrow-night-blue 1.0.0 npm
|
theme-tomorrow-night-blue 1.0.0 npm
|
||||||
tiny-inflate 1.0.3 npm
|
tiny-inflate 1.0.3 npm
|
||||||
to-regex-range 5.0.1 npm
|
|
||||||
toidentifier 1.0.1 npm
|
toidentifier 1.0.1 npm
|
||||||
tslib 2.8.1 npm (+1 duplicate)
|
tslib 2.8.1 npm (+1 duplicate)
|
||||||
tunnel-agent 0.6.0 npm
|
tunnel-agent 0.6.0 npm
|
||||||
@ -489,7 +494,7 @@ typescript 5.9.3 np
|
|||||||
typescript-language-features 1.0.0 npm
|
typescript-language-features 1.0.0 npm
|
||||||
tzdata 2025b-0ubuntu0.24.04.1 deb
|
tzdata 2025b-0ubuntu0.24.04.1 deb
|
||||||
ubuntu-keyring 2023.11.28.1 deb
|
ubuntu-keyring 2023.11.28.1 deb
|
||||||
undici 7.9.0 npm
|
undici 7.19.0 npm
|
||||||
universalify 2.0.1 npm
|
universalify 2.0.1 npm
|
||||||
unminimize 0.2.1 deb
|
unminimize 0.2.1 deb
|
||||||
unpipe 1.0.0 npm
|
unpipe 1.0.0 npm
|
||||||
@ -505,7 +510,7 @@ vscode-js-profile-table 1.0.10 np
|
|||||||
vscode-json-languageserver 1.3.4 npm
|
vscode-json-languageserver 1.3.4 npm
|
||||||
vscode-oniguruma 1.7.0 npm
|
vscode-oniguruma 1.7.0 npm
|
||||||
vscode-regexpp 3.1.0 npm
|
vscode-regexpp 3.1.0 npm
|
||||||
vscode-textmate 9.3.0 npm
|
vscode-textmate 9.3.2 npm
|
||||||
vscode-theme-seti 1.0.0 npm
|
vscode-theme-seti 1.0.0 npm
|
||||||
which 2.0.2 npm
|
which 2.0.2 npm
|
||||||
wrappy 1.0.2 npm (+1 duplicate)
|
wrappy 1.0.2 npm (+1 duplicate)
|
||||||
@ -519,3 +524,4 @@ yauzl 2.10.0 np
|
|||||||
yauzl 3.1.1 npm
|
yauzl 3.1.1 npm
|
||||||
yazl 2.4.3 npm
|
yazl 2.4.3 npm
|
||||||
zlib1g 1:1.3.dfsg-3.1ubuntu2.1 deb
|
zlib1g 1:1.3.dfsg-3.1ubuntu2.1 deb
|
||||||
|
zod 3.25.76 npm
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user