Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:

push:
branches: ["master"]

schedule:
- cron: "0 8 * * 1"
Expand All @@ -20,7 +19,11 @@ jobs:
strategy:
fail-fast: false
matrix:
item: ["8.5", "8.5-fpm"]
include:
- item: "8.5"
target: "test-cli-8.5"
- item: "8.5-fpm"
target: "test-fpm-8.5"

steps:
- name: "Checkout"
Expand All @@ -37,7 +40,7 @@ jobs:
tags: "dockette/php:${{ matrix.item }}"

- name: "Test image"
run: "make test-${{ matrix.item }}"
run: "make ${{ matrix.target }}"

build:
name: "Build"
Expand All @@ -48,6 +51,7 @@ jobs:
image: "dockette/php"
tag: "${{ matrix.item }}"
context: "${{ matrix.item }}"
push: ${{ github.ref == 'refs/heads/master' }}
strategy:
matrix:
include:
Expand Down
1 change: 1 addition & 0 deletions 7.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.1-mcrypt \
php7.1-memcached \
php7.1-mysql \
php7.1-pcov \
php7.1-pdo \
php7.1-pgsql \
php7.1-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.1-mcrypt \
php7.1-memcached \
php7.1-mysql \
php7.1-pcov \
php7.1-pdo \
php7.1-pgsql \
php7.1-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.2-mbstring \
php7.2-memcached \
php7.2-mysql \
php7.2-pcov \
php7.2-pdo \
php7.2-pgsql \
php7.2-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.2-mbstring \
php7.2-memcached \
php7.2-mysql \
php7.2-pcov \
php7.2-pdo \
php7.2-pgsql \
php7.2-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.3-mbstring \
php7.3-memcached \
php7.3-mysql \
php7.3-pcov \
php7.3-pdo \
php7.3-pgsql \
php7.3-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.3-mbstring \
php7.3-memcached \
php7.3-mysql \
php7.3-pcov \
php7.3-pdo \
php7.3-pgsql \
php7.3-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.4-mbstring \
php7.4-memcached \
php7.4-mysql \
php7.4-pcov \
php7.4-pdo \
php7.4-pgsql \
php7.4-redis \
Expand Down
1 change: 1 addition & 0 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ RUN apt update && apt dist-upgrade -y && \
php7.4-mbstring \
php7.4-memcached \
php7.4-mysql \
php7.4-pcov \
php7.4-pdo \
php7.4-pgsql \
php7.4-redis \
Expand Down
1 change: 1 addition & 0 deletions 8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.0-mbstring \
php8.0-memcached \
php8.0-mysql \
php8.0-pcov \
php8.0-pdo \
php8.0-pgsql \
php8.0-redis \
Expand Down
1 change: 1 addition & 0 deletions 8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.0-mbstring \
php8.0-memcached \
php8.0-mysql \
php8.0-pcov \
php8.0-pdo \
php8.0-pgsql \
php8.0-redis \
Expand Down
1 change: 1 addition & 0 deletions 8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.1-mbstring \
php8.1-memcached \
php8.1-mysql \
php8.1-pcov \
php8.1-pdo \
php8.1-pgsql \
php8.1-redis \
Expand Down
1 change: 1 addition & 0 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.1-mbstring \
php8.1-memcached \
php8.1-mysql \
php8.1-pcov \
php8.1-pdo \
php8.1-pgsql \
php8.1-redis \
Expand Down
1 change: 1 addition & 0 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.2-mbstring \
php8.2-memcached \
php8.2-mysql \
php8.2-pcov \
php8.2-pdo \
php8.2-pgsql \
php8.2-soap \
Expand Down
1 change: 1 addition & 0 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.2-mbstring \
php8.2-memcached \
php8.2-mysql \
php8.2-pcov \
php8.2-pdo \
php8.2-pgsql \
php8.2-soap \
Expand Down
1 change: 1 addition & 0 deletions 8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.3-mbstring \
php8.3-memcached \
php8.3-mysql \
php8.3-pcov \
php8.3-pdo \
php8.3-pgsql \
php8.3-soap \
Expand Down
1 change: 1 addition & 0 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.3-mbstring \
php8.3-memcached \
php8.3-mysql \
php8.3-pcov \
php8.3-pdo \
php8.3-pgsql \
php8.3-soap \
Expand Down
1 change: 1 addition & 0 deletions 8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.4-mbstring \
php8.4-memcached \
php8.4-mysql \
php8.4-pcov \
php8.4-pdo \
php8.4-pgsql \
php8.4-soap \
Expand Down
1 change: 1 addition & 0 deletions 8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt update && apt dist-upgrade -y && \
php8.4-mbstring \
php8.4-memcached \
php8.4-mysql \
php8.4-pcov \
php8.4-pdo \
php8.4-pgsql \
php8.4-soap \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ These images have preinstalled couple of linux packages: apt-transport-https ca-

### PHP extensions

These images have preinstalled couple of PHP extensions: apcu, bcmath, bz2, calendar, cgi, cli, ctype, curl, fpm (in*-fpm), geoip, gettext, gd, intl, imagick, imap, ldap, mbstring, mcrypt (<7.2), memcached, mysql, pdo, pgsql redis, soap, sqlite3, ssh2 (<7.2), xmlrpc, xsl, zip.
These images have preinstalled couple of PHP extensions: apcu, bcmath, bz2, calendar, cgi, cli, ctype, curl, fpm (in*-fpm), geoip, gettext, gd, intl, imagick, imap, ldap, mbstring, mcrypt (<7.2), memcached, mysql, pcov (7.1 - 8.4), pdo, pgsql redis, soap, sqlite3, ssh2 (<7.2), xmlrpc, xsl, zip.

### Composer

Expand Down
Loading