@cryptotaxi247 / netdata / commits / 34b0a9189

Switch to a Debian 13 base for our Docker images. (#20816)

* Switch to a Debian 13 base for our Docker images. * Drop 32-bit x86 Docker images.

Austin S. Hemmelgarn committed Aug 18, 2025 at 06:51 UTC 34b0a91891cf906419d801ed241611cf9cb9b99b
2 files changed +2 -3
.github/data/distros.yml
-1
@@ -43,7 +43,6 @@ static_arches: # Static build architectures
43 - aarch64
44 docker_arches: # Docker build archtiectures
45 - amd64
46 - - i386
46 - armv7l
47 - arm64
48 default_sentry: &default_sentry # Default configuration for Sentry usage
packaging/docker/Dockerfile
+2 -2
@@ -2,7 +2,7 @@
2
3 # This image contains preinstalled dependencies
4 # hadolint ignore=DL3007
5 -FROM netdata/builder:v2 AS builder
5 +FROM netdata/builder:v3 AS builder
6
7 # One of 'nightly' or 'stable'
8 ARG RELEASE_CHANNEL=nightly
@@ -58,7 +58,7 @@ RUN mkdir -p /app/usr/sbin/ \
58 #####################################################################
59 # This image contains preinstalled dependencies
60 # hadolint ignore=DL3007
61 -FROM netdata/base:v2 AS base
61 +FROM netdata/base:v3 AS base
62
63 ARG BUILD_DATE
64 ARG BUILD_VERSION