From 50c81975d734284b84b9605e14e4df640aded38c Mon Sep 17 00:00:00 2001 From: HugoFara Date: Wed, 3 Jan 2024 21:10:16 +0100 Subject: [PATCH] Adds more OCI labels. --- Dockerfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1f6aff3..6e6804f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,12 @@ FROM php:8.1-apache-bullseye -LABEL org.opencontainers.image.source = "https://github.com/HugoFara/lwt" +LABEL org.opencontainers.image.title="LWT Community" +LABEL org.opencontainers.image.description="This image contains an image for LWT." +LABEL org.opencontainers.image.documentation="https://hugofara.github.io/lwt/docs/" +LABEL org.opencontainers.image.url="https://hugofara.github.io/lwt/" +LABEL org.opencontainers.image.author="HugoFara " +LABEL org.opencontainers.image.license="Unlicense" +LABEL org.opencontainers.image.source="https://github.com/HugoFara/lwt" # creating config file php.ini