push to php8
This commit is contained in:
parent
40413d8f16
commit
e5952176b7
@ -3,9 +3,9 @@ stages:
|
|||||||
- trigger
|
- trigger
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
IMAGE_NAME: thallian/php7-fpm
|
IMAGE_NAME: thallian/php8-fpm
|
||||||
CI_BUILD_ARCHS: "linux/amd64,linux/arm64"
|
CI_BUILD_ARCHS: "linux/amd64,linux/arm64"
|
||||||
DOWNSTREAM_PROJECTS: "49 51 52 54 85 107"
|
DOWNSTREAM_PROJECTS: ""
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM thallian/confd-env:latest
|
FROM thallian/confd-env:latest
|
||||||
|
|
||||||
RUN apk --no-cache add php7-fpm
|
RUN apk --no-cache add php8-fpm
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[php-fpm](https://php-fpm.org/) with PHP7.
|
[php-fpm](https://php-fpm.org/) with PHP8.
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
## FPMUSER
|
## FPMUSER
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/usr/bin/with-contenv sh
|
|
||||||
|
|
||||||
exec php-fpm7 --nodaemonize --force-stderr
|
|
3
rootfs/etc/services.d/php8-fpm/run
Normal file
3
rootfs/etc/services.d/php8-fpm/run
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/with-contenv sh
|
||||||
|
|
||||||
|
exec php-fpm8 --nodaemonize --force-stderr
|
Loading…
Reference in New Issue
Block a user