From 7135809f4655e78d36033d14599b3c87959d2de1 Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Fri, 15 Aug 2025 10:23:18 +0300 Subject: [PATCH] Add Label to Ubuntu 24.04 LTS Signed-off-by: Hadi Chokr --- images/ubuntu/24.04/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/ubuntu/24.04/Containerfile b/images/ubuntu/24.04/Containerfile index 7644f51..027d44d 100644 --- a/images/ubuntu/24.04/Containerfile +++ b/images/ubuntu/24.04/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/library/ubuntu:24.04 LABEL com.github.containers.toolbox="true" \ + com.github.containers.toolbox.package-manager.update="sudo DEBIAN_FRONTEND=noninteractive apt-get update -y && sudo apt-get upgrade -y" \ name="ubuntu-toolbox" \ version="24.04" \ usage="This image is meant to be used with the toolbox command" \