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
4 changes: 3 additions & 1 deletion base/images/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.1-apache
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.1-apache-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.1-fpm
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.1-fpm-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.2-apache
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.2-apache-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.2-fpm
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.2-fpm-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.3-apache
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.3-apache-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.3-fpm
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.3-fpm-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.4-apache
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.4-apache-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down
4 changes: 3 additions & 1 deletion base/images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:8.4-fpm
# Debian Trixie provides a package of the MySQL client that prevent the connexion to succeed for SSL reasons
# We stick to Bookworm until we find the solution
FROM php:8.4-fpm-bookworm
LABEL maintainer="PrestaShop Core Team <coreteam@prestashop.com>"

ENV PS_DOMAIN="<to be defined>" \
Expand Down