Compare commits
5 Commits
11518-ls8
...
11541-ls12
Author | SHA1 | Date | |
---|---|---|---|
7c037b8f07 | |||
099ee6d0f6 | |||
188fde4900 | |||
721c377cf8 | |||
5c3c63e1c0 |
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -465,6 +465,7 @@ pipeline {
|
|||||||
docker tag lsiodev/buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG}
|
docker tag lsiodev/buildcache:arm64v8-${COMMIT_SHA}-${BUILD_NUMBER} ${IMAGE}:arm64v8-${META_TAG}
|
||||||
fi
|
fi
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
|
--shm-size=1gb \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-e IMAGE=\"${IMAGE}\" \
|
-e IMAGE=\"${IMAGE}\" \
|
||||||
-e DELAY_START=\"${CI_DELAY}\" \
|
-e DELAY_START=\"${CI_DELAY}\" \
|
||||||
|
@ -179,6 +179,9 @@ Below are the instructions for updating containers:
|
|||||||
containrrr/watchtower \
|
containrrr/watchtower \
|
||||||
--run-once oscam
|
--run-once oscam
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using Docker Compose.
|
||||||
|
|
||||||
* You can also remove the old dangling images: `docker image prune`
|
* You can also remove the old dangling images: `docker image prune`
|
||||||
|
|
||||||
## Building locally
|
## Building locally
|
||||||
|
@ -3,7 +3,7 @@ alpine-keys-2.1-r1
|
|||||||
apk-tools-2.10.1-r0
|
apk-tools-2.10.1-r0
|
||||||
bash-4.4.19-r1
|
bash-4.4.19-r1
|
||||||
busybox-1.28.4-r3
|
busybox-1.28.4-r3
|
||||||
ca-certificates-20171114-r3
|
ca-certificates-20190108-r0
|
||||||
ccid-1.4.29-r0
|
ccid-1.4.29-r0
|
||||||
coreutils-8.29-r2
|
coreutils-8.29-r2
|
||||||
eudev-libs-3.2.5-r2
|
eudev-libs-3.2.5-r2
|
||||||
@ -17,8 +17,8 @@ libressl2.7-libtls-2.7.5-r0
|
|||||||
libssl1.0-1.0.2r-r0
|
libssl1.0-1.0.2r-r0
|
||||||
libusb-1.0.22-r0
|
libusb-1.0.22-r0
|
||||||
linux-pam-1.3.0-r0
|
linux-pam-1.3.0-r0
|
||||||
musl-1.1.19-r10
|
musl-1.1.19-r11
|
||||||
musl-utils-1.1.19-r10
|
musl-utils-1.1.19-r11
|
||||||
ncurses-libs-6.1_p20180818-r1
|
ncurses-libs-6.1_p20180818-r1
|
||||||
ncurses-terminfo-6.1_p20180818-r1
|
ncurses-terminfo-6.1_p20180818-r1
|
||||||
ncurses-terminfo-base-6.1_p20180818-r1
|
ncurses-terminfo-base-6.1_p20180818-r1
|
||||||
@ -28,7 +28,7 @@ readline-7.0.003-r0
|
|||||||
scanelf-1.2.3-r0
|
scanelf-1.2.3-r0
|
||||||
shadow-4.5-r0
|
shadow-4.5-r0
|
||||||
ssl_client-1.28.4-r3
|
ssl_client-1.28.4-r3
|
||||||
tzdata-2019a-r0
|
tzdata-2019b-r0
|
||||||
xz-5.2.4-r0
|
xz-5.2.4-r0
|
||||||
xz-libs-5.2.4-r0
|
xz-libs-5.2.4-r0
|
||||||
zlib-1.2.11-r1
|
zlib-1.2.11-r1
|
||||||
|
Reference in New Issue
Block a user