@cryptotaxi247 / netdata-1 / commits / 21f858f0e

Revert "Switch to a Debian 13 base for our Docker images." (#20842)

Revert "Switch to a Debian 13 base for our Docker images. (#20816)" This reverts commit 34b0a91891cf906419d801ed241611cf9cb9b99b.

Stelios Fragkakis committed Aug 19, 2025 at 09:36 UTC 21f858f0ee33c568279d4e6dec378933025b981d
2 files changed +3 -2
.github/data/distros.yml
+1
@@ -43,6 +43,7 @@ static_arches: # Static build architectures
43 - aarch64
44 docker_arches: # Docker build archtiectures
45 - amd64
46 + - i386
47 - armv7l
48 - arm64
49 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:v3 AS builder
5 +FROM netdata/builder:v2 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:v3 AS base
61 +FROM netdata/base:v2 AS base
62
63 ARG BUILD_DATE
64 ARG BUILD_VERSION