Compare commits

...
3 changed files with 29 additions and 19 deletions
Vendored
+1 -1
View File
@@ -790,7 +790,7 @@ pipeline {
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v ${TEMPDIR}:/tmp \
ghcr.io/anchore/syft:latest \
ghcr.io/anchore/syft:v1.26.1 \
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
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"
+26 -18
View File
@@ -26,11 +26,15 @@ c-ares 1.27.0-r0 apk
ca-certificates 20241121-r1 apk
ca-certificates-bundle 20241121-r1 apk
catatonit 0.2.0-r0 apk
certifi 2025.4.26 python
certifi 2025.6.15 python
charset-normalizer 3.4.2 python
cheroot 10.0.1 python
cherrypy 18.10.0 python
click 8.1.8 python
cli UNKNOWN binary
cli-32 UNKNOWN binary
cli-64 UNKNOWN binary
cli-arm64 UNKNOWN binary
click 8.2.1 python
coreutils 9.4-r2 apk
coreutils-env 9.4-r2 apk
coreutils-fmt 9.4-r2 apk
@@ -39,15 +43,19 @@ curl 8.12.1-r0 apk
deluge-client 1.10.2 python
feedparser 6.0.11 python
findutils 4.9.0-r5 apk
flask 3.1.0 python
flask 3.1.1 python
flask-compress 1.17 python
flask-cors 5.0.1 python
flask-cors 6.0.1 python
flask-login 0.6.3 python
flask-restx 1.3.0 python
flexget 3.15.41 python
flexget 3.16.7 python
gdbm 1.23-r1 apk
greenlet 3.2.1 python
greenlet 3.2.3 python
guessit 3.8.0 python
gui UNKNOWN binary
gui-32 UNKNOWN binary
gui-64 UNKNOWN binary
gui-arm64 UNKNOWN binary
h11 0.16.0 python
h2 4.2.0 python
hpack 4.1.0 python
@@ -71,7 +79,7 @@ jaraco-text 3.12.1 python
jaraco-text 4.0.0 python
jinja2 3.1.6 python
jq 1.7.1-r0 apk
jsonschema 4.23.0 python
jsonschema 4.24.0 python
jsonschema-specifications 2025.4.1 python
libacl 2.3.1-r4 apk
libattr 2.5.1-r5 apk
@@ -115,31 +123,31 @@ packaging 25.0 python
pendulum 3.1.0 python
platformdirs 4.2.2 python
plumbum 1.9.0 python
portend 3.2.0 python
portend 3.2.1 python
procps-ng 4.0.4-r0 apk
psutil 7.0.0 python
pyc 3.11.12-r0 apk
pyc 3.11.13-r0 apk
pygments 2.19.1 python
pynzb 0.1.0 python
pyparsing 3.2.3 python
pyrss2gen 1.1 python
python-dateutil 2.9.0.post0 python
python-telegram-bot 22.0 python
python3 3.11.12-r0 apk
python3-pyc 3.11.12-r0 apk
python3-pycache-pyc0 3.11.12-r0 apk
python-telegram-bot 22.1 python
python3 3.11.13-r0 apk
python3-pyc 3.11.13-r0 apk
python3-pycache-pyc0 3.11.13-r0 apk
pytz 2025.2 python
pyyaml 6.0.2 python
qbittorrent-api 2025.5.0 python
readline 8.2.1-r2 apk
rebulk 3.2.0 python
referencing 0.36.2 python
requests 2.32.3 python
requests 2.32.4 python
rich 14.0.0 python
rpds-py 0.24.0 python
rpds-py 0.25.1 python
rpyc 6.0.2 python
scanelf 1.3.7-r2 apk
setuptools 80.3.1 python
setuptools 80.9.0 python
sgmllib3k 1.0.0 python
shadow 4.14.2-r0 apk
six 1.17.0 python
@@ -147,7 +155,7 @@ skalibs 2.14.0.1-r0 apk
sniffio 1.3.1 python
socksio 1.0.0 python
soupsieve 2.7 python
sqlalchemy 2.0.40 python
sqlalchemy 2.0.41 python
sqlite-libs 3.44.2-r1 apk
ssl_client 1.36.1-r19 apk
tempora 5.8.0 python
@@ -156,7 +164,7 @@ transmission-rpc 7.0.11 python
triangular 2.5.0 npm
typeguard 4.3.0 python
typing-extensions 4.12.2 python
typing-extensions 4.13.2 python
typing-extensions 4.14.0 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
tzlocal 5.3.1 python
+2
View File
@@ -65,6 +65,7 @@ init_diagram: |
init-flexget-config -> init-config-end
init-os-end -> init-crontab-config
init-mods-end -> init-custom-files
init-adduser -> init-device-perms
base -> init-envfile
init-config -> init-flexget-config
base -> init-migrations
@@ -75,6 +76,7 @@ init_diagram: |
init-mods -> init-mods-package-install
base -> init-os-end
init-adduser -> init-os-end
init-device-perms -> init-os-end
init-envfile -> init-os-end
init-migrations -> init-os-end
init-custom-files -> init-services