LinuxServer.io

Test Results

linuxserver/netbox

v4.1.10-ls247

Cumulative: PASS

Total Runtime: 121.42s

AMD64 PASS

linuxserver/netbox

Runtime: 16.55s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-7e -- Hetzner
Created: 2024-12-23T17:16:41+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 116.94MB
Tag: amd64-v4.1.10-ls247
Version: v4.1.10-ls247
View Container Logs
Expand
2024-12-23T17:22:49.760940685Z [migrations] started
2024-12-23T17:22:49.760974455Z [migrations] no migrations found
2024-12-23T17:22:49.920573915Z usermod: no changes
2024-12-23T17:22:49.922741128Z ───────────────────────────────────────
2024-12-23T17:22:49.922755707Z 
2024-12-23T17:22:49.922762087Z       ██╗     ███████╗██╗ ██████╗
2024-12-23T17:22:49.922768177Z       ██║     ██╔════╝██║██╔═══██╗
2024-12-23T17:22:49.922774047Z       ██║     ███████╗██║██║   ██║
2024-12-23T17:22:49.922779857Z       ██║     ╚════██║██║██║   ██║
2024-12-23T17:22:49.922785617Z       ███████╗███████║██║╚██████╔╝
2024-12-23T17:22:49.922791387Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-12-23T17:22:49.922797327Z 
2024-12-23T17:22:49.922802887Z    Brought to you by linuxserver.io
2024-12-23T17:22:49.922808557Z ───────────────────────────────────────
2024-12-23T17:22:49.923156381Z 
2024-12-23T17:22:49.923165640Z To support LSIO projects visit:
2024-12-23T17:22:49.923169620Z https://www.linuxserver.io/donate/
2024-12-23T17:22:49.923173200Z 
2024-12-23T17:22:49.923176750Z ───────────────────────────────────────
2024-12-23T17:22:49.923180740Z GID/UID
2024-12-23T17:22:49.923184330Z ───────────────────────────────────────
2024-12-23T17:22:49.927045963Z 
2024-12-23T17:22:49.927055783Z User UID:    911
2024-12-23T17:22:49.927058903Z User GID:    911
2024-12-23T17:22:49.927061783Z ───────────────────────────────────────
2024-12-23T17:22:49.928133094Z Linuxserver.io version: v4.1.10-ls247
2024-12-23T17:22:49.928330541Z Build-date: 2024-12-23T17:16:41+00:00
2024-12-23T17:22:49.928338721Z ───────────────────────────────────────
2024-12-23T17:22:49.928342221Z     
2024-12-23T17:22:50.062165346Z [custom-init] No custom files found, skipping...
2024-12-23T17:22:53.087456368Z Traceback (most recent call last):
2024-12-23T17:22:53.087478318Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 275, in ensure_connection
2024-12-23T17:22:53.087483068Z     self.connect()
2024-12-23T17:22:53.087494777Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.087534277Z     return func(*args, **kwargs)
2024-12-23T17:22:53.087553086Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.087555946Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2024-12-23T17:22:53.087631575Z     self.connection = self.get_new_connection(conn_params)
2024-12-23T17:22:53.087648865Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.087651275Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.087683904Z     return func(*args, **kwargs)
2024-12-23T17:22:53.087695314Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.087697484Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection
2024-12-23T17:22:53.087778193Z     connection = self.Database.connect(**conn_params)
2024-12-23T17:22:53.087793172Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.087795592Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2024-12-23T17:22:53.087843621Z     attempts = conninfo_attempts(params)
2024-12-23T17:22:53.087858411Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.087861211Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2024-12-23T17:22:53.087897801Z     raise e.OperationalError(str(last_exc))
2024-12-23T17:22:53.087914170Z psycopg.OperationalError: [Errno -2] Name does not resolve
2024-12-23T17:22:53.087916400Z 
2024-12-23T17:22:53.087918340Z The above exception was the direct cause of the following exception:
2024-12-23T17:22:53.087920340Z 
2024-12-23T17:22:53.087922400Z Traceback (most recent call last):
2024-12-23T17:22:53.087924360Z   File "/app/netbox/netbox/./manage.py", line 10, in <module>
2024-12-23T17:22:53.087955980Z     execute_from_command_line(sys.argv)
2024-12-23T17:22:53.087963469Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2024-12-23T17:22:53.088072418Z     utility.execute()
2024-12-23T17:22:53.088077067Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2024-12-23T17:22:53.088168406Z     self.fetch_command(subcommand).run_from_argv(self.argv)
2024-12-23T17:22:53.088185056Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
2024-12-23T17:22:53.088270884Z     self.execute(*args, **cmd_options)
2024-12-23T17:22:53.088283804Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
2024-12-23T17:22:53.088376752Z     output = self.handle(*args, **options)
2024-12-23T17:22:53.088398042Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.088402502Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2024-12-23T17:22:53.088438571Z     res = handle_func(*args, **kwargs)
2024-12-23T17:22:53.088452641Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.088455301Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 100, in handle
2024-12-23T17:22:53.088504600Z     self.check(databases=[database])
2024-12-23T17:22:53.088515640Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 486, in check
2024-12-23T17:22:53.088618228Z     all_issues = checks.run_checks(
2024-12-23T17:22:53.088621118Z                  ^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.088623168Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 88, in run_checks
2024-12-23T17:22:53.088669157Z     new_errors = check(app_configs=app_configs, databases=databases)
2024-12-23T17:22:53.088689287Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.088692127Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/model_checks.py", line 36, in check_all_models
2024-12-23T17:22:53.088730156Z     errors.extend(model.check(**kwargs))
2024-12-23T17:22:53.088742806Z                   ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.088744956Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/base.py", line 1622, in check
2024-12-23T17:22:53.089022571Z     *cls._check_constraints(databases),
2024-12-23T17:22:53.089033911Z      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089036351Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/base.py", line 2472, in _check_constraints
2024-12-23T17:22:53.089434764Z     connection.features.supports_nulls_distinct_unique_constraints
2024-12-23T17:22:53.089439574Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2024-12-23T17:22:53.089474124Z     res = instance.__dict__[self.name] = self.func(instance)
2024-12-23T17:22:53.089491993Z                                          ^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089494153Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/features.py", line 141, in is_postgresql_15
2024-12-23T17:22:53.089549442Z     return self.connection.pg_version >= 150000
2024-12-23T17:22:53.089557472Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089560432Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2024-12-23T17:22:53.089595151Z     res = instance.__dict__[self.name] = self.func(instance)
2024-12-23T17:22:53.089612741Z                                          ^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089614911Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 438, in pg_version
2024-12-23T17:22:53.089715629Z     with self.temporary_connection():
2024-12-23T17:22:53.089723619Z          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089726599Z   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
2024-12-23T17:22:53.089772958Z     return next(self.gen)
2024-12-23T17:22:53.089785538Z            ^^^^^^^^^^^^^^
2024-12-23T17:22:53.089788168Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 691, in temporary_connection
2024-12-23T17:22:53.089922486Z     with self.cursor() as cursor:
2024-12-23T17:22:53.089926966Z          ^^^^^^^^^^^^^
2024-12-23T17:22:53.089929736Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.089960685Z     return func(*args, **kwargs)
2024-12-23T17:22:53.089972495Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.089974605Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 316, in cursor
2024-12-23T17:22:53.090069513Z     return self._cursor()
2024-12-23T17:22:53.090073703Z            ^^^^^^^^^^^^^^
2024-12-23T17:22:53.090076153Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 292, in _cursor
2024-12-23T17:22:53.090141272Z     self.ensure_connection()
2024-12-23T17:22:53.090144262Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.090182021Z     return func(*args, **kwargs)
2024-12-23T17:22:53.090193861Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090195951Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 274, in ensure_connection
2024-12-23T17:22:53.090270530Z     with self.wrap_database_errors:
2024-12-23T17:22:53.090274350Z          ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090276980Z   File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2024-12-23T17:22:53.090318249Z     raise dj_exc_value.with_traceback(traceback) from exc_value
2024-12-23T17:22:53.090329529Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 275, in ensure_connection
2024-12-23T17:22:53.090399688Z     self.connect()
2024-12-23T17:22:53.090402468Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.090439017Z     return func(*args, **kwargs)
2024-12-23T17:22:53.090451237Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090453347Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2024-12-23T17:22:53.090526096Z     self.connection = self.get_new_connection(conn_params)
2024-12-23T17:22:53.090538485Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090545245Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:22:53.090571815Z     return func(*args, **kwargs)
2024-12-23T17:22:53.090584615Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090588504Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection
2024-12-23T17:22:53.090662583Z     connection = self.Database.connect(**conn_params)
2024-12-23T17:22:53.090674953Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090677383Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2024-12-23T17:22:53.090721892Z     attempts = conninfo_attempts(params)
2024-12-23T17:22:53.090734692Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:22:53.090737462Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2024-12-23T17:22:53.090775461Z     raise e.OperationalError(str(last_exc))
2024-12-23T17:22:53.090781931Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2024-12-23T17:22:53.327114866Z Building local documentation
2024-12-23T17:22:57.985446964Z /lsiopy/lib/python3.12/site-packages/strawberry/utils/deprecations.py:23: UserWarning: _type_definition is deprecated, use __strawberry_definition__ instead
2024-12-23T17:22:57.985471864Z   self.warn()
2024-12-23T17:23:03.452931168Z [uWSGI] getting INI configuration from uwsgi.ini
2024-12-23T17:23:03.455890896Z [uwsgi-static] added mapping for /static => static
2024-12-23T17:23:03.455911316Z *** Starting uWSGI 2.0.25.1 (64bit) on [Mon Dec 23 17:23:03 2024] ***
2024-12-23T17:23:03.455915496Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2024-12-23T17:23:03.455919156Z os: Linux-6.10.11+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.11-1~bpo12+1 (2024-10-03)
2024-12-23T17:23:03.455922596Z nodename: 7ba866c92f71
2024-12-23T17:23:03.455925886Z machine: x86_64
2024-12-23T17:23:03.455929196Z clock source: unix
2024-12-23T17:23:03.455932455Z pcre jit disabled
2024-12-23T17:23:03.455935725Z detected number of CPU cores: 12
2024-12-23T17:23:03.455938975Z current working directory: /app/netbox/netbox
2024-12-23T17:23:03.455942305Z detected binary path: /usr/sbin/uwsgi
2024-12-23T17:23:03.455946635Z your memory page size is 4096 bytes
2024-12-23T17:23:03.455949905Z detected max file descriptor number: 1048576
2024-12-23T17:23:03.459194869Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2024-12-23T17:23:03.459199909Z lock engine: pthread robust mutexes
2024-12-23T17:23:03.459342666Z thunder lock: disabled (you can enable it with --thunder-lock)
2024-12-23T17:23:03.459463784Z uwsgi socket 0 bound to TCP address :8000 fd 3
2024-12-23T17:23:03.459512833Z Python version: 3.12.8 (main, Dec  7 2024, 00:01:15) [GCC 13.2.1 20240309]
2024-12-23T17:23:03.459523803Z PEP 405 virtualenv detected: /lsiopy
2024-12-23T17:23:03.459528493Z Set PythonHome to /lsiopy
2024-12-23T17:23:03.461367481Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
2024-12-23T17:23:03.469723667Z [ls.io-init] done.
2024-12-23T17:23:03.470227409Z Python main interpreter initialized at 0x7f8412bc6c30
2024-12-23T17:23:03.470234278Z python threads support enabled
2024-12-23T17:23:03.470236578Z your server socket listen backlog is limited to 100 connections
2024-12-23T17:23:03.470238668Z your mercy for graceful operations on workers is 60 seconds
2024-12-23T17:23:03.470500524Z mapped 203184 bytes (198 KB) for 1 cores
2024-12-23T17:23:03.470548293Z *** Operational MODE: single process ***
2024-12-23T17:23:03.470829378Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)...
2024-12-23T17:23:05.472909352Z 
2024-12-23T17:23:05.472935882Z 486 static files copied to '/app/netbox/netbox/static'.
View SBOM output
Expand
NAME                           VERSION                TYPE                    
Simple Launcher                1.1.0.14               dotnet  (+5 duplicates)  
alpine-baselayout              3.6.5-r0               apk                      
alpine-baselayout-data         3.6.5-r0               apk                      
alpine-keys                    2.4-r1                 apk                      
alpine-release                 3.20.3-r0              apk                      
apk-tools                      2.14.4-r1              apk                      
asgiref                        3.8.1                  python                   
attrs                          24.3.0                 python                   
babel                          2.16.0                 python                   
bash                           5.2.26-r0              apk                      
brotli-libs                    1.1.0-r2               apk                      
busybox                        1.36.1-r29             apk                      
busybox-binsh                  1.36.1-r29             apk                      
c-ares                         1.33.1-r0              apk                      
ca-certificates                20240705-r0            apk                      
ca-certificates-bundle         20240705-r0            apk                      
catatonit                      0.2.0-r0               apk                      
certifi                        2024.12.14             python                   
cffi                           1.17.1                 python                   
charset-normalizer             3.4.0                  python                   
click                          8.1.8                  python                   
colorama                       0.4.6                  python                   
coreutils                      9.5-r1                 apk                      
coreutils-env                  9.5-r1                 apk                      
coreutils-fmt                  9.5-r1                 apk                      
coreutils-sha512sum            9.5-r1                 apk                      
cryptography                   44.0.0                 python                   
curl                           8.11.1-r0              apk                      
defusedxml                     0.8.0rc2               python                   
django                         5.0.10                 python                   
django-auth-ldap               5.1.0                  python                   
django-cors-headers            4.6.0                  python                   
django-debug-toolbar           4.4.6                  python                   
django-filter                  24.3                   python                   
django-graphiql-debug-toolbar  0.2.0                  python                   
django-htmx                    1.21.0                 python                   
django-js-asset                3.0.1                  python                   
django-mptt                    0.16.0                 python                   
django-pglocks                 1.0.4                  python                   
django-prometheus              2.3.1                  python                   
django-redis                   5.4.0                  python                   
django-rich                    1.13.0                 python                   
django-rq                      3.0.0                  python                   
django-tables2                 2.7.0                  python                   
django-taggit                  6.1.0                  python                   
django-timezone-field          7.0                    python                   
djangorestframework            3.15.2                 python                   
drf-spectacular                0.28.0                 python                   
drf-spectacular-sidecar        2024.12.1              python                   
feedparser                     6.0.11                 python                   
findutils                      4.9.0-r5               apk                      
gdbm                           1.23-r1                apk                      
ghp-import                     2.1.0                  python                   
graphene                       3.4.3                  python                   
graphene-django                3.2.2                  python                   
graphql-core                   3.2.5                  python                   
graphql-relay                  3.2.0                  python                   
gunicorn                       23.0.0                 python                   
idna                           3.10                   python                   
inflection                     0.5.1                  python                   
jansson                        2.14-r4                apk                      
jinja2                         3.1.4                  python                   
jq                             1.7.1-r0               apk                      
jsonschema                     4.23.0                 python                   
jsonschema-specifications      2024.10.1              python                   
libacl                         2.3.2-r0               apk                      
libattr                        2.5.2-r0               apk                      
libbsd                         0.12.2-r0              apk                      
libbz2                         1.0.8-r6               apk                      
libcap2                        2.70-r0                apk                      
libcrypto3                     3.3.2-r1               apk                      
libcurl                        8.11.1-r0              apk                      
libexpat                       2.6.4-r0               apk                      
libffi                         3.4.6-r0               apk                      
libgcc                         13.2.1_git20240309-r0  apk                      
libidn2                        2.3.7-r0               apk                      
libintl                        0.22.5-r0              apk                      
libjpeg-turbo                  3.0.3-r0               apk                      
libldap                        2.6.8-r0               apk                      
libmd                          1.1.0-r0               apk                      
libncursesw                    6.4_p20240420-r2       apk                      
libpanelw                      6.4_p20240420-r2       apk                      
libpq                          16.6-r0                apk                      
libproc2                       4.0.4-r0               apk                      
libpsl                         0.21.5-r1              apk                      
libsasl                        2.1.28-r6              apk                      
libsharpyuv                    1.3.2-r0               apk                      
libssl3                        3.3.2-r1               apk                      
libstdc++                      13.2.1_git20240309-r0  apk                      
libunistring                   1.2-r0                 apk                      
libwebp                        1.3.2-r0               apk                      
libxml2                        2.12.7-r0              apk                      
linux-pam                      1.6.0-r0               apk                      
lz4-libs                       1.9.4-r5               apk                      
mailcap                        2.1.54-r0              apk                      
markdown                       3.7                    python                   
markdown-it-py                 3.0.0                  python                   
markupsafe                     3.0.2                  python                   
mdurl                          0.1.2                  python                   
mergedeep                      1.3.4                  python                   
mkdocs                         1.6.1                  python                   
mkdocs-autorefs                1.2.0                  python                   
mkdocs-get-deps                0.2.0                  python                   
mkdocs-material                9.5.49                 python                   
mkdocs-material-extensions     1.3.1                  python                   
mkdocstrings                   0.27.0                 python                   
mkdocstrings-python-legacy     0.2.4                  python                   
mpdecimal                      4.0.0-r0               apk                      
musl                           1.2.5-r0               apk                      
musl-utils                     1.2.5-r0               apk                      
ncurses-terminfo-base          6.4_p20240420-r2       apk                      
netaddr                        1.3.0                  python                   
netbox                         4.1.0                  npm                      
netbox-graphiql                4.1.0                  npm                      
netcat-openbsd                 1.226-r0               apk                      
nghttp2-libs                   1.62.1-r0              apk                      
nh3                            0.2.20                 python                   
oauthlib                       3.2.2                  python                   
oniguruma                      6.9.9-r0               apk                      
packaging                      24.2                   python                   
paginate                       0.5.7                  python                   
pathspec                       0.12.1                 python                   
pcre2                          10.43-r0               apk                      
pillow                         11.0.0                 python                   
pip                            24.3.1                 python                   
platformdirs                   4.3.6                  python                   
postgresql-common              1.2-r1                 apk                      
postgresql16-client            16.6-r0                apk                      
procps-ng                      4.0.4-r0               apk                      
prometheus-client              0.21.1                 python                   
promise                        2.3                    python                   
psycopg                        3.2.3                  python                   
psycopg-c                      3.2.3                  python                   
psycopg-pool                   3.2.4                  python                   
pyasn1                         0.6.1                  python                   
pyasn1-modules                 0.4.1                  python                   
pyc                            3.12.8-r1              apk                      
pycparser                      2.22                   python                   
pygments                       2.18.0                 python                   
pyjwt                          2.10.1                 python                   
pymdown-extensions             10.13                  python                   
python-dateutil                2.9.0.post0            python                   
python-ldap                    3.4.4                  python                   
python3                        3.12.8-r1              apk                      
python3-openid                 3.2.0                  python                   
python3-pyc                    3.12.8-r1              apk                      
python3-pycache-pyc0           3.12.8-r1              apk                      
pytkdocs                       0.16.2                 python                   
pyyaml                         6.0.2                  python                   
pyyaml-env-tag                 0.1                    python                   
readline                       8.2.10-r0              apk                      
redis                          5.2.1                  python                   
referencing                    0.35.1                 python                   
regex                          2024.11.6              python                   
requests                       2.32.3                 python                   
requests-oauthlib              2.0.0                  python                   
rich                           13.9.4                 python                   
rpds-py                        0.22.3                 python                   
rq                             2.0.0                  python                   
scanelf                        1.3.7-r2               apk                      
sgmllib3k                      1.0.0                  python                   
shadow                         4.15.1-r0              apk                      
six                            1.17.0                 python                   
skalibs                        2.14.1.1-r0            apk                      
social-auth-app-django         5.4.2                  python                   
social-auth-core               4.5.4                  python                   
sqlite-libs                    3.45.3-r1              apk                      
sqlparse                       0.5.3                  python                   
ssl_client                     1.36.1-r29             apk                      
strawberry-graphql             0.254.0                python                   
strawberry-graphql-django      0.52.0                 python                   
svgwrite                       1.4.3                  python                   
tablib                         3.7.0                  python                   
text-unidecode                 1.3                    python                   
tiff                           4.6.0t-r0              apk                      
typing-extensions              4.12.2                 python                   
tzdata                         2024.2                 python                   
tzdata                         2024b-r0               apk                      
uritemplate                    4.1.1                  python                   
urllib3                        2.3.0                  python                   
utmps-libs                     0.1.2.2-r1             apk                      
uwsgi                          2.0.25.1-r1            apk                      
uwsgi-python3                  2.0.25.1-r1            apk                      
watchdog                       6.0.0                  python                   
wheel                          0.45.1                 python                   
xz-libs                        5.6.2-r0               apk                      
zlib                           1.3.1-r1               apk                      
zstd-libs                      1.5.6-r0               apk
Test Result Message Runtime
Container startup PASS - 14.04s
Create SBOM PASS - 15.81s
Get build info PASS - 0.01s

ARM64 FAIL

linuxserver/netbox

Runtime: 121.02s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-7e -- Hetzner
Created: 2024-12-23T17:16:41+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 118.05MB
Tag: arm64v8-v4.1.10-ls247
Version: v4.1.10-ls247
View Container Logs
Expand
2024-12-23T17:22:50.787174649Z [migrations] started
2024-12-23T17:22:50.790641008Z [migrations] no migrations found
2024-12-23T17:22:51.114502368Z usermod: no changes
2024-12-23T17:22:51.135929247Z ───────────────────────────────────────
2024-12-23T17:22:51.135945537Z 
2024-12-23T17:22:51.135948617Z       ██╗     ███████╗██╗ ██████╗
2024-12-23T17:22:51.135950777Z       ██║     ██╔════╝██║██╔═══██╗
2024-12-23T17:22:51.135952797Z       ██║     ███████╗██║██║   ██║
2024-12-23T17:22:51.135954827Z       ██║     ╚════██║██║██║   ██║
2024-12-23T17:22:51.135956767Z       ███████╗███████║██║╚██████╔╝
2024-12-23T17:22:51.135959297Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-12-23T17:22:51.135961927Z 
2024-12-23T17:22:51.135964257Z    Brought to you by linuxserver.io
2024-12-23T17:22:51.135966797Z ───────────────────────────────────────
2024-12-23T17:22:51.140585426Z 
2024-12-23T17:22:51.140607996Z To support LSIO projects visit:
2024-12-23T17:22:51.140611286Z https://www.linuxserver.io/donate/
2024-12-23T17:22:51.140614076Z 
2024-12-23T17:22:51.140616576Z ───────────────────────────────────────
2024-12-23T17:22:51.140620296Z GID/UID
2024-12-23T17:22:51.140804043Z ───────────────────────────────────────
2024-12-23T17:22:51.193714298Z 
2024-12-23T17:22:51.193733608Z User UID:    911
2024-12-23T17:22:51.193736868Z User GID:    911
2024-12-23T17:22:51.193739678Z ───────────────────────────────────────
2024-12-23T17:22:51.213910849Z Linuxserver.io version: v4.1.10-ls247
2024-12-23T17:22:51.216232909Z Build-date: 2024-12-23T17:16:41+00:00
2024-12-23T17:22:51.216250338Z ───────────────────────────────────────
2024-12-23T17:22:51.216253558Z     
2024-12-23T17:22:53.737541648Z [custom-init] No custom files found, skipping...
2024-12-23T17:23:10.670988770Z Traceback (most recent call last):
2024-12-23T17:23:10.671383553Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 275, in ensure_connection
2024-12-23T17:23:10.673142443Z     self.connect()
2024-12-23T17:23:10.673922980Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.674215575Z     return func(*args, **kwargs)
2024-12-23T17:23:10.674616798Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.674650377Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2024-12-23T17:23:10.675370455Z     self.connection = self.get_new_connection(conn_params)
2024-12-23T17:23:10.675622841Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.675639360Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.675926435Z     return func(*args, **kwargs)
2024-12-23T17:23:10.676140682Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.676151481Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection
2024-12-23T17:23:10.677049976Z     connection = self.Database.connect(**conn_params)
2024-12-23T17:23:10.677293912Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.677315231Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2024-12-23T17:23:10.677755514Z     attempts = conninfo_attempts(params)
2024-12-23T17:23:10.677954240Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.677977140Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2024-12-23T17:23:10.678320924Z     raise e.OperationalError(str(last_exc))
2024-12-23T17:23:10.678752396Z psycopg.OperationalError: [Errno -2] Name does not resolve
2024-12-23T17:23:10.678890824Z 
2024-12-23T17:23:10.678915644Z The above exception was the direct cause of the following exception:
2024-12-23T17:23:10.678954193Z 
2024-12-23T17:23:10.679006442Z Traceback (most recent call last):
2024-12-23T17:23:10.679037871Z   File "/app/netbox/netbox/./manage.py", line 10, in <module>
2024-12-23T17:23:10.679303837Z     execute_from_command_line(sys.argv)
2024-12-23T17:23:10.679433375Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2024-12-23T17:23:10.680479046Z     utility.execute()
2024-12-23T17:23:10.680623744Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2024-12-23T17:23:10.681652146Z     self.fetch_command(subcommand).run_from_argv(self.argv)
2024-12-23T17:23:10.681820393Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 413, in run_from_argv
2024-12-23T17:23:10.682782836Z     self.execute(*args, **cmd_options)
2024-12-23T17:23:10.682938894Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 459, in execute
2024-12-23T17:23:10.683993615Z     output = self.handle(*args, **options)
2024-12-23T17:23:10.684221522Z              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.684241991Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 107, in wrapper
2024-12-23T17:23:10.684695063Z     res = handle_func(*args, **kwargs)
2024-12-23T17:23:10.684896720Z           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.684914000Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/commands/migrate.py", line 100, in handle
2024-12-23T17:23:10.685337802Z     self.check(databases=[database])
2024-12-23T17:23:10.685511639Z   File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 486, in check
2024-12-23T17:23:10.686635450Z     all_issues = checks.run_checks(
2024-12-23T17:23:10.686864866Z                  ^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.686888515Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 88, in run_checks
2024-12-23T17:23:10.687298938Z     new_errors = check(app_configs=app_configs, databases=databases)
2024-12-23T17:23:10.687611853Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.687618753Z   File "/lsiopy/lib/python3.12/site-packages/django/core/checks/model_checks.py", line 36, in check_all_models
2024-12-23T17:23:10.687945467Z     errors.extend(model.check(**kwargs))
2024-12-23T17:23:10.688164143Z                   ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.688196213Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/base.py", line 1622, in check
2024-12-23T17:23:10.691363198Z     *cls._check_constraints(databases),
2024-12-23T17:23:10.691574044Z      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.691609873Z   File "/lsiopy/lib/python3.12/site-packages/django/db/models/base.py", line 2472, in _check_constraints
2024-12-23T17:23:10.696354082Z     connection.features.supports_nulls_distinct_unique_constraints
2024-12-23T17:23:10.696488319Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2024-12-23T17:23:10.696806364Z     res = instance.__dict__[self.name] = self.func(instance)
2024-12-23T17:23:10.697056300Z                                          ^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.697081349Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/features.py", line 141, in is_postgresql_15
2024-12-23T17:23:10.697573201Z     return self.connection.pg_version >= 150000
2024-12-23T17:23:10.697759517Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.697781137Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2024-12-23T17:23:10.698106482Z     res = instance.__dict__[self.name] = self.func(instance)
2024-12-23T17:23:10.698353027Z                                          ^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.698384707Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 438, in pg_version
2024-12-23T17:23:10.699459438Z     with self.temporary_connection():
2024-12-23T17:23:10.699653665Z          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.699676935Z   File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
2024-12-23T17:23:10.700138666Z     return next(self.gen)
2024-12-23T17:23:10.700314273Z            ^^^^^^^^^^^^^^
2024-12-23T17:23:10.700341573Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 691, in temporary_connection
2024-12-23T17:23:10.701824477Z     with self.cursor() as cursor:
2024-12-23T17:23:10.701986134Z          ^^^^^^^^^^^^^
2024-12-23T17:23:10.702011684Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.702300649Z     return func(*args, **kwargs)
2024-12-23T17:23:10.702512135Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.702538995Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 316, in cursor
2024-12-23T17:23:10.703407740Z     return self._cursor()
2024-12-23T17:23:10.703580687Z            ^^^^^^^^^^^^^^
2024-12-23T17:23:10.703601916Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 292, in _cursor
2024-12-23T17:23:10.704373123Z     self.ensure_connection()
2024-12-23T17:23:10.704495761Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.704779326Z     return func(*args, **kwargs)
2024-12-23T17:23:10.704989162Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.705033262Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 274, in ensure_connection
2024-12-23T17:23:10.705764079Z     with self.wrap_database_errors:
2024-12-23T17:23:10.705946376Z          ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.705975305Z   File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2024-12-23T17:23:10.706357949Z     raise dj_exc_value.with_traceback(traceback) from exc_value
2024-12-23T17:23:10.706502626Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 275, in ensure_connection
2024-12-23T17:23:10.707254503Z     self.connect()
2024-12-23T17:23:10.707382271Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.707661476Z     return func(*args, **kwargs)
2024-12-23T17:23:10.707870182Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.707893692Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2024-12-23T17:23:10.708604630Z     self.connection = self.get_new_connection(conn_params)
2024-12-23T17:23:10.708854355Z                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.708884655Z   File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2024-12-23T17:23:10.709162850Z     return func(*args, **kwargs)
2024-12-23T17:23:10.709371936Z            ^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.709395286Z   File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 277, in get_new_connection
2024-12-23T17:23:10.710164363Z     connection = self.Database.connect(**conn_params)
2024-12-23T17:23:10.710409078Z                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.710437988Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 98, in connect
2024-12-23T17:23:10.710864751Z     attempts = conninfo_attempts(params)
2024-12-23T17:23:10.711123956Z                ^^^^^^^^^^^^^^^^^^^^^^^^^
2024-12-23T17:23:10.711159715Z   File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 50, in conninfo_attempts
2024-12-23T17:23:10.711494660Z     raise e.OperationalError(str(last_exc))
2024-12-23T17:23:10.711649367Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2024-12-23T17:23:11.437973225Z Building local documentation
2024-12-23T17:23:57.703851110Z /lsiopy/lib/python3.12/site-packages/strawberry/utils/deprecations.py:23: UserWarning: _type_definition is deprecated, use __strawberry_definition__ instead
2024-12-23T17:23:57.703883970Z   self.warn()
View SBOM output
Expand
NAME                           VERSION                TYPE                    
Simple Launcher                1.1.0.14               dotnet  (+5 duplicates)  
alpine-baselayout              3.6.5-r0               apk                      
alpine-baselayout-data         3.6.5-r0               apk                      
alpine-keys                    2.4-r1                 apk                      
alpine-release                 3.20.3-r0              apk                      
apk-tools                      2.14.4-r1              apk                      
asgiref                        3.8.1                  python                   
attrs                          24.3.0                 python                   
babel                          2.16.0                 python                   
bash                           5.2.26-r0              apk                      
brotli-libs                    1.1.0-r2               apk                      
busybox                        1.36.1-r29             apk                      
busybox-binsh                  1.36.1-r29             apk                      
c-ares                         1.33.1-r0              apk                      
ca-certificates                20240705-r0            apk                      
ca-certificates-bundle         20240705-r0            apk                      
catatonit                      0.2.0-r0               apk                      
certifi                        2024.12.14             python                   
cffi                           1.17.1                 python                   
charset-normalizer             3.4.0                  python                   
click                          8.1.8                  python                   
colorama                       0.4.6                  python                   
coreutils                      9.5-r1                 apk                      
coreutils-env                  9.5-r1                 apk                      
coreutils-fmt                  9.5-r1                 apk                      
coreutils-sha512sum            9.5-r1                 apk                      
cryptography                   44.0.0                 python                   
curl                           8.11.1-r0              apk                      
defusedxml                     0.8.0rc2               python                   
django                         5.0.10                 python                   
django-auth-ldap               5.1.0                  python                   
django-cors-headers            4.6.0                  python                   
django-debug-toolbar           4.4.6                  python                   
django-filter                  24.3                   python                   
django-graphiql-debug-toolbar  0.2.0                  python                   
django-htmx                    1.21.0                 python                   
django-js-asset                3.0.1                  python                   
django-mptt                    0.16.0                 python                   
django-pglocks                 1.0.4                  python                   
django-prometheus              2.3.1                  python                   
django-redis                   5.4.0                  python                   
django-rich                    1.13.0                 python                   
django-rq                      3.0.0                  python                   
django-tables2                 2.7.0                  python                   
django-taggit                  6.1.0                  python                   
django-timezone-field          7.0                    python                   
djangorestframework            3.15.2                 python                   
drf-spectacular                0.28.0                 python                   
drf-spectacular-sidecar        2024.12.1              python                   
feedparser                     6.0.11                 python                   
findutils                      4.9.0-r5               apk                      
gdbm                           1.23-r1                apk                      
ghp-import                     2.1.0                  python                   
graphene                       3.4.3                  python                   
graphene-django                3.2.2                  python                   
graphql-core                   3.2.5                  python                   
graphql-relay                  3.2.0                  python                   
gunicorn                       23.0.0                 python                   
idna                           3.10                   python                   
inflection                     0.5.1                  python                   
jansson                        2.14-r4                apk                      
jinja2                         3.1.4                  python                   
jq                             1.7.1-r0               apk                      
jsonschema                     4.23.0                 python                   
jsonschema-specifications      2024.10.1              python                   
libacl                         2.3.2-r0               apk                      
libattr                        2.5.2-r0               apk                      
libbsd                         0.12.2-r0              apk                      
libbz2                         1.0.8-r6               apk                      
libcap2                        2.70-r0                apk                      
libcrypto3                     3.3.2-r1               apk                      
libcurl                        8.11.1-r0              apk                      
libexpat                       2.6.4-r0               apk                      
libffi                         3.4.6-r0               apk                      
libgcc                         13.2.1_git20240309-r0  apk                      
libidn2                        2.3.7-r0               apk                      
libintl                        0.22.5-r0              apk                      
libjpeg-turbo                  3.0.3-r0               apk                      
libldap                        2.6.8-r0               apk                      
libmd                          1.1.0-r0               apk                      
libncursesw                    6.4_p20240420-r2       apk                      
libpanelw                      6.4_p20240420-r2       apk                      
libpq                          16.6-r0                apk                      
libproc2                       4.0.4-r0               apk                      
libpsl                         0.21.5-r1              apk                      
libsasl                        2.1.28-r6              apk                      
libsharpyuv                    1.3.2-r0               apk                      
libssl3                        3.3.2-r1               apk                      
libstdc++                      13.2.1_git20240309-r0  apk                      
libunistring                   1.2-r0                 apk                      
libwebp                        1.3.2-r0               apk                      
libxml2                        2.12.7-r0              apk                      
linux-pam                      1.6.0-r0               apk                      
lz4-libs                       1.9.4-r5               apk                      
mailcap                        2.1.54-r0              apk                      
markdown                       3.7                    python                   
markdown-it-py                 3.0.0                  python                   
markupsafe                     3.0.2                  python                   
mdurl                          0.1.2                  python                   
mergedeep                      1.3.4                  python                   
mkdocs                         1.6.1                  python                   
mkdocs-autorefs                1.2.0                  python                   
mkdocs-get-deps                0.2.0                  python                   
mkdocs-material                9.5.49                 python                   
mkdocs-material-extensions     1.3.1                  python                   
mkdocstrings                   0.27.0                 python                   
mkdocstrings-python-legacy     0.2.4                  python                   
mpdecimal                      4.0.0-r0               apk                      
musl                           1.2.5-r0               apk                      
musl-utils                     1.2.5-r0               apk                      
ncurses-terminfo-base          6.4_p20240420-r2       apk                      
netaddr                        1.3.0                  python                   
netbox                         4.1.0                  npm                      
netbox-graphiql                4.1.0                  npm                      
netcat-openbsd                 1.226-r0               apk                      
nghttp2-libs                   1.62.1-r0              apk                      
nh3                            0.2.20                 python                   
oauthlib                       3.2.2                  python                   
oniguruma                      6.9.9-r0               apk                      
packaging                      24.2                   python                   
paginate                       0.5.7                  python                   
pathspec                       0.12.1                 python                   
pcre2                          10.43-r0               apk                      
pillow                         11.0.0                 python                   
pip                            24.3.1                 python                   
platformdirs                   4.3.6                  python                   
postgresql-common              1.2-r1                 apk                      
postgresql16-client            16.6-r0                apk                      
procps-ng                      4.0.4-r0               apk                      
prometheus-client              0.21.1                 python                   
promise                        2.3                    python                   
psycopg                        3.2.3                  python                   
psycopg-c                      3.2.3                  python                   
psycopg-pool                   3.2.4                  python                   
pyasn1                         0.6.1                  python                   
pyasn1-modules                 0.4.1                  python                   
pyc                            3.12.8-r1              apk                      
pycparser                      2.22                   python                   
pygments                       2.18.0                 python                   
pyjwt                          2.10.1                 python                   
pymdown-extensions             10.13                  python                   
python-dateutil                2.9.0.post0            python                   
python-ldap                    3.4.4                  python                   
python3                        3.12.8-r1              apk                      
python3-openid                 3.2.0                  python                   
python3-pyc                    3.12.8-r1              apk                      
python3-pycache-pyc0           3.12.8-r1              apk                      
pytkdocs                       0.16.2                 python                   
pyyaml                         6.0.2                  python                   
pyyaml-env-tag                 0.1                    python                   
readline                       8.2.10-r0              apk                      
redis                          5.2.1                  python                   
referencing                    0.35.1                 python                   
regex                          2024.11.6              python                   
requests                       2.32.3                 python                   
requests-oauthlib              2.0.0                  python                   
rich                           13.9.4                 python                   
rpds-py                        0.22.3                 python                   
rq                             2.0.0                  python                   
scanelf                        1.3.7-r2               apk                      
sgmllib3k                      1.0.0                  python                   
shadow                         4.15.1-r0              apk                      
six                            1.17.0                 python                   
skalibs                        2.14.1.1-r0            apk                      
social-auth-app-django         5.4.2                  python                   
social-auth-core               4.5.4                  python                   
sqlite-libs                    3.45.3-r1              apk                      
sqlparse                       0.5.3                  python                   
ssl_client                     1.36.1-r29             apk                      
strawberry-graphql             0.254.0                python                   
strawberry-graphql-django      0.52.0                 python                   
svgwrite                       1.4.3                  python                   
tablib                         3.7.0                  python                   
text-unidecode                 1.3                    python                   
tiff                           4.6.0t-r0              apk                      
typing-extensions              4.12.2                 python                   
tzdata                         2024.2                 python                   
tzdata                         2024b-r0               apk                      
uritemplate                    4.1.1                  python                   
urllib3                        2.3.0                  python                   
utmps-libs                     0.1.2.2-r1             apk                      
uwsgi                          2.0.25.1-r1            apk                      
uwsgi-python3                  2.0.25.1-r1            apk                      
watchdog                       6.0.0                  python                   
wheel                          0.45.1                 python                   
xz-libs                        5.6.2-r0               apk                      
zlib                           1.3.1-r1               apk                      
zstd-libs                      1.5.6-r0               apk
Warnings
This image uses uWSGI and might not start on ARM/QEMU
Test Result Message Runtime
Container startup FAIL INIT NOT FINISHED 120.40s
Create SBOM PASS - 15.84s
Get build info PASS - 0.01s
View Python Logs
Expand