Skip to content

Commit 0941cab

Browse files
committed
Removed pdo_sqlite from base images.
1 parent 10061ea commit 0941cab

File tree

17 files changed

+52
-247
lines changed

17 files changed

+52
-247
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Develop
22

33
on: [ push ]
44
env:
5-
COMPOSER_VERSION: '2.6.5'
5+
COMPOSER_VERSION: '2.6.6'
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
jobs:
88
build:

.github/workflows/build-swoole.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push ]
44
env:
55
ENGINE: 'swoole'
66
SW_VERSION: 'v5.1.1'
7-
COMPOSER_VERSION: '2.6.5'
7+
COMPOSER_VERSION: '2.6.6'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
jobs:

.github/workflows/build-swow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Swow
33
on: [ push ]
44
env:
55
ENGINE: 'swow'
6-
SW_VERSION: 'v1.3.1'
7-
COMPOSER_VERSION: '2.6.5'
6+
SW_VERSION: 'v1.4.1'
7+
COMPOSER_VERSION: '2.6.6'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
jobs:

8.0/alpine/base/Dockerfile

Lines changed: 0 additions & 64 deletions
This file was deleted.

8.0/alpine/dev/Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

8.0/alpine/swoole/Dockerfile

Lines changed: 0 additions & 64 deletions
This file was deleted.

8.0/alpine/swow/Dockerfile

Lines changed: 0 additions & 62 deletions
This file was deleted.

8.1/alpine/base/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN set -ex \
4040
php81-openssl \
4141
php81-pdo \
4242
php81-pdo_mysql \
43-
php81-pdo_sqlite \
4443
php81-phar \
4544
php81-posix \
4645
php81-redis \

8.1/alpine/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LABEL maintainer="Hyperf Developers <[email protected]>" version="1.0" license="MI
1414
ARG COMPOSER_VERSION
1515
ARG PHP_BUILD_VERSION
1616

17-
ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.0.2"} \
17+
ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
1818
COMPOSER_ALLOW_SUPERUSER=1
1919

2020
##

8.1/alpine/swoole/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ARG PHP_BUILD_VERSION
1818
##
1919
# ---------- env settings ----------
2020
##
21-
ENV SW_VERSION=${SW_VERSION:-"v5.0.0"} \
22-
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.3.10"} \
21+
ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
22+
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
2323
COMPOSER_ALLOW_SUPERUSER=1 \
2424
# install and remove building packages
2525
PHPIZE_DEPS="autoconf dpkg-dev dpkg file g++ gcc libc-dev make php${PHP_BUILD_VERSION}-dev php${PHP_BUILD_VERSION}-pear pkgconf re2c pcre-dev pcre2-dev zlib-dev libtool automake libaio-dev openssl-dev curl-dev"

0 commit comments

Comments
 (0)