mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2026-02-20 05:13:57 +08:00
Compare commits
16 Commits
4.105.1-ls
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dcc0f02db | ||
|
|
db38cf3efd | ||
|
|
9947ec4262 | ||
|
|
0f7bd4a728 | ||
|
|
197d8f034f | ||
|
|
09d8b7a4e1 | ||
|
|
b01eb3400e | ||
|
|
a28f241993 | ||
|
|
0a749f992d | ||
|
|
b576c63da2 | ||
|
|
5dce046d6a | ||
|
|
21a9776532 | ||
|
|
0ffc040498 | ||
|
|
0099a5ec1d | ||
|
|
f1390d0729 | ||
|
|
02020676c8 |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -283,7 +283,7 @@ pipeline {
|
||||
-v ${WORKSPACE}:/mnt \
|
||||
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
|
||||
-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 && \
|
||||
python3 -m venv /lsiopy && \
|
||||
pip install --no-cache-dir -U pip && \
|
||||
@ -906,6 +906,8 @@ pipeline {
|
||||
-e WEB_PATH=\"${CI_WEBPATH}\" \
|
||||
-e NODE_NAME=\"${NODE_NAME}\" \
|
||||
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
|
||||
-e COMMIT_SHA=\"${COMMIT_SHA}\" \
|
||||
-e BUILD_NUMBER=\"${BUILD_NUMBER}\" \
|
||||
-t ghcr.io/linuxserver/ci:${CITEST_IMAGETAG} \
|
||||
python3 test_build.py'''
|
||||
}
|
||||
|
||||
@ -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.
|
||||
|
||||
>[!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))
|
||||
|
||||
|
||||
1101
package_versions.txt
1101
package_versions.txt
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user