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
parent
b3c4c5572f
commit
aa3857242b
|
@ -62,8 +62,6 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
distro:
|
||||
- alpine3.7
|
||||
- alpine3.8
|
||||
- alpine3.9
|
||||
- alpine3.10
|
||||
- alpine3.11
|
||||
|
|
|
@ -37,8 +37,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
distro:
|
||||
- alpine3.7
|
||||
- alpine3.8
|
||||
- alpine3.9
|
||||
- alpine3.10
|
||||
- alpine3.11
|
||||
|
|
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
cassandra !alpine3.7 !alpine3.8 !jessie !stretch !buster !bullseye
|
||||
ddtrace !alpine3.7 !alpine3.8 !jessie
|
||||
geos !alpine3.7 !alpine3.8 !alpine3.9 !alpine3.10
|
||||
cassandra !jessie !stretch !buster !bullseye
|
||||
ddtrace !jessie
|
||||
geos !alpine3.9 !alpine3.10
|
||||
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
|
||||
parle !jessie
|
||||
pdo_sqlsrv !alpine3.7 !alpine3.8 !arm
|
||||
pdo_sqlsrv !arm
|
||||
pthreads zts
|
||||
simdjson !alpine3.7 !alpine3.8 !jessie !stretch
|
||||
simdjson !jessie !stretch
|
||||
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
|
||||
vips !alpine3.7 !alpine3.8 !alpine3.9 !jessie
|
||||
vips !alpine3.9 !jessie
|
||||
|
|
Loading…
Reference in New Issue