Add Label to Ubuntu 24.04 LTS
Signed-off-by: Hadi Chokr <hadichokr@icloud.com>
This commit is contained in:
parent
9d52ebb521
commit
7135809f46
|
|
@ -1,6 +1,7 @@
|
||||||
FROM docker.io/library/ubuntu:24.04
|
FROM docker.io/library/ubuntu:24.04
|
||||||
|
|
||||||
LABEL com.github.containers.toolbox="true" \
|
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" \
|
name="ubuntu-toolbox" \
|
||||||
version="24.04" \
|
version="24.04" \
|
||||||
usage="This image is meant to be used with the toolbox command" \
|
usage="This image is meant to be used with the toolbox command" \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue