Drop support for Alpine 3.7/3.8 (#763)

I really can't make them work (maybe because they don't support TLS v1.2)
pull/764/head
Michele Locati 2023-06-22 14:14:37 +02:00 committed by GitHub
parent b3c4c5572f
commit aa3857242b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -62,8 +62,6 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
distro: distro:
- alpine3.7
- alpine3.8
- alpine3.9 - alpine3.9
- alpine3.10 - alpine3.10
- alpine3.11 - alpine3.11

View File

@ -37,8 +37,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
distro: distro:
- alpine3.7
- alpine3.8
- alpine3.9 - alpine3.9
- alpine3.10 - alpine3.10
- alpine3.11 - alpine3.11

View File

@ -8,7 +8,11 @@ This repository contains a script that can be used to easily install a PHP exten
The script will install all the required APT/APK packages; at the end of the script execution, the no-more needed packages will be removed so that the image will be much smaller. The script will install all the required APT/APK packages; at the end of the script execution, the no-more needed packages will be removed so that the image will be much smaller.
Supported docker images are all the Alpine/Debian versions, except for PHP 5.5 where we only support Debian 8 (jessie) (that is, `php:5.5`, `php:5.5-apache`, `php:5.5-cli`, `php:5.5-fpm`, `php:5.5-zts`). Supported docker images are:
- Debian-based docker images: since jessie (Debian 8) (minimum PHP version: 5.5)
- Alpine-based docker images: since Alpine 3.9 (minimum PHP version: 7.1)
See also the notes in the [Special requirements](#special-requirements) section. See also the notes in the [Special requirements](#special-requirements) section.
## Usage ## Usage

View File

@ -1,14 +1,14 @@
cassandra !alpine3.7 !alpine3.8 !jessie !stretch !buster !bullseye cassandra !jessie !stretch !buster !bullseye
ddtrace !alpine3.7 !alpine3.8 !jessie ddtrace !jessie
geos !alpine3.7 !alpine3.8 !alpine3.9 !alpine3.10 geos !alpine3.9 !alpine3.10
lz4 !jessie lz4 !jessie
memprof !alpine3.7 !alpine3.8 !alpine3.9 !alpine3.10 !alpine3.11 !alpine3.12 !alpine3.13 !alpine3.14 !alpine3.15 memprof !alpine3.9 !alpine3.10 !alpine3.11 !alpine3.12 !alpine3.13 !alpine3.14 !alpine3.15
parallel zts parallel zts
parle !jessie parle !jessie
pdo_sqlsrv !alpine3.7 !alpine3.8 !arm pdo_sqlsrv !arm
pthreads zts pthreads zts
simdjson !alpine3.7 !alpine3.8 !jessie !stretch simdjson !jessie !stretch
sodium !jessie sodium !jessie
sqlsrv !alpine3.7 !alpine3.8 !7.1-alpine3.9 !7.1-alpine3.10 !arm sqlsrv !7.1-alpine3.9 !7.1-alpine3.10 !arm
tensor !alpine3.15 !alpine3.16 tensor !alpine3.15 !alpine3.16
vips !alpine3.7 !alpine3.8 !alpine3.9 !jessie vips !alpine3.9 !jessie