Compare commits
3 Commits
11518-ls8
...
11529-ls10
Author | SHA1 | Date | |
---|---|---|---|
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}
|
||||
fi
|
||||
docker run --rm \
|
||||
--shm-size=1gb \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-e IMAGE=\"${IMAGE}\" \
|
||||
-e DELAY_START=\"${CI_DELAY}\" \
|
||||
|
@ -179,6 +179,9 @@ Below are the instructions for updating containers:
|
||||
containrrr/watchtower \
|
||||
--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`
|
||||
|
||||
## Building locally
|
||||
|
@ -3,7 +3,7 @@ alpine-keys-2.1-r1
|
||||
apk-tools-2.10.1-r0
|
||||
bash-4.4.19-r1
|
||||
busybox-1.28.4-r3
|
||||
ca-certificates-20171114-r3
|
||||
ca-certificates-20190108-r0
|
||||
ccid-1.4.29-r0
|
||||
coreutils-8.29-r2
|
||||
eudev-libs-3.2.5-r2
|
||||
|
Reference in New Issue
Block a user