From 916c92864a2053f83c4d23d11a882a5e35c01cdc Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Tue, 20 Feb 2024 12:33:10 +0100 Subject: [PATCH] Add standard labels: `description` and `licenses` --- images/test-ubuntu-git.Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images/test-ubuntu-git.Dockerfile b/images/test-ubuntu-git.Dockerfile index 2ffcf38..ccbd47c 100644 --- a/images/test-ubuntu-git.Dockerfile +++ b/images/test-ubuntu-git.Dockerfile @@ -5,3 +5,6 @@ FROM ubuntu:latest RUN apt update RUN apt install -y git + +LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed" +LABEL org.opencontainers.image.licenses=MIT