Skip to content

Commit

Permalink
fix: 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Mar 31, 2024
1 parent cdefbac commit 4b7ccf8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 21 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
# tags: adhocore/phpfpm:8.3,adhocore/phpfpm:latest
# platforms: linux/amd64,linux/arm64

- name: "[8.2] Build and push"
id: docker_build_82
uses: docker/build-push-action@v4
with:
push: true
file: 8.2.Dockerfile
tags: adhocore/phpfpm:8.2
platforms: linux/amd64,linux/arm64
# - name: "[8.2] Build and push"
# id: docker_build_82
# uses: docker/build-push-action@v4
# with:
# push: true
# file: 8.2.Dockerfile
# tags: adhocore/phpfpm:8.2
# platforms: linux/amd64,linux/arm64

- name: "[8.1] Build and push"
id: docker_build_81
Expand Down
3 changes: 0 additions & 3 deletions 8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM php:8.0.30-fpm-alpine3.16
MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

ENV \
MAXMIND_VERSION=1.4.2 \
SWOOLE_VERSION=4.6.7 \
SWOOLE_ASYNC_VERSION=4.5.5 \
LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
PECL_EXTENSIONS_FUTURE="ev imagick ssh2-1.3.1 xlswriter yaf" \
PECL_EXTENSIONS="apcu ast ds igbinary lzf memcached mongodb msgpack oauth pcov psr redis rdkafka simdjson uuid xdebug xhprof yaml" \
Expand Down
5 changes: 1 addition & 4 deletions 8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM php:8.1.27-fpm-alpine3.18
MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

ENV \
MAXMIND_VERSION=1.4.2 \
SWOOLE_VERSION=4.8.9 \
SWOOLE_ASYNC_VERSION=4.5.5 \
LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
PECL_EXTENSIONS_FUTURE="imagick ssh2-1.3.1 xlswriter" \
PECL_EXTENSIONS="apcu ast ds ev igbinary lzf memcached mongodb msgpack oauth pcov psr redis rdkafka simdjson uuid xdebug xhprof yaf yaml" \
Expand Down Expand Up @@ -37,7 +34,7 @@ RUN \
openldap-back-mdb tidyhtml yaml zlib \
#
# php extensions
&& docker-php-source extract \
&& echo 'php-extensions' && docker-php-source extract \
&& docker-php-ext-remove intl \
&& pecl channel-update pecl.php.net \
&& { php -m | grep gd || docker-php-ext-configure gd --with-freetype --with-jpeg --enable-gd; } \
Expand Down
3 changes: 0 additions & 3 deletions 8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM php:8.2.17-fpm-alpine3.18
MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

ENV \
MAXMIND_VERSION=1.4.2 \
SWOOLE_VERSION=4.8.9 \
SWOOLE_ASYNC_VERSION=4.5.5 \
LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
PECL_EXTENSIONS="apcu ast ds ev igbinary imagick lzf memcached mongodb msgpack oauth pcov \
psr redis rdkafka simdjson ssh2-1.3.1 uuid xdebug xhprof xlswriter yaml" \
Expand Down
3 changes: 0 additions & 3 deletions 8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM php:8.3.4-fpm-alpine3.18
MAINTAINER Jitendra Adhikari <jiten.adhikary@gmail.com>

ENV \
MAXMIND_VERSION=1.4.2 \
SWOOLE_VERSION=4.8.9 \
SWOOLE_ASYNC_VERSION=4.5.5 \
LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
PECL_EXTENSIONS="apcu ast ds ev igbinary lzf memcached mongodb msgpack oauth pcov \
psr redis rdkafka simdjson ssh2-1.3.1 uuid xdebug xhprof xlswriter yaml" \
Expand Down

0 comments on commit 4b7ccf8

Please sign in to comment.