From 04034aa3cd729c6861c9a6d6c409da769ff471b3 Mon Sep 17 00:00:00 2001 From: Sai Sree Kartheek Adivi Date: Fri, 5 Jul 2024 12:48:27 +0530 Subject: [PATCH] Migrate from Ubuntu Noble to Debian Trixie for ARM64 Containers. Signed-off-by: Sai Sree Kartheek Adivi --- debian-arm64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian-arm64/Dockerfile b/debian-arm64/Dockerfile index 0f0b784..a2ccb18 100644 --- a/debian-arm64/Dockerfile +++ b/debian-arm64/Dockerfile @@ -1,5 +1,5 @@ -# Using ubuntu:noble as the base image -FROM arm64v8/ubuntu:noble +# Using debian:trixie-slim as the base image +FROM arm64v8/debian:trixie-slim RUN export DEBIAN_FRONTEND=noninteractive RUN apt-get update ; apt-get -y install net-tools git wget vim sudo zip corkscrew rsync iputils-ping locales apt-utils gpg tzdata devscripts equivs debmake RUN locale-gen en_US en_US.UTF-8