AMD64 PASS
linuxserver/netbox
Runtime: 36.31s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-2a --contabo
Created: 2025-05-08T15:46:11+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 124.71MB
Tag: amd64-v4.3.0-ls275
Version: v4.3.0-ls275
Expand
2025-05-08T15:54:47.739422102Z [migrations] started
2025-05-08T15:54:47.739544675Z [migrations] no migrations found
2025-05-08T15:54:47.816541673Z usermod: no changes
2025-05-08T15:54:47.822897708Z ───────────────────────────────────────
2025-05-08T15:54:47.822930446Z
2025-05-08T15:54:47.822933791Z ██╗ ███████╗██╗ ██████╗
2025-05-08T15:54:47.822937196Z ██║ ██╔════╝██║██╔═══██╗
2025-05-08T15:54:47.822940230Z ██║ ███████╗██║██║ ██║
2025-05-08T15:54:47.822943215Z ██║ ╚════██║██║██║ ██║
2025-05-08T15:54:47.822945909Z ███████╗███████║██║╚██████╔╝
2025-05-08T15:54:47.822948583Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-05-08T15:54:47.822951387Z
2025-05-08T15:54:47.822953921Z Brought to you by linuxserver.io
2025-05-08T15:54:47.822956525Z ───────────────────────────────────────
2025-05-08T15:54:47.823376955Z
2025-05-08T15:54:47.823389663Z To support LSIO projects visit:
2025-05-08T15:54:47.823392758Z https://www.linuxserver.io/donate/
2025-05-08T15:54:47.823395322Z
2025-05-08T15:54:47.823397896Z ───────────────────────────────────────
2025-05-08T15:54:47.823401371Z GID/UID
2025-05-08T15:54:47.823403925Z ───────────────────────────────────────
2025-05-08T15:54:47.830841838Z
2025-05-08T15:54:47.831398772Z User UID: 911
2025-05-08T15:54:47.831408727Z User GID: 911
2025-05-08T15:54:47.831412082Z ───────────────────────────────────────
2025-05-08T15:54:47.838605658Z Linuxserver.io version: v4.3.0-ls275
2025-05-08T15:54:47.838883594Z Build-date: 2025-05-08T15:46:11+00:00
2025-05-08T15:54:47.838924576Z ───────────────────────────────────────
2025-05-08T15:54:47.838929303Z
2025-05-08T15:54:48.252196007Z [custom-init] No custom files found, skipping...
2025-05-08T15:54:59.658591742Z Traceback (most recent call last):
2025-05-08T15:54:59.658761287Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-05-08T15:54:59.659171891Z self.connect()
2025-05-08T15:54:59.659194826Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.659212342Z return func(*args, **kwargs)
2025-05-08T15:54:59.659215246Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.659217930Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-05-08T15:54:59.659422917Z self.connection = self.get_new_connection(conn_params)
2025-05-08T15:54:59.659431099Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.659433923Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.659503267Z return func(*args, **kwargs)
2025-05-08T15:54:59.659545040Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.659612330Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-05-08T15:54:59.659742896Z connection = self.Database.connect(**conn_params)
2025-05-08T15:54:59.659807333Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.659873181Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect
2025-05-08T15:54:59.659955233Z attempts = conninfo_attempts(params)
2025-05-08T15:54:59.660003045Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.660099059Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-05-08T15:54:59.660702332Z raise e.OperationalError(str(last_exc))
2025-05-08T15:54:59.660716713Z psycopg.OperationalError: [Errno -2] Name does not resolve
2025-05-08T15:54:59.660720159Z
2025-05-08T15:54:59.660722883Z The above exception was the direct cause of the following exception:
2025-05-08T15:54:59.660725607Z
2025-05-08T15:54:59.660728130Z Traceback (most recent call last):
2025-05-08T15:54:59.660730935Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-05-08T15:54:59.660734430Z execute_from_command_line(sys.argv)
2025-05-08T15:54:59.660737154Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-05-08T15:54:59.660799968Z utility.execute()
2025-05-08T15:54:59.660802923Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-05-08T15:54:59.661524142Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-05-08T15:54:59.661541918Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-05-08T15:54:59.662428665Z self.execute(*args, **cmd_options)
2025-05-08T15:54:59.666022535Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 457, in execute
2025-05-08T15:54:59.666060942Z self.check(**check_kwargs)
2025-05-08T15:54:59.666086981Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 492, in check
2025-05-08T15:54:59.666089545Z all_issues = checks.run_checks(
2025-05-08T15:54:59.666091659Z ^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666093771Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 89, in run_checks
2025-05-08T15:54:59.666095975Z new_errors = check(app_configs=app_configs, databases=databases)
2025-05-08T15:54:59.666098018Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666100011Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 44, in check_url_namespaces_unique
2025-05-08T15:54:59.666102134Z all_namespaces = _load_all_namespaces(resolver)
2025-05-08T15:54:59.666104097Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666106070Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 63, in _load_all_namespaces
2025-05-08T15:54:59.666108224Z url_patterns = getattr(resolver, "url_patterns", [])
2025-05-08T15:54:59.666110287Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666112299Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-05-08T15:54:59.666114382Z res = instance.__dict__[self.name] = self.func(instance)
2025-05-08T15:54:59.666116345Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666118308Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 718, in url_patterns
2025-05-08T15:54:59.666120402Z patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
2025-05-08T15:54:59.666122445Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666125229Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-05-08T15:54:59.666128294Z res = instance.__dict__[self.name] = self.func(instance)
2025-05-08T15:54:59.666131258Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666134002Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
2025-05-08T15:54:59.666136987Z return import_module(self.urlconf_name)
2025-05-08T15:54:59.666139891Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666142745Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-05-08T15:54:59.666145760Z return _bootstrap._gcd_import(name[level:], package, level)
2025-05-08T15:54:59.666149355Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666153481Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-05-08T15:54:59.666157397Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-05-08T15:54:59.666166861Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-05-08T15:54:59.666172941Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-05-08T15:54:59.666176295Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-05-08T15:54:59.666179360Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-05-08T15:54:59.666197747Z File "/app/netbox/netbox/netbox/urls.py", line 27, in <module>
2025-05-08T15:54:59.666201443Z path('core/', include('core.urls')),
2025-05-08T15:54:59.666217648Z ^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666220762Z File "/lsiopy/lib/python3.12/site-packages/django/urls/conf.py", line 39, in include
2025-05-08T15:54:59.666223726Z urlconf_module = import_module(urlconf_module)
2025-05-08T15:54:59.666226261Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666228774Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-05-08T15:54:59.666385668Z return _bootstrap._gcd_import(name[level:], package, level)
2025-05-08T15:54:59.666439369Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.666444997Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-05-08T15:54:59.666515903Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-05-08T15:54:59.666519159Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-05-08T15:54:59.666521392Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-05-08T15:54:59.666545498Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-05-08T15:54:59.666578528Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-05-08T15:54:59.666584857Z File "/app/netbox/netbox/core/urls.py", line 4, in <module>
2025-05-08T15:54:59.667002192Z from . import views
2025-05-08T15:54:59.667025807Z File "/app/netbox/netbox/core/views.py", line 201, in <module>
2025-05-08T15:54:59.667030333Z class ObjectChangeListView(generic.ObjectListView):
2025-05-08T15:54:59.667033388Z File "/app/netbox/netbox/core/views.py", line 202, in ObjectChangeListView
2025-05-08T15:54:59.667042912Z queryset = ObjectChange.objects.valid_models()
2025-05-08T15:54:59.667126577Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.667196733Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method
2025-05-08T15:54:59.667355340Z return getattr(self.get_queryset(), name)(*args, **kwargs)
2025-05-08T15:54:59.667363432Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.667379455Z File "/app/netbox/netbox/core/querysets.py", line 18, in valid_models
2025-05-08T15:54:59.667505795Z content_types = ContentType.objects.get_for_models(*apps.get_models()).values()
2025-05-08T15:54:59.667523812Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.667600707Z File "/lsiopy/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 91, in get_for_models
2025-05-08T15:54:59.667965123Z for ct in cts:
2025-05-08T15:54:59.667975929Z ^^^
2025-05-08T15:54:59.667979004Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__
2025-05-08T15:54:59.667982028Z self._fetch_all()
2025-05-08T15:54:59.667984652Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 1935, in _fetch_all
2025-05-08T15:54:59.669575703Z self._result_cache = list(self._iterable_class(self))
2025-05-08T15:54:59.669670956Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.669714421Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__
2025-05-08T15:54:59.669717796Z results = compiler.execute_sql(
2025-05-08T15:54:59.669720611Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.669723355Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1620, in execute_sql
2025-05-08T15:54:59.669726149Z cursor = self.connection.cursor()
2025-05-08T15:54:59.669728692Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.669731567Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.669734491Z return func(*args, **kwargs)
2025-05-08T15:54:59.669737296Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.669739940Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-05-08T15:54:59.669742904Z return self._cursor()
2025-05-08T15:54:59.669745588Z ^^^^^^^^^^^^^^
2025-05-08T15:54:59.669748302Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-05-08T15:54:59.669750986Z self.ensure_connection()
2025-05-08T15:54:59.669753620Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.669759018Z return func(*args, **kwargs)
2025-05-08T15:54:59.669762042Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.669782072Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-05-08T15:54:59.671099945Z with self.wrap_database_errors:
2025-05-08T15:54:59.671118343Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.671121708Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-05-08T15:54:59.671136419Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-05-08T15:54:59.671139494Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-05-08T15:54:59.671142579Z self.connect()
2025-05-08T15:54:59.671145273Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.671148207Z return func(*args, **kwargs)
2025-05-08T15:54:59.671150961Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.671153685Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-05-08T15:54:59.671156590Z self.connection = self.get_new_connection(conn_params)
2025-05-08T15:54:59.671159344Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.671941595Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:54:59.671954885Z return func(*args, **kwargs)
2025-05-08T15:54:59.671958140Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.671961174Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-05-08T15:54:59.671964269Z connection = self.Database.connect(**conn_params)
2025-05-08T15:54:59.671967174Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.671970088Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect
2025-05-08T15:54:59.671973172Z attempts = conninfo_attempts(params)
2025-05-08T15:54:59.672432129Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:54:59.672441332Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-05-08T15:54:59.672444797Z raise e.OperationalError(str(last_exc))
2025-05-08T15:54:59.672447602Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2025-05-08T15:55:01.572621322Z Building local documentation
2025-05-08T15:55:21.179072092Z [uWSGI] getting INI configuration from uwsgi.ini
2025-05-08T15:55:21.182939991Z [uwsgi-static] added mapping for /static => static
2025-05-08T15:55:21.183004308Z *** Starting uWSGI 2.0.25.1 (64bit) on [Thu May 8 15:55:21 2025] ***
2025-05-08T15:55:21.183010247Z compiled with version: 13.2.1 20240309 on 17 May 2024 06:11:37
2025-05-08T15:55:21.183015124Z os: Linux-6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025
2025-05-08T15:55:21.183019490Z nodename: 3b4320f0349a
2025-05-08T15:55:21.183023747Z machine: x86_64
2025-05-08T15:55:21.183028304Z clock source: unix
2025-05-08T15:55:21.183032781Z pcre jit disabled
2025-05-08T15:55:21.183037307Z detected number of CPU cores: 6
2025-05-08T15:55:21.183085780Z current working directory: /app/netbox/netbox
2025-05-08T15:55:21.183089786Z detected binary path: /usr/sbin/uwsgi
2025-05-08T15:55:21.183092540Z your memory page size is 4096 bytes
2025-05-08T15:55:21.183095144Z detected max file descriptor number: 1048576
2025-05-08T15:55:21.185769246Z building mime-types dictionary from file /etc/mime.types...1390 entry found
2025-05-08T15:55:21.185800403Z lock engine: pthread robust mutexes
2025-05-08T15:55:21.185803317Z thunder lock: disabled (you can enable it with --thunder-lock)
2025-05-08T15:55:21.185805751Z uwsgi socket 0 bound to TCP address :8000 fd 3
2025-05-08T15:55:21.186055124Z Python version: 3.12.10 (main, Apr 9 2025, 07:23:41) [GCC 13.2.1 20240309]
2025-05-08T15:55:21.186065489Z PEP 405 virtualenv detected: /lsiopy
2025-05-08T15:55:21.186068934Z Set PythonHome to /lsiopy
2025-05-08T15:55:21.199447640Z Python main interpreter initialized at 0x74cb0f7d0c70
2025-05-08T15:55:21.199507349Z python threads support enabled
2025-05-08T15:55:21.199511525Z your server socket listen backlog is limited to 100 connections
2025-05-08T15:55:21.199515091Z your mercy for graceful operations on workers is 60 seconds
2025-05-08T15:55:21.200245333Z mapped 203184 bytes (198 KB) for 1 cores
2025-05-08T15:55:21.200255769Z *** Operational MODE: single process ***
2025-05-08T15:55:21.200259184Z running "exec:python3 ./manage.py collectstatic --noinput" (pre app)...
2025-05-08T15:55:22.189438078Z Connection to localhost (127.0.0.1) 8000 port [tcp/*] succeeded!
2025-05-08T15:55:22.227510614Z [ls.io-init] done.
Expand
NAME VERSION TYPE
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.6-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.8.1 python
attrs 25.3.0 python
babel 2.17.0 python
backrefs 5.8 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 20241121-r1 apk
ca-certificates-bundle 20241121-r1 apk
catatonit 0.2.0-r0 apk
certifi 2025.4.26 python
cffi 1.17.1 python
charset-normalizer 3.4.2 python
click 8.1.8 python
colorama 0.4.6 python
coreutils 9.5-r2 apk
coreutils-env 9.5-r2 apk
coreutils-fmt 9.5-r2 apk
coreutils-sha512sum 9.5-r2 apk
cryptography 44.0.3 python
curl 8.12.1-r0 apk
defusedxml 0.7.1 python
django 5.2 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.7.0 python
django-debug-toolbar 5.2.0 python
django-filter 25.1 python
django-graphiql-debug-toolbar 0.2.0 python
django-htmx 1.23.0 python
django-js-asset 3.1.2 python
django-mptt 0.17.0 python
django-pglocks 1.0.4 python
django-prometheus 2.3.1 python
django-redis 5.4.0 python
django-rich 1.14.0 python
django-rq 3.0.1 python
django-storages 1.14.6 python
django-tables2 2.7.5 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.0 python
drf-spectacular 0.28.0 python
drf-spectacular-sidecar 2025.5.1 python
feedparser 6.0.11 python
findutils 4.9.0-r5 apk
gdbm 1.23-r1 apk
ghp-import 2.1.0 python
gmp 6.3.0-r1 apk
graphene 3.4.3 python
graphene-django 3.2.3 python
graphql-core 3.2.6 python
graphql-relay 3.2.0 python
griffe 1.7.3 python
gunicorn 23.0.0 python
idna 3.10 python
inflection 0.5.1 python
jansson 2.14-r4 apk
jinja2 3.1.6 python
jq 1.7.1-r0 apk
jsonschema 4.23.0 python
jsonschema-specifications 2025.4.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.3-r0 apk
libcurl 8.12.1-r0 apk
libexpat 2.7.0-r0 apk
libffi 3.4.6-r0 apk
libgcc 13.2.1_git20240309-r1 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.8-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.3-r0 apk
libstdc++ 13.2.1_git20240309-r1 apk
libunistring 1.2-r0 apk
libwebp 1.3.2-r0 apk
libxml2 2.12.7-r2 apk
linux-pam 1.6.0-r0 apk
lz4-libs 1.9.4-r5 apk
mailcap 2.1.54-r0 apk
markdown 3.8 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.4.1 python
mkdocs-get-deps 0.2.0 python
mkdocs-material 9.6.12 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.29.1 python
mkdocstrings-python 1.16.10 python
mpdecimal 4.0.0-r0 apk
musl 1.2.5-r1 apk
musl-utils 1.2.5-r1 apk
ncurses-terminfo-base 6.4_p20240420-r2 apk
netaddr 1.3.0 python
netbox 4.3.0 npm
netbox-graphiql 4.3.0 npm
netcat-openbsd 1.226-r0 apk
nghttp2-libs 1.62.1-r0 apk
nh3 0.2.21 python
oauthlib 3.2.2 python
oniguruma 6.9.9-r0 apk
packaging 25.0 python
paginate 0.5.7 python
pathspec 0.12.1 python
pcre2 10.43-r0 apk
pillow 11.2.1 python
pip 25.1.1 python
platformdirs 4.3.8 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.8-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.21.1 python
promise 2.3 python
psycopg 3.2.7 python
psycopg-c 3.2.7 python
psycopg-pool 3.2.6 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.10-r0 apk
pycparser 2.22 python
pygments 2.19.1 python
pyjwt 2.10.1 python
pymdown-extensions 10.15 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.4 python
python3 3.12.10-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.10-r0 apk
python3-pycache-pyc0 3.12.10-r0 apk
pyyaml 6.0.2 python
pyyaml-env-tag 0.1 python
readline 8.2.10-r0 apk
redis 6.0.0 python
referencing 0.36.2 python
requests 2.32.3 python
requests-oauthlib 2.0.0 python
rich 14.0.0 python
rpds-py 0.24.0 python
rq 2.3.2 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.3 python
social-auth-core 4.6.1 python
sqlite-libs 3.45.3-r2 apk
sqlparse 0.5.3 python
ssl_client 1.36.1-r29 apk
strawberry-graphql 0.266.0 python
strawberry-graphql-django 0.58.0 python
svgwrite 1.4.3 python
tablib 3.8.0 python
text-unidecode 1.3 python
tiff 4.6.0t-r0 apk
typing-extensions 4.13.2 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
uritemplate 4.1.1 python
urllib3 2.4.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-r1 apk
zlib 1.3.1-r1 apk
zstd-libs 1.5.6-r0 apk
Test | Result | Message | Runtime |
---|---|---|---|
Container startup | PASS | - | 35.50s |
Create SBOM | PASS | - | 35.56s |
Get build info | PASS | - | 0.08s |
ARM64 FAIL
linuxserver/netbox
Runtime: 121.05s
WEB_SCREENSHOT ENV Disabled
Build Information
Builder: X86-BUILDER-2a --contabo
Created: 2025-05-08T15:46:11+00:00
Image: linuxserver/netbox
Maintainer: alex-phillips
Size: 125.65MB
Tag: arm64v8-v4.3.0-ls275
Version: v4.3.0-ls275
Expand
2025-05-08T15:54:50.269777448Z [migrations] started
2025-05-08T15:54:50.279494293Z [migrations] no migrations found
2025-05-08T15:54:50.873722257Z usermod: no changes
2025-05-08T15:54:50.911482345Z ───────────────────────────────────────
2025-05-08T15:54:50.911514713Z
2025-05-08T15:54:50.911518549Z ██╗ ███████╗██╗ ██████╗
2025-05-08T15:54:50.911521684Z ██║ ██╔════╝██║██╔═══██╗
2025-05-08T15:54:50.911524659Z ██║ ███████╗██║██║ ██║
2025-05-08T15:54:50.911527673Z ██║ ╚════██║██║██║ ██║
2025-05-08T15:54:50.911530547Z ███████╗███████║██║╚██████╔╝
2025-05-08T15:54:50.911533381Z ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-05-08T15:54:50.911536376Z
2025-05-08T15:54:50.911538950Z Brought to you by linuxserver.io
2025-05-08T15:54:50.911541804Z ───────────────────────────────────────
2025-05-08T15:54:50.918900438Z
2025-05-08T15:54:50.918932947Z To support LSIO projects visit:
2025-05-08T15:54:50.918936953Z https://www.linuxserver.io/donate/
2025-05-08T15:54:50.918939867Z
2025-05-08T15:54:50.918942541Z ───────────────────────────────────────
2025-05-08T15:54:50.918946497Z GID/UID
2025-05-08T15:54:50.918949341Z ───────────────────────────────────────
2025-05-08T15:54:51.048962073Z
2025-05-08T15:54:51.049042634Z User UID: 911
2025-05-08T15:54:51.049046309Z User GID: 911
2025-05-08T15:54:51.049053179Z ───────────────────────────────────────
2025-05-08T15:54:51.087191685Z Linuxserver.io version: v4.3.0-ls275
2025-05-08T15:54:51.092168635Z Build-date: 2025-05-08T15:46:11+00:00
2025-05-08T15:54:51.092212811Z ───────────────────────────────────────
2025-05-08T15:54:51.092217748Z
2025-05-08T15:54:56.957554740Z [custom-init] No custom files found, skipping...
2025-05-08T15:56:42.673792860Z Traceback (most recent call last):
2025-05-08T15:56:42.674345438Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-05-08T15:56:42.678675929Z self.connect()
2025-05-08T15:56:42.680577896Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.682129759Z return func(*args, **kwargs)
2025-05-08T15:56:42.684841557Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.684879905Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-05-08T15:56:42.684883120Z self.connection = self.get_new_connection(conn_params)
2025-05-08T15:56:42.685772462Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.685817129Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.686616274Z return func(*args, **kwargs)
2025-05-08T15:56:42.687229793Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.687264175Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-05-08T15:56:42.689954130Z connection = self.Database.connect(**conn_params)
2025-05-08T15:56:42.690764243Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.690906706Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect
2025-05-08T15:56:42.704165212Z attempts = conninfo_attempts(params)
2025-05-08T15:56:42.705719288Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.705756924Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-05-08T15:56:42.707961905Z raise e.OperationalError(str(last_exc))
2025-05-08T15:56:42.709245496Z psycopg.OperationalError: [Errno -2] Name does not resolve
2025-05-08T15:56:42.709786034Z
2025-05-08T15:56:42.710993933Z The above exception was the direct cause of the following exception:
2025-05-08T15:56:42.711010928Z
2025-05-08T15:56:42.711014364Z Traceback (most recent call last):
2025-05-08T15:56:42.711017258Z File "/app/netbox/netbox/./manage.py", line 10, in <module>
2025-05-08T15:56:42.711518098Z execute_from_command_line(sys.argv)
2025-05-08T15:56:42.712229973Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line
2025-05-08T15:56:42.714637156Z utility.execute()
2025-05-08T15:56:42.716393676Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/__init__.py", line 436, in execute
2025-05-08T15:56:42.718515982Z self.fetch_command(subcommand).run_from_argv(self.argv)
2025-05-08T15:56:42.718997042Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 416, in run_from_argv
2025-05-08T15:56:42.721410545Z self.execute(*args, **cmd_options)
2025-05-08T15:56:42.721983932Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 457, in execute
2025-05-08T15:56:42.724372718Z self.check(**check_kwargs)
2025-05-08T15:56:42.724827148Z File "/lsiopy/lib/python3.12/site-packages/django/core/management/base.py", line 492, in check
2025-05-08T15:56:42.727434541Z all_issues = checks.run_checks(
2025-05-08T15:56:42.728041700Z ^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.728075150Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/registry.py", line 89, in run_checks
2025-05-08T15:56:42.729270450Z new_errors = check(app_configs=app_configs, databases=databases)
2025-05-08T15:56:42.729728664Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.729756276Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 44, in check_url_namespaces_unique
2025-05-08T15:56:42.730562163Z all_namespaces = _load_all_namespaces(resolver)
2025-05-08T15:56:42.732963366Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.732988163Z File "/lsiopy/lib/python3.12/site-packages/django/core/checks/urls.py", line 63, in _load_all_namespaces
2025-05-08T15:56:42.732992039Z url_patterns = getattr(resolver, "url_patterns", [])
2025-05-08T15:56:42.732994764Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.732997367Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-05-08T15:56:42.733000232Z res = instance.__dict__[self.name] = self.func(instance)
2025-05-08T15:56:42.733780670Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.733818837Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 718, in url_patterns
2025-05-08T15:56:42.737626817Z patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
2025-05-08T15:56:42.738099815Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.738109500Z File "/lsiopy/lib/python3.12/site-packages/django/utils/functional.py", line 47, in __get__
2025-05-08T15:56:42.739188625Z res = instance.__dict__[self.name] = self.func(instance)
2025-05-08T15:56:42.739581102Z ^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.739735453Z File "/lsiopy/lib/python3.12/site-packages/django/urls/resolvers.py", line 711, in urlconf_module
2025-05-08T15:56:42.742814582Z return import_module(self.urlconf_name)
2025-05-08T15:56:42.743165397Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.743175833Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-05-08T15:56:42.744429419Z return _bootstrap._gcd_import(name[level:], package, level)
2025-05-08T15:56:42.745010488Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.745026332Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-05-08T15:56:42.745406791Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-05-08T15:56:42.745440221Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-05-08T15:56:42.745444218Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-05-08T15:56:42.745447392Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-05-08T15:56:42.745449996Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-05-08T15:56:42.745452871Z File "/app/netbox/netbox/netbox/urls.py", line 27, in <module>
2025-05-08T15:56:42.746191597Z path('core/', include('core.urls')),
2025-05-08T15:56:42.746630173Z ^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.746674309Z File "/lsiopy/lib/python3.12/site-packages/django/urls/conf.py", line 39, in include
2025-05-08T15:56:42.747736229Z urlconf_module = import_module(urlconf_module)
2025-05-08T15:56:42.747780155Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.747795137Z File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
2025-05-08T15:56:42.748971787Z return _bootstrap._gcd_import(name[level:], package, level)
2025-05-08T15:56:42.749598847Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.749622783Z File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
2025-05-08T15:56:42.749804244Z File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
2025-05-08T15:56:42.749814749Z File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
2025-05-08T15:56:42.749818325Z File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
2025-05-08T15:56:42.749957604Z File "<frozen importlib._bootstrap_external>", line 999, in exec_module
2025-05-08T15:56:42.749967559Z File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
2025-05-08T15:56:42.749970614Z File "/app/netbox/netbox/core/urls.py", line 4, in <module>
2025-05-08T15:56:42.750783910Z from . import views
2025-05-08T15:56:42.751038562Z File "/app/netbox/netbox/core/views.py", line 201, in <module>
2025-05-08T15:56:42.752292138Z class ObjectChangeListView(generic.ObjectListView):
2025-05-08T15:56:42.752872085Z File "/app/netbox/netbox/core/views.py", line 202, in ObjectChangeListView
2025-05-08T15:56:42.753795418Z queryset = ObjectChange.objects.valid_models()
2025-05-08T15:56:42.754448716Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.754622836Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method
2025-05-08T15:56:42.755739898Z return getattr(self.get_queryset(), name)(*args, **kwargs)
2025-05-08T15:56:42.756655048Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.756706816Z File "/app/netbox/netbox/core/querysets.py", line 18, in valid_models
2025-05-08T15:56:42.758582703Z content_types = ContentType.objects.get_for_models(*apps.get_models()).values()
2025-05-08T15:56:42.760449197Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.760596788Z File "/lsiopy/lib/python3.12/site-packages/django/contrib/contenttypes/models.py", line 91, in get_for_models
2025-05-08T15:56:42.762182572Z for ct in cts:
2025-05-08T15:56:42.762224074Z ^^^
2025-05-08T15:56:42.762227900Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__
2025-05-08T15:56:42.763216909Z self._fetch_all()
2025-05-08T15:56:42.765898043Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 1935, in _fetch_all
2025-05-08T15:56:42.773728163Z self._result_cache = list(self._iterable_class(self))
2025-05-08T15:56:42.774197785Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.774217014Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__
2025-05-08T15:56:42.777197456Z results = compiler.execute_sql(
2025-05-08T15:56:42.777345067Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.777349063Z File "/lsiopy/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1620, in execute_sql
2025-05-08T15:56:42.780891666Z cursor = self.connection.cursor()
2025-05-08T15:56:42.780930744Z ^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.781098214Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.781825634Z return func(*args, **kwargs)
2025-05-08T15:56:42.782097961Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.782111070Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 320, in cursor
2025-05-08T15:56:42.783581962Z return self._cursor()
2025-05-08T15:56:42.783975782Z ^^^^^^^^^^^^^^
2025-05-08T15:56:42.783983934Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 296, in _cursor
2025-05-08T15:56:42.785923536Z self.ensure_connection()
2025-05-08T15:56:42.785943747Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.786950274Z return func(*args, **kwargs)
2025-05-08T15:56:42.787527889Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.787541639Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 278, in ensure_connection
2025-05-08T15:56:42.789252399Z with self.wrap_database_errors:
2025-05-08T15:56:42.790066709Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.790086499Z File "/lsiopy/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__
2025-05-08T15:56:42.791389208Z raise dj_exc_value.with_traceback(traceback) from exc_value
2025-05-08T15:56:42.791414105Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 279, in ensure_connection
2025-05-08T15:56:42.792604998Z self.connect()
2025-05-08T15:56:42.793845064Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.793864954Z return func(*args, **kwargs)
2025-05-08T15:56:42.794829747Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.794952091Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/base/base.py", line 256, in connect
2025-05-08T15:56:42.795371809Z self.connection = self.get_new_connection(conn_params)
2025-05-08T15:56:42.795792579Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.795806560Z File "/lsiopy/lib/python3.12/site-packages/django/utils/asyncio.py", line 26, in inner
2025-05-08T15:56:42.796344695Z return func(*args, **kwargs)
2025-05-08T15:56:42.796801189Z ^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.797245183Z File "/lsiopy/lib/python3.12/site-packages/django/db/backends/postgresql/base.py", line 332, in get_new_connection
2025-05-08T15:56:42.798351310Z connection = self.Database.connect(**conn_params)
2025-05-08T15:56:42.799120650Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.799136925Z File "/lsiopy/lib/python3.12/site-packages/psycopg/connection.py", line 96, in connect
2025-05-08T15:56:42.800031434Z attempts = conninfo_attempts(params)
2025-05-08T15:56:42.800492644Z ^^^^^^^^^^^^^^^^^^^^^^^^^
2025-05-08T15:56:42.800505664Z File "/lsiopy/lib/python3.12/site-packages/psycopg/_conninfo_attempts.py", line 53, in conninfo_attempts
2025-05-08T15:56:42.801219132Z raise e.OperationalError(str(last_exc))
2025-05-08T15:56:42.801851609Z django.db.utils.OperationalError: [Errno -2] Name does not resolve
2025-05-08T15:56:47.009312423Z Building local documentation
Expand
NAME VERSION TYPE
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.6-r0 apk
apk-tools 2.14.4-r1 apk
asgiref 3.8.1 python
attrs 25.3.0 python
babel 2.17.0 python
backrefs 5.8 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 20241121-r1 apk
ca-certificates-bundle 20241121-r1 apk
catatonit 0.2.0-r0 apk
certifi 2025.4.26 python
cffi 1.17.1 python
charset-normalizer 3.4.2 python
click 8.1.8 python
colorama 0.4.6 python
coreutils 9.5-r2 apk
coreutils-env 9.5-r2 apk
coreutils-fmt 9.5-r2 apk
coreutils-sha512sum 9.5-r2 apk
cryptography 44.0.3 python
curl 8.12.1-r0 apk
defusedxml 0.7.1 python
django 5.2 python
django-auth-ldap 5.2.0 python
django-cors-headers 4.7.0 python
django-debug-toolbar 5.2.0 python
django-filter 25.1 python
django-graphiql-debug-toolbar 0.2.0 python
django-htmx 1.23.0 python
django-js-asset 3.1.2 python
django-mptt 0.17.0 python
django-pglocks 1.0.4 python
django-prometheus 2.3.1 python
django-redis 5.4.0 python
django-rich 1.14.0 python
django-rq 3.0.1 python
django-storages 1.14.6 python
django-tables2 2.7.5 python
django-taggit 6.1.0 python
django-timezone-field 7.1 python
djangorestframework 3.16.0 python
drf-spectacular 0.28.0 python
drf-spectacular-sidecar 2025.5.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.3 python
graphql-core 3.2.6 python
graphql-relay 3.2.0 python
griffe 1.7.3 python
gunicorn 23.0.0 python
idna 3.10 python
inflection 0.5.1 python
jansson 2.14-r4 apk
jinja2 3.1.6 python
jq 1.7.1-r0 apk
jsonschema 4.23.0 python
jsonschema-specifications 2025.4.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.3-r0 apk
libcurl 8.12.1-r0 apk
libexpat 2.7.0-r0 apk
libffi 3.4.6-r0 apk
libgcc 13.2.1_git20240309-r1 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.8-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.3-r0 apk
libstdc++ 13.2.1_git20240309-r1 apk
libunistring 1.2-r0 apk
libwebp 1.3.2-r0 apk
libxml2 2.12.7-r2 apk
linux-pam 1.6.0-r0 apk
lz4-libs 1.9.4-r5 apk
mailcap 2.1.54-r0 apk
markdown 3.8 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.4.1 python
mkdocs-get-deps 0.2.0 python
mkdocs-material 9.6.12 python
mkdocs-material-extensions 1.3.1 python
mkdocstrings 0.29.1 python
mkdocstrings-python 1.16.10 python
mpdecimal 4.0.0-r0 apk
musl 1.2.5-r1 apk
musl-utils 1.2.5-r1 apk
ncurses-terminfo-base 6.4_p20240420-r2 apk
netaddr 1.3.0 python
netbox 4.3.0 npm
netbox-graphiql 4.3.0 npm
netcat-openbsd 1.226-r0 apk
nghttp2-libs 1.62.1-r0 apk
nh3 0.2.21 python
oauthlib 3.2.2 python
oniguruma 6.9.9-r0 apk
packaging 25.0 python
paginate 0.5.7 python
pathspec 0.12.1 python
pcre2 10.43-r0 apk
pillow 11.2.1 python
pip 25.1.1 python
platformdirs 4.3.8 python
postgresql-common 1.2-r1 apk
postgresql16-client 16.8-r0 apk
procps-ng 4.0.4-r0 apk
prometheus-client 0.21.1 python
promise 2.3 python
psycopg 3.2.7 python
psycopg-c 3.2.7 python
psycopg-pool 3.2.6 python
pyasn1 0.6.1 python
pyasn1-modules 0.4.2 python
pyc 3.12.10-r0 apk
pycparser 2.22 python
pygments 2.19.1 python
pyjwt 2.10.1 python
pymdown-extensions 10.15 python
python-dateutil 2.9.0.post0 python
python-ldap 3.4.4 python
python3 3.12.10-r0 apk
python3-openid 3.2.0 python
python3-pyc 3.12.10-r0 apk
python3-pycache-pyc0 3.12.10-r0 apk
pyyaml 6.0.2 python
pyyaml-env-tag 0.1 python
readline 8.2.10-r0 apk
redis 6.0.0 python
referencing 0.36.2 python
requests 2.32.3 python
requests-oauthlib 2.0.0 python
rich 14.0.0 python
rpds-py 0.24.0 python
rq 2.3.2 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.3 python
social-auth-core 4.6.1 python
sqlite-libs 3.45.3-r2 apk
sqlparse 0.5.3 python
ssl_client 1.36.1-r29 apk
strawberry-graphql 0.266.0 python
strawberry-graphql-django 0.58.0 python
svgwrite 1.4.3 python
tablib 3.8.0 python
text-unidecode 1.3 python
tiff 4.6.0t-r0 apk
typing-extensions 4.13.2 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
uritemplate 4.1.1 python
urllib3 2.4.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-r1 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.36s |
Create SBOM | PASS | - | 35.53s |
Get build info | PASS | - | 0.10s |