-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# Wordpress Container Mirror | ||
# Alwatr Wordpress Container | ||
|
||
A very slow, lazy and stupid CMS for newbies, packaged by Alwatr. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" |