From 3d6aa50f61b1b177340bd3d3a8a1a35b0a6cf91d Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:06:11 +0100 Subject: [PATCH] Give `test-ubuntu-git` its own `README` --- images/test-ubuntu-git.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/test-ubuntu-git.Dockerfile b/images/test-ubuntu-git.Dockerfile index ccbd47c..61670ae 100644 --- a/images/test-ubuntu-git.Dockerfile +++ b/images/test-ubuntu-git.Dockerfile @@ -6,5 +6,7 @@ FROM ubuntu:latest RUN apt update RUN apt install -y git +LABEL org.opencontainers.image.title="Ubuntu with git" LABEL org.opencontainers.image.description="Ubuntu image with git pre-installed" +LABEL org.opencontainers.image.documentation="https://github.com/actions/checkout/tree/main/images/test-ubuntu-git.md" LABEL org.opencontainers.image.licenses=MIT