-
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
6 changed files
with
51 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ LABEL org.opencontainers.image.title="alwatr/alpine" \ | |
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/alpine" \ | ||
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" | ||
|
||
|
||
ARG APK_TESTING | ||
RUN set -ex; \ | ||
if [ "$APK_TESTING" != "1" ]; then \ | ||
|
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/php:7.4-apache | ||
|
||
LABEL org.opencontainers.image.description "The unofficial docker container image for php apache 7 packaged by Alwatr." | ||
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.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/php/7.4-apache" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/7.4-apache" \ | ||
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/)" |
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/library/php:7.4-fpm | ||
|
||
LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 7 packaged by Alwatr." | ||
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.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/php/7.4-fpm" \ | ||
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/7.4-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/)" |
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/library/php:8.2-fpm | ||
|
||
LABEL org.opencontainers.image.description "The unofficial docker container image for php fpm 8 packaged by Alwatr." | ||
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.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/php/8.2-fpm" \ | ||
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/)" |
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 @@ | ||
# PHP Container Mirror | ||
|
||
A very slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr. |