Skip to content

Commit f412fb9

Browse files
committed
some changes
1 parent d884988 commit f412fb9

24 files changed

+673
-234
lines changed

.github/workflows/build_docker_images-php8_1-alpine_fpm.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.1 PHP-FPM'
1+
name: 'docker:Alpine + 8.1 PHP-FPM'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'alpine.fpm.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_1-alpine_fpm.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 2 21 * *' # At 02:45 on day-of-month 21.
13+
#schedule:
14+
# - cron: '45 2 21 * *' # At 02:45 on day-of-month 21.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_1-alpine_fpm_nginx.yaml

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.1 PHP-FPM + NGINX'
1+
name: 'docker:Alpine + 8.1 PHP-FPM + NGINX'
22

33
on:
44
#push:
@@ -11,8 +11,8 @@ on:
1111
# - 'alpine.fpm_nginx.extended.Dockerfile'
1212
# - '.github/workflows/build_docker_images-php8_1-alpine_fpm_nginx.yaml'
1313
workflow_dispatch:
14-
schedule:
15-
- cron: '45 5 21 * *' # At 05:45 on day-of-month 21.
14+
#schedule:
15+
# - cron: '45 5 21 * *' # At 05:45 on day-of-month 21.
1616

1717
defaults:
1818
run:
@@ -118,31 +118,3 @@ jobs:
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
119119
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine
120120
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine
121-
122-
- name: Build-extended
123-
uses: docker/build-push-action@v2
124-
with:
125-
builder: ${{ steps.buildx.outputs.name }}
126-
context: .
127-
file: ./alpine.fpm_nginx.extended.Dockerfile
128-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
129-
pull: true
130-
push: true
131-
build-args: |
132-
BUILD_DATE=${{steps.script.outputs.build_date}}
133-
VCS_REF=${{steps.script.outputs.commit_hash}}
134-
PHP_VERSION=${{steps.script.outputs.php_version}}
135-
tags: |
136-
docker.io/${{steps.script.outputs.docker_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
137-
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
138-
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
139-
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
140-
141-
- name: Docker Hub Description
142-
uses: peter-evans/dockerhub-description@v3
143-
with:
144-
username: ${{ secrets.DOCKER_USERNAME }}
145-
password: ${{ secrets.DOCKER_PASSWORD }}
146-
repository: ${{steps.script.outputs.docker_repo}}
147-
short-description: ${{ github.event.repository.description }}
148-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_1-debian_apache.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Debian + 8.1 PHP + Apache2'
1+
name: 'docker:Debian + 8.1 PHP + Apache2'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'debian.apache.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_1-debian_apache.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 5 20 * *' # At 05:45 on day-of-month 20.
13+
#schedule:
14+
# - cron: '45 5 20 * *' # At 05:45 on day-of-month 20.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-apache-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-apache
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-apache
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_1-debian_fpm.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Debian + 8.1 PHP-FPM'
1+
name: 'docker:Debian + 8.1 PHP-FPM'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'debian.fpm.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_1-debian_fpm.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 2 20 * *' # At 05:45 on day-of-month 20.
13+
#schedule:
14+
# - cron: '45 2 20 * *' # At 05:45 on day-of-month 20.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_2-alpine_fpm.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.2 PHP-FPM'
1+
name: 'docker:Alpine + 8.2 PHP-FPM'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'alpine.fpm.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_2-alpine_fpm.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 2 22 * *' # At 02:45 on day-of-month 22.
13+
#schedule:
14+
# - cron: '45 2 22 * *' # At 02:45 on day-of-month 22.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_2-alpine_fpm_nginx.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.2 PHP-FPM + NGINX'
1+
name: 'docker:Alpine + 8.2 PHP-FPM + NGINX'
22

33
on:
44
#push:
@@ -11,8 +11,8 @@ on:
1111
# - 'alpine.fpm_nginx.extended.Dockerfile'
1212
# - '.github/workflows/build_docker_images-php8_2-alpine_fpm_nginx.yaml'
1313
workflow_dispatch:
14-
schedule:
15-
- cron: '45 5 22 * *' # At 05:45 on day-of-month 22.
14+
#schedule:
15+
# - cron: '45 5 22 * *' # At 05:45 on day-of-month 22.
1616

1717
defaults:
1818
run:
@@ -137,12 +137,3 @@ jobs:
137137
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
138138
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
139139
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
140-
141-
- name: Docker Hub Description
142-
uses: peter-evans/dockerhub-description@v3
143-
with:
144-
username: ${{ secrets.DOCKER_USERNAME }}
145-
password: ${{ secrets.DOCKER_PASSWORD }}
146-
repository: ${{steps.script.outputs.docker_repo}}
147-
short-description: ${{ github.event.repository.description }}
148-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_2-debian_apache.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Debian + 8.2 PHP + Apache2'
1+
name: 'docker:Debian + 8.2 PHP + Apache2'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'debian.apache.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_2-debian_apache.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 5 22 * *' # At 05:45 on day-of-month 22.
13+
#schedule:
14+
# - cron: '45 5 22 * *' # At 05:45 on day-of-month 22.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-apache-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-apache
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-apache
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_2-debian_fpm.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Debian + 8.2 PHP-FPM'
1+
name: 'docker:Debian + 8.2 PHP-FPM'
22

33
on:
44
#push:
@@ -10,8 +10,8 @@ on:
1010
# - 'debian.fpm.Dockerfile'
1111
# - '.github/workflows/build_docker_images-php8_2-debian_fpm.yaml'
1212
workflow_dispatch:
13-
schedule:
14-
- cron: '45 2 22 * *' # At 05:45 on day-of-month 22.
13+
#schedule:
14+
# - cron: '45 2 22 * *' # At 05:45 on day-of-month 22.
1515

1616
defaults:
1717
run:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_3-alpine_fpm.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.3 PHP-FPM'
1+
name: 'docker:Alpine + 8.3 PHP-FPM'
22

33
on:
44
#push:
@@ -117,12 +117,3 @@ jobs:
117117
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
119119
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-alpine
120-
121-
- name: Docker Hub Description
122-
uses: peter-evans/dockerhub-description@v3
123-
with:
124-
username: ${{ secrets.DOCKER_USERNAME }}
125-
password: ${{ secrets.DOCKER_PASSWORD }}
126-
repository: ${{steps.script.outputs.docker_repo}}
127-
short-description: ${{ github.event.repository.description }}
128-
readme-filepath: README.md

.github/workflows/build_docker_images-php8_3-alpine_fpm_nginx.yaml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build docker images: Alpine + 8.3 PHP-FPM + NGINX'
1+
name: 'docker:Alpine + 8.3 PHP-FPM + NGINX'
22

33
on:
44
#push:
@@ -118,31 +118,3 @@ jobs:
118118
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
119119
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine
120120
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine
121-
122-
- name: Build-extended
123-
uses: docker/build-push-action@v2
124-
with:
125-
builder: ${{ steps.buildx.outputs.name }}
126-
context: .
127-
file: ./alpine.fpm_nginx.extended.Dockerfile
128-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
129-
pull: true
130-
push: true
131-
build-args: |
132-
BUILD_DATE=${{steps.script.outputs.build_date}}
133-
VCS_REF=${{steps.script.outputs.commit_hash}}
134-
PHP_VERSION=${{steps.script.outputs.php_version}}
135-
tags: |
136-
docker.io/${{steps.script.outputs.docker_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
137-
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended-${{steps.script.outputs.build_date_numeric}}.${{steps.script.outputs.commit_hash}}
138-
# ghcr.io/${{steps.script.outputs.github_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
139-
# quay.io/${{steps.script.outputs.redhat_quay_repo}}:${{steps.script.outputs.php_version}}-fpm-nginx-alpine-extended
140-
141-
- name: Docker Hub Description
142-
uses: peter-evans/dockerhub-description@v3
143-
with:
144-
username: ${{ secrets.DOCKER_USERNAME }}
145-
password: ${{ secrets.DOCKER_PASSWORD }}
146-
repository: ${{steps.script.outputs.docker_repo}}
147-
short-description: ${{ github.event.repository.description }}
148-
readme-filepath: README.md

0 commit comments

Comments
 (0)