netbox-community / netbox-docker

🐳 Docker Image of NetBox
https://github.com/netbox-community/netbox-docker/wiki
Apache License 2.0
1.81k stars 827 forks source link

Ubuntu 23.10 end of support #1272

Closed lchastel closed 1 month ago

lchastel commented 3 months ago

Desired Behavior

Use a supported Ubuntu release

Contrast to Current Behavior

I'm using Trivy to scan image for vulnerabilities. and it stops with the next message:

2024-07-03T07:38:24Z    INFO    Vulnerability scanning is enabled
2024-07-03T07:38:24Z    INFO    Secret scanning is enabled
2024-07-03T07:38:24Z    INFO    If your scanning is slow, please try '--scanners vuln' to disable secret scanning
2024-07-03T07:38:24Z    INFO    Please see also https://aquasecurity.github.io/trivy/v0.53/docs/scanner/secret#recommendation for faster secret detection
2024-07-03T07:38:31Z    INFO    Detected OS family="ubuntu" version="23.10"
2024-07-03T07:38:31Z    INFO    [ubuntu] Detecting vulnerabilities...   os_version="23.10" pkg_num=143
2024-07-03T07:38:31Z    WARN    This OS version is no longer supported by the distribution  family="ubuntu" version="23.10"
2024-07-03T07:38:31Z    WARN    The vulnerability detection may be insufficient because security updates are not provided
2024-07-03T07:38:31Z    ERROR   Detected EOL OS family="ubuntu" version="23.10"

Required Changes

Use Ubuntu 24.04

Discussion: Benefits and Drawbacks

No response

tobiasge commented 3 months ago

At the moment Nginx Unit has no packages for Ubuntu 24.04. The image will be updated when those are released.

tobiasge commented 1 month ago

Tested with current Nginx Unit release and will be in next release of netbox-docker.