From 111b174622b10b8be18af68e279a146078a30a17 Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 8 Nov 2023 02:56:49 +0330 Subject: [PATCH] feat: update labels ad docs --- php/7.4-apache/Dockerfile | 8 ++++---- php/7.4-fpm/Dockerfile | 8 ++++---- php/8.2-fpm/Dockerfile | 8 ++++---- php/README.md | 2 +- wordpress/README.md | 4 +++- wordpress/php7.4/Dockerfile | 18 ++++++++++++++++-- wordpress/php8.2/Dockerfile | 18 ++++++++++++++++-- 7 files changed, 48 insertions(+), 18 deletions(-) diff --git a/php/7.4-apache/Dockerfile b/php/7.4-apache/Dockerfile index 6ee6c7c..6bb9e2a 100644 --- a/php/7.4-apache/Dockerfile +++ b/php/7.4-apache/Dockerfile @@ -1,12 +1,12 @@ -FROM docker.io/php:7.4-apache +FROM docker.io/library/php:7.4.33-apache ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/php" \ org.opencontainers.image.description="A super slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/php:7.4-apache" \ - org.opencontainers.image.version="7.4-apache" \ - org.opencontainers.image.ref.name="7.4-apache" \ + org.opencontainers.image.base.name="docker.io/library/php:7.4.33-apache" \ + org.opencontainers.image.version="7.4.33-apache" \ + org.opencontainers.image.ref.name="7.4.33-apache" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/php/7.4-fpm/Dockerfile b/php/7.4-fpm/Dockerfile index a2e4b5c..fc7da03 100644 --- a/php/7.4-fpm/Dockerfile +++ b/php/7.4-fpm/Dockerfile @@ -1,12 +1,12 @@ -FROM docker.io/library/php:7.4-fpm +FROM docker.io/library/php:7.4.33-fpm ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/php" \ org.opencontainers.image.description="A very slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/php:7.4-fpm" \ - org.opencontainers.image.version="7.4-fpm" \ - org.opencontainers.image.ref.name="7.4-fpm" \ + org.opencontainers.image.base.name="docker.io/library/php:7.4.33-fpm" \ + org.opencontainers.image.version="7.4.33-fpm" \ + org.opencontainers.image.ref.name="7.4.33-fpm" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/php/8.2-fpm/Dockerfile b/php/8.2-fpm/Dockerfile index 27d5215..7760598 100644 --- a/php/8.2-fpm/Dockerfile +++ b/php/8.2-fpm/Dockerfile @@ -1,12 +1,12 @@ -FROM docker.io/library/php:8.2-fpm +FROM docker.io/library/php:8.2.11-fpm ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/php" \ org.opencontainers.image.description="A slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/php:8.2-fpm" \ - org.opencontainers.image.version="8.2-fpm" \ - org.opencontainers.image.ref.name="8.2-fpm" \ + org.opencontainers.image.base.name="docker.io/library/php:8.2.11-fpm" \ + org.opencontainers.image.version="8.2.11-fpm" \ + org.opencontainers.image.ref.name="8.2.11-fpm" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ diff --git a/php/README.md b/php/README.md index a70fd7a..b58d589 100644 --- a/php/README.md +++ b/php/README.md @@ -1,3 +1,3 @@ -# PHP Container Mirror +# Alwatr PHP Container A very slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr. diff --git a/wordpress/README.md b/wordpress/README.md index a353265..980645a 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -1 +1,3 @@ -# Wordpress Container Mirror +# Alwatr Wordpress Container + +A very slow, lazy and stupid CMS for newbies, packaged by Alwatr. diff --git a/wordpress/php7.4/Dockerfile b/wordpress/php7.4/Dockerfile index 4d2d056..a490945 100644 --- a/wordpress/php7.4/Dockerfile +++ b/wordpress/php7.4/Dockerfile @@ -1,3 +1,17 @@ -FROM docker.io/wordpress:6.1-php7.4-fpm +FROM docker.io/library/wordpress:6.1.1-php7.4-fpm -LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 7 packaged by Alwatr." +ARG BUILD_REV +ARG BUILD_DATE +LABEL org.opencontainers.image.title="alwatr/wordpress" \ + org.opencontainers.image.description="A very slow, lazy and stupid CMS for newbies, packaged by Alwatr." \ + org.opencontainers.image.base.name="docker.io/library/wordpress:6.1.1-php7.4-fpm" \ + org.opencontainers.image.version="6.1.1" \ + org.opencontainers.image.ref.name="6.1.1-php7.4-fpm" \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REV} \ + org.opencontainers.image.vendor="Alwatr" \ + org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/wordpress/php7.4" \ + org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/wordpress/php7.4" \ + org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/wordpress" \ + org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" diff --git a/wordpress/php8.2/Dockerfile b/wordpress/php8.2/Dockerfile index 4849bec..c32b246 100644 --- a/wordpress/php8.2/Dockerfile +++ b/wordpress/php8.2/Dockerfile @@ -1,3 +1,17 @@ -FROM docker.io/wordpress:6.2-php8.2-fpm +FROM docker.io/library/wordpress:6.4.0-php8.2-fpm -LABEL org.opencontainers.image.description "The unofficial docker container image for wordpress 6 with php 8 packaged by Alwatr." +ARG BUILD_REV +ARG BUILD_DATE +LABEL org.opencontainers.image.title="alwatr/wordpress" \ + org.opencontainers.image.description="A very slow, lazy and stupid CMS for newbies, packaged by Alwatr." \ + org.opencontainers.image.base.name="docker.io/library/wordpress:6.4.0-php8.2-fpm" \ + org.opencontainers.image.version="6.4.0" \ + org.opencontainers.image.ref.name="6.4.0-php8.2-fpm" \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REV} \ + org.opencontainers.image.vendor="Alwatr" \ + org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/wordpress/php8.2" \ + org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/wordpress/php8.2" \ + org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/wordpress" \ + org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)"