From 4b228454941135576fc401370e7d6929f8c3d2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:22:22 +0000 Subject: [PATCH 1/4] build(deps): Bump ubuntu from 24.04 to 26.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e835062..7461629 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # ============================================================================ # Stage 0: BASE - Common dependencies + GitHub Runner (100% shared) # ============================================================================ -FROM ubuntu:24.04 AS base +FROM ubuntu:26.04 AS base ARG TARGETARCH ARG AGENT_VERSION=2.321.0 From 2712516d077635861e80136e2ac003f66e3300af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Kornd=C3=B6rfer?= <44035492+fok666@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:37:33 +0200 Subject: [PATCH 2/4] feat: update liblttng-ust --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7461629..87f783d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes \ libssl-dev\ libssl3 \ liblttng-ust-common1t64 \ - liblttng-ust-ctl5t64 \ + liblttng-ust-ctl6t64 \ liblttng-ust1t64 \ libnuma1 \ libdpkg-perl \ From 56a944885ea5629642979a976bd56e871aba6ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Kornd=C3=B6rfer?= <44035492+fok666@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:38:23 +0200 Subject: [PATCH 3/4] feat: update opencontainers-base tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87f783d..4d4460c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL org.opencontainers.image.licenses=MIT LABEL org.opencontainers.image.authors="Fernando Korndorfer" LABEL org.opencontainers.image.version="${AGENT_VERSION}" LABEL org.opencontainers.image.base.name="ubuntu" -LABEL org.opencontainers.image.base.version="24.04" +LABEL org.opencontainers.image.base.version="26.04" USER root From 3d28835151966f5a003ce93603c4006c8e5a7295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Kornd=C3=B6rfer?= <44035492+fok666@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:39:35 +0200 Subject: [PATCH 4/4] fix: update liblttng-ust pkg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4d4460c..1ab7394 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,7 +51,7 @@ RUN echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes \ libssl-dev\ libssl3 \ liblttng-ust-common1t64 \ - liblttng-ust-ctl6t64 \ + liblttng-ust-ctl6 \ liblttng-ust1t64 \ libnuma1 \ libdpkg-perl \