From 2d3bf2281b5fb417aba2f5dc5351a1fad965a1a1 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Tue, 7 Nov 2023 19:44:57 +0330 Subject: [PATCH] chore: descriptions --- alpine/Dockerfile | 2 +- php/7.4-apache/Dockerfile | 2 +- php/7.4-fpm/Dockerfile | 2 +- php/8.2-fpm/Dockerfile | 2 +- wordpress/php7.4/Dockerfile | 2 +- wordpress/php8.2/Dockerfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 8a7837d..2666692 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/alpine:3.17 -LABEL org.opencontainers.image.description="Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!" +LABEL org.opencontainers.image.description "Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!" ARG APK_TESTING RUN set -ex; \ diff --git a/php/7.4-apache/Dockerfile b/php/7.4-apache/Dockerfile index 7f524d7..3d038a0 100644 --- a/php/7.4-apache/Dockerfile +++ b/php/7.4-apache/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/php:7.4-apache -LABEL org.opencontainers.image.description="The unofficial docker container image for php apache packaged by Alwatr." +LABEL org.opencontainers.image.description "The unofficial docker container image for php apache 7 packaged by Alwatr." diff --git a/php/7.4-fpm/Dockerfile b/php/7.4-fpm/Dockerfile index 7bbedb5..6f14a43 100644 --- a/php/7.4-fpm/Dockerfile +++ b/php/7.4-fpm/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/library/php:7.4-fpm -LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr." +LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 7 packaged by Alwatr." diff --git a/php/8.2-fpm/Dockerfile b/php/8.2-fpm/Dockerfile index 0fe5b35..dd6c5a3 100644 --- a/php/8.2-fpm/Dockerfile +++ b/php/8.2-fpm/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/library/php:8.2-fpm -LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr." +LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 8 packaged by Alwatr." diff --git a/wordpress/php7.4/Dockerfile b/wordpress/php7.4/Dockerfile index 390a9e4..4d2d056 100644 --- a/wordpress/php7.4/Dockerfile +++ b/wordpress/php7.4/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/wordpress:6.1-php7.4-fpm -LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr." +LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 7 packaged by Alwatr." diff --git a/wordpress/php8.2/Dockerfile b/wordpress/php8.2/Dockerfile index f6dd57e..4849bec 100644 --- a/wordpress/php8.2/Dockerfile +++ b/wordpress/php8.2/Dockerfile @@ -1,3 +1,3 @@ FROM docker.io/wordpress:6.2-php8.2-fpm -LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr." +LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 8 packaged by Alwatr."