Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent 091e064 commit 5459b1c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions php/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/library/php:7.4.33-apache" \
org.opencontainers.image.version="7.4.33-apache" \
org.opencontainers.image.version="7.4.33" \
org.opencontainers.image.ref.name="7.4.33-apache" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand All @@ -16,4 +16,4 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="7.4.33-apache" \
cloud.alwatr.image.version.short="7.4-apache"
cloud.alwatr.image.version.short="7-apache"
6 changes: 3 additions & 3 deletions php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/library/php:7.4.33-fpm" \
org.opencontainers.image.version="7.4.33-fpm" \
org.opencontainers.image.version="7.4.33" \
org.opencontainers.image.ref.name="7.4.33-fpm" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand All @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="7.4.33-fpm" \
cloud.alwatr.image.version.short="7.4-fpm"
cloud.alwatr.image.version.full="7.4.33" \
cloud.alwatr.image.version.short="7"
6 changes: 3 additions & 3 deletions php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/library/php:8.2.11-fpm" \
org.opencontainers.image.version="8.2.11-fpm" \
org.opencontainers.image.version="8.2.11" \
org.opencontainers.image.ref.name="8.2.11-fpm" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
Expand All @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/8.2-fpm" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="8.2.11-fpm" \
cloud.alwatr.image.version.short="8.2-fpm"
cloud.alwatr.image.version.full="8.2.11" \
cloud.alwatr.image.version.short="8"
4 changes: 2 additions & 2 deletions wordpress/php7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/wordpress" \
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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="6.1.1-php7.4-fpm" \
cloud.alwatr.image.version.short="6-php7.4"
cloud.alwatr.image.version.full="6.1.1-php7.4" \
cloud.alwatr.image.version.short="6-php7"
4 changes: 2 additions & 2 deletions wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/wordpress" \
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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="6.3.2-php8.2-fpm" \
cloud.alwatr.image.version.short="6-php8.2"
cloud.alwatr.image.version.full="6.3.2" \
cloud.alwatr.image.version.short="6"

0 comments on commit 5459b1c

Please sign in to comment.