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