Skip to content

Commit

Permalink
feat: update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 7, 2023
1 parent 2fc35dc commit 6a67f5c
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: php
path: php/7.4-fpm
version:
short: 7-fpm
full: 7.4-fpm
short: 7
full: 7.4

- name: php
path: php/8.2-fpm
version:
short: 8-fpm
full: 8.2-fpm
short: 8
full: 8.2

- name: wordpress
path: wordpress/php7.4
Expand Down
1 change: 0 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
16 changes: 15 additions & 1 deletion php/7.4-apache/Dockerfile
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/)"
16 changes: 15 additions & 1 deletion php/7.4-fpm/Dockerfile
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/)"
16 changes: 15 additions & 1 deletion php/8.2-fpm/Dockerfile
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/)"
2 changes: 2 additions & 0 deletions php/README.md
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.

0 comments on commit 6a67f5c

Please sign in to comment.