@cryptotaxi247 / netdata-1 / commits / b071de329

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

Ilya Mashchenko committed Aug 19, 2025 at 20:43 UTC b071de3296c8ee6d3fe108e25c16ad05a4fab563
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