Skip to content

Commit

Permalink
Migrate from Ubuntu Noble to Debian Trixie for ARM64 Containers.
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Sree Kartheek Adivi <[email protected]>
  • Loading branch information
sskartheekadivi authored and cshilwant committed Jul 5, 2024
1 parent f9093aa commit 04034aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian-arm64/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 04034aa

Please sign in to comment.