Skip to content

Commit

Permalink
feat: add php & wordpress image
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 7, 2023
1 parent 9fe9b29 commit 2475b37
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,36 @@ jobs:
short: 3
full: 3.17

- name: php
path: php/7.4-apache
version:
short: 7-apache
full: 7.4-apache

- name: php
path: php/7.4-fpm
version:
short: 7-fpm
full: 7.4-fpm

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

- name: wordpress
path: wordpress/php7.4
version:
short: 6-php7
full: 6.1-php7.4-fpm

- name: wordpress
path: wordpress/php8.2
version:
short: 6
full: 6.2-php8.2-fpm

permissions:
contents: read
packages: write
Expand Down
1 change: 1 addition & 0 deletions php/7.4-apache/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions php/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/php:7.4-apache

LABEL org.opencontainers.image.description="The unofficial docker container image for php apache packaged by Alwatr."
1 change: 1 addition & 0 deletions php/7.4-fpm/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/library/php:7.4-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr."
1 change: 1 addition & 0 deletions php/8.2-fpm/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/library/php:8.2-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for php fpm packaged by Alwatr."
1 change: 1 addition & 0 deletions php/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# PHP Container Mirror
1 change: 1 addition & 0 deletions wordpress/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Wordpress Container Mirror
1 change: 1 addition & 0 deletions wordpress/php7.4/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions wordpress/php7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/wordpress:6.1-php7.4-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr."
1 change: 1 addition & 0 deletions wordpress/php8.2/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
3 changes: 3 additions & 0 deletions wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/wordpress:6.2-php8.2-fpm

LABEL org.opencontainers.image.description="The unofficial docker container image for wordpress packaged by Alwatr."

0 comments on commit 2475b37

Please sign in to comment.