From 3252fc07afdbcf0b23e20440fb67b6b992671dd9 Mon Sep 17 00:00:00 2001 From: lczyk-bot Date: Wed, 5 Aug 2026 07:14:11 +0000 Subject: [PATCH] chore: bump ubuntu base digests --- images/Dockerfile.bread-22.04 | 2 +- images/Dockerfile.bread-24.04 | 2 +- images/Dockerfile.bread-26.04 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/Dockerfile.bread-22.04 b/images/Dockerfile.bread-22.04 index 5194868..ac9c400 100644 --- a/images/Dockerfile.bread-22.04 +++ b/images/Dockerfile.bread-22.04 @@ -1,6 +1,6 @@ # Bread image: Ubuntu 22.04 + sshd only. -FROM docker.io/library/ubuntu:22.04@sha256:0e0a0fc6d18feda9db1590da249ac93e8d5abfea8f4c3c0c849ce512b5ef8982 +FROM docker.io/library/ubuntu:22.04@sha256:3b06811b2afd352be909dd088a004166d665dc76d38b13eada33522a9d915c6f # Skip man/doc/info install for every subsequent package -- dpkg's man-db # trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in diff --git a/images/Dockerfile.bread-24.04 b/images/Dockerfile.bread-24.04 index 0ef5c2b..d269dfb 100644 --- a/images/Dockerfile.bread-24.04 +++ b/images/Dockerfile.bread-24.04 @@ -1,6 +1,6 @@ # Bread image: Ubuntu 24.04 + sshd only. -FROM docker.io/library/ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 +FROM docker.io/library/ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea # Skip man/doc/info install for every subsequent package -- dpkg's man-db # trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in diff --git a/images/Dockerfile.bread-26.04 b/images/Dockerfile.bread-26.04 index 59cab2b..bcac770 100644 --- a/images/Dockerfile.bread-26.04 +++ b/images/Dockerfile.bread-26.04 @@ -1,6 +1,6 @@ # Bread image: Ubuntu 26.04 + sshd only. -FROM docker.io/library/ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb +FROM docker.io/library/ubuntu:26.04@sha256:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03 # Skip man/doc/info install for every subsequent package -- dpkg's man-db # trigger is a major cost under qemu emulation (s390x / ppc64le). Persists in