Skip to content

Commit

Permalink
Removed pdo_sqlite from base images.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Dec 18, 2023
1 parent 10061ea commit 0941cab
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Develop

on: [ push ]
env:
COMPOSER_VERSION: '2.6.5'
COMPOSER_VERSION: '2.6.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]
env:
ENGINE: 'swoole'
SW_VERSION: 'v5.1.1'
COMPOSER_VERSION: '2.6.5'
COMPOSER_VERSION: '2.6.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-swow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build Swow
on: [ push ]
env:
ENGINE: 'swow'
SW_VERSION: 'v1.3.1'
COMPOSER_VERSION: '2.6.5'
SW_VERSION: 'v1.4.1'
COMPOSER_VERSION: '2.6.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
jobs:
Expand Down
64 changes: 0 additions & 64 deletions 8.0/alpine/base/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions 8.0/alpine/dev/Dockerfile

This file was deleted.

64 changes: 0 additions & 64 deletions 8.0/alpine/swoole/Dockerfile

This file was deleted.

62 changes: 0 additions & 62 deletions 8.0/alpine/swow/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion 8.1/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN set -ex \
php81-openssl \
php81-pdo \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-phar \
php81-posix \
php81-redis \
Expand Down
2 changes: 1 addition & 1 deletion 8.1/alpine/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="Hyperf Developers <[email protected]>" version="1.0" license="MI
ARG COMPOSER_VERSION
ARG PHP_BUILD_VERSION

ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.0.2"} \
ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1

##
Expand Down
4 changes: 2 additions & 2 deletions 8.1/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ARG PHP_BUILD_VERSION
##
# ---------- env settings ----------
##
ENV SW_VERSION=${SW_VERSION:-"v5.0.0"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.3.10"} \
ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1 \
# install and remove building packages
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"
Expand Down
1 change: 0 additions & 1 deletion 8.2/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN set -ex \
php82-openssl \
php82-pdo \
php82-pdo_mysql \
php82-pdo_sqlite \
php82-phar \
php82-posix \
php82-redis \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="Hyperf Developers <[email protected]>" version="1.0" license="MI
ARG COMPOSER_VERSION
ARG PHP_BUILD_VERSION

ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.0.2"} \
ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1

##
Expand Down
4 changes: 2 additions & 2 deletions 8.2/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ARG PHP_BUILD_VERSION
##
# ---------- env settings ----------
##
ENV SW_VERSION=${SW_VERSION:-"v5.0.0"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.3.10"} \
ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1 \
# install and remove building packages
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"
Expand Down
1 change: 0 additions & 1 deletion 8.3/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN set -ex \
php83-openssl \
php83-pdo \
php83-pdo_mysql \
php83-pdo_sqlite \
php83-phar \
php83-posix \
php83-redis \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/alpine/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL maintainer="Hyperf Developers <[email protected]>" version="1.0" license="MI
ARG COMPOSER_VERSION
ARG PHP_BUILD_VERSION

ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.0.2"} \
ENV COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1

##
Expand Down
4 changes: 2 additions & 2 deletions 8.3/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ARG PHP_BUILD_VERSION
##
# ---------- env settings ----------
##
ENV SW_VERSION=${SW_VERSION:-"v5.0.0"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.3.10"} \
ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
COMPOSER_VERSION=${COMPOSER_VERSION:-"2.6.6"} \
COMPOSER_ALLOW_SUPERUSER=1 \
# install and remove building packages
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"
Expand Down
Loading

0 comments on commit 0941cab

Please sign in to comment.