Skip to content

Commit

Permalink
All: use bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Oct 3, 2024
1 parent 71f1abe commit 38a0076
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 45 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- version: "8.2"
- version: "8.2-fpm"
- version: "8.3"
platforms: linux/amd64
- version: "8.3-fpm"
platforms: linux/amd64

fail-fast: false

Expand Down
3 changes: 1 addition & 2 deletions 5.6-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:stretch
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand All @@ -23,7 +23,6 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
php5.6-apc \
php5.6-apcu \
php5.6-bcmath \
php5.6-bz2 \
Expand Down
3 changes: 1 addition & 2 deletions 5.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:stretch
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand All @@ -20,7 +20,6 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
php5.6-apc \
php5.6-apcu \
php5.6-bcmath \
php5.6-bz2 \
Expand Down
2 changes: 1 addition & 1 deletion 7.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
2 changes: 1 addition & 1 deletion 7.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand Down
4 changes: 1 addition & 3 deletions 7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dockette/debian:buster
FROM dockette/debian:bullseye

LABEL maintainer="sulcmil@gmail.com"

Expand All @@ -20,7 +20,6 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
php7.4-apc \
php7.4-apcu \
php7.4-bcmath \
php7.4-bz2 \
Expand All @@ -37,7 +36,6 @@ RUN apt update && apt dist-upgrade -y && \
php7.4-ldap \
php7.4-mbstring \
php7.4-memcached \
php7.4-mongo \
php7.4-mysql \
php7.4-pdo \
php7.4-pgsql \
Expand Down
2 changes: 0 additions & 2 deletions 8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
php8.1-apc \
php8.1-apcu \
php8.1-bz2 \
php8.1-bcmath \
Expand All @@ -40,7 +39,6 @@ RUN apt update && apt dist-upgrade -y && \
php8.1-ldap \
php8.1-mbstring \
php8.1-memcached \
php8.1-mongo \
php8.1-mysql \
php8.1-pdo \
php8.1-pgsql \
Expand Down
2 changes: 0 additions & 2 deletions 8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
php8.1-apc \
php8.1-apcu \
php8.1-bcmath \
php8.1-bz2 \
Expand All @@ -36,7 +35,6 @@ RUN apt update && apt dist-upgrade -y && \
php8.1-ldap \
php8.1-mbstring \
php8.1-memcached \
php8.1-mongo \
php8.1-mysql \
php8.1-pdo \
php8.1-pgsql \
Expand Down
9 changes: 3 additions & 6 deletions 8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
# php8.2-apc \
# php8.2-apcu \
php8.2-apcu \
php8.2-bz2 \
php8.2-bcmath \
php8.2-calendar \
Expand All @@ -39,16 +38,14 @@ RUN apt update && apt dist-upgrade -y && \
php8.2-imap \
php8.2-ldap \
php8.2-mbstring \
# php8.2-memcached \
# php8.2-mongo \
php8.2-memcached \
php8.2-mysql \
php8.2-pdo \
php8.2-pgsql \
# php8.2-redis \
php8.2-soap \
php8.2-sqlite3 \
php8.2-zip \
# php8.2-xmlrpc \
php8.2-xmlrpc \
php8.2-xsl && \
# COMPOSER #################################################################
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && \
Expand Down
9 changes: 3 additions & 6 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
# php8.2-apc \
# php8.2-apcu \
php8.2-apcu \
php8.2-bcmath \
php8.2-bz2 \
php8.2-calendar \
Expand All @@ -35,16 +34,14 @@ RUN apt update && apt dist-upgrade -y && \
php8.2-imap \
php8.2-ldap \
php8.2-mbstring \
# php8.2-memcached \
# php8.2-mongo \
php8.2-memcached \
php8.2-mysql \
php8.2-pdo \
php8.2-pgsql \
# php8.2-redis \
php8.2-soap \
php8.2-sqlite3 \
php8.2-zip \
# php8.2-xmlrpc \
php8.2-xmlrpc \
php8.2-xsl && \
# COMPOSER #################################################################
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && \
Expand Down
9 changes: 3 additions & 6 deletions 8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
# php8.3-apc \
# php8.3-apcu \
php8.3-apcu \
php8.3-bz2 \
php8.3-bcmath \
php8.3-calendar \
Expand All @@ -39,16 +38,14 @@ RUN apt update && apt dist-upgrade -y && \
php8.3-imap \
php8.3-ldap \
php8.3-mbstring \
# php8.3-memcached \
# php8.3-mongo \
php8.3-memcached \
php8.3-mysql \
php8.3-pdo \
php8.3-pgsql \
# php8.3-redis \
php8.3-soap \
php8.3-sqlite3 \
php8.3-zip \
# php8.3-xmlrpc \
php8.3-xmlrpc \
php8.3-xsl && \
# COMPOSER #################################################################
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && \
Expand Down
9 changes: 3 additions & 6 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ RUN apt update && apt dist-upgrade -y && \
apt update && \
apt dist-upgrade -y && \
apt install -y --no-install-recommends \
# php8.3-apc \
# php8.3-apcu \
php8.3-apcu \
php8.3-bcmath \
php8.3-bz2 \
php8.3-calendar \
Expand All @@ -35,16 +34,14 @@ RUN apt update && apt dist-upgrade -y && \
php8.3-imap \
php8.3-ldap \
php8.3-mbstring \
# php8.3-memcached \
# php8.3-mongo \
php8.3-memcached \
php8.3-mysql \
php8.3-pdo \
php8.3-pgsql \
# php8.3-redis \
php8.3-soap \
php8.3-sqlite3 \
php8.3-zip \
# php8.3-xmlrpc \
php8.3-xmlrpc \
php8.3-xsl && \
# COMPOSER #################################################################
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --2 && \
Expand Down

0 comments on commit 38a0076

Please sign in to comment.