mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-04-14 06:12:27 +09:00
Compare commits
4 Commits
developmen
...
developmen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad5b8d1055 | ||
|
|
634e06c925 | ||
|
|
e94c72db59 | ||
|
|
dc94aaeb18 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -790,7 +790,7 @@ pipeline {
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock:ro \
|
-v /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||||
-v ${TEMPDIR}:/tmp \
|
-v ${TEMPDIR}:/tmp \
|
||||||
ghcr.io/anchore/syft:latest \
|
ghcr.io/anchore/syft:v1.26.1 \
|
||||||
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
|
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
|
||||||
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
|
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
|
||||||
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
|
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
NAME VERSION TYPE
|
NAME VERSION TYPE
|
||||||
|
Hidden Input 1, 0, 0, 0 binary
|
||||||
alpine-baselayout 3.6.5-r0 apk
|
alpine-baselayout 3.6.5-r0 apk
|
||||||
alpine-baselayout-data 3.6.5-r0 apk
|
alpine-baselayout-data 3.6.5-r0 apk
|
||||||
alpine-keys 2.4-r1 apk
|
alpine-keys 2.4-r1 apk
|
||||||
@@ -23,7 +24,7 @@ ca-certificates-bundle 20241121-r1 apk
|
|||||||
carbonphp/carbon-doctrine-types 2.1.0 php-composer
|
carbonphp/carbon-doctrine-types 2.1.0 php-composer
|
||||||
catatonit 0.2.0-r0 apk
|
catatonit 0.2.0-r0 apk
|
||||||
clue/stream-filter v1.7.0 php-composer
|
clue/stream-filter v1.7.0 php-composer
|
||||||
composer 2.8.8 binary
|
composer 2.8.9 binary
|
||||||
composer/class-map-generator 1.1.0 php-composer
|
composer/class-map-generator 1.1.0 php-composer
|
||||||
composer/pcre 3.1.1 php-composer
|
composer/pcre 3.1.1 php-composer
|
||||||
coreutils 9.5-r2 apk
|
coreutils 9.5-r2 apk
|
||||||
@@ -87,14 +88,14 @@ libidn2 2.3.7-r0 apk
|
|||||||
libintl 0.22.5-r0 apk
|
libintl 0.22.5-r0 apk
|
||||||
libmd 1.1.0-r0 apk
|
libmd 1.1.0-r0 apk
|
||||||
libncursesw 6.4_p20240420-r2 apk
|
libncursesw 6.4_p20240420-r2 apk
|
||||||
libpq 16.8-r0 apk
|
libpq 16.9-r0 apk
|
||||||
libproc2 4.0.4-r0 apk
|
libproc2 4.0.4-r0 apk
|
||||||
libpsl 0.21.5-r1 apk
|
libpsl 0.21.5-r1 apk
|
||||||
libssl3 3.3.3-r0 apk
|
libssl3 3.3.3-r0 apk
|
||||||
libstdc++ 13.2.1_git20240309-r1 apk
|
libstdc++ 13.2.1_git20240309-r1 apk
|
||||||
libunistring 1.2-r0 apk
|
libunistring 1.2-r0 apk
|
||||||
libuuid 2.40.1-r1 apk
|
libuuid 2.40.1-r1 apk
|
||||||
libxml2 2.12.7-r2 apk
|
libxml2 2.12.10-r0 apk
|
||||||
libzip 1.10.1-r0 apk
|
libzip 1.10.1-r0 apk
|
||||||
linux-pam 1.6.0-r0 apk
|
linux-pam 1.6.0-r0 apk
|
||||||
logrotate 3.21.0-r1 apk
|
logrotate 3.21.0-r1 apk
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ init_diagram: |
|
|||||||
init-heimdall-config -> init-config-end
|
init-heimdall-config -> init-config-end
|
||||||
init-os-end -> init-crontab-config
|
init-os-end -> init-crontab-config
|
||||||
init-mods-end -> init-custom-files
|
init-mods-end -> init-custom-files
|
||||||
|
init-adduser -> init-device-perms
|
||||||
base -> init-envfile
|
base -> init-envfile
|
||||||
init-os-end -> init-folders
|
init-os-end -> init-folders
|
||||||
init-nginx-end -> init-heimdall-config
|
init-nginx-end -> init-heimdall-config
|
||||||
@@ -74,6 +75,7 @@ init_diagram: |
|
|||||||
init-permissions -> init-nginx-end
|
init-permissions -> init-nginx-end
|
||||||
base -> init-os-end
|
base -> init-os-end
|
||||||
init-adduser -> init-os-end
|
init-adduser -> init-os-end
|
||||||
|
init-device-perms -> init-os-end
|
||||||
init-envfile -> init-os-end
|
init-envfile -> init-os-end
|
||||||
init-migrations -> init-os-end
|
init-migrations -> init-os-end
|
||||||
init-keygen -> init-permissions
|
init-keygen -> init-permissions
|
||||||
|
|||||||
Reference in New Issue
Block a user