push to php8

This commit is contained in:
Sebastian Hugentobler 2021-06-20 10:33:37 +02:00
parent 40413d8f16
commit e5952176b7
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
6 changed files with 7 additions and 7 deletions

View File

@ -3,9 +3,9 @@ stages:
- trigger
variables:
IMAGE_NAME: thallian/php7-fpm
IMAGE_NAME: thallian/php8-fpm
CI_BUILD_ARCHS: "linux/amd64,linux/arm64"
DOWNSTREAM_PROJECTS: "49 51 52 54 85 107"
DOWNSTREAM_PROJECTS: ""
build:
stage: build

View File

@ -1,5 +1,5 @@
FROM thallian/confd-env:latest
RUN apk --no-cache add php7-fpm
RUN apk --no-cache add php8-fpm
ADD /rootfs /

View File

@ -1,4 +1,4 @@
[php-fpm](https://php-fpm.org/) with PHP7.
[php-fpm](https://php-fpm.org/) with PHP8.
# Environment Variables
## FPMUSER

View File

@ -1,3 +0,0 @@
#!/usr/bin/with-contenv sh
exec php-fpm7 --nodaemonize --force-stderr

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv sh
exec php-fpm8 --nodaemonize --force-stderr