Skip to content

Commit

Permalink
add PHP 8.4, bumped to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
geschke committed Dec 1, 2024
1 parent 177d712 commit 82cb06e
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- directory: ./ubuntu-24.04-sury-8.3/
tagging: 8.3-fpm-ubuntu24.04-sury
setlatest: false
- directory: ./ubuntu-24.04-sury-8.4/
tagging: 8.4-fpm-ubuntu24.04-sury
setlatest: false
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `latest` Docker image has shifted from the previous `ubuntu22.04` base (tagg

### Current versions


* 8.4-fpm-ubuntu24.04-sury-n - PHP 8.4 from deb.sury.org [PPA](https://launchpad.net/~ondrej/+archive/ubuntu/php/) based on Ubuntu 24.04 LTS
* 8.3-fpm-ubuntu24.04-sury-n - PHP 8.3 from deb.sury.org [PPA](https://launchpad.net/~ondrej/+archive/ubuntu/php/) based on Ubuntu 24.04 LTS
* 8.2-fpm-ubuntu24.04-sury-n - PHP 8.2 from deb.sury.org [PPA](https://launchpad.net/~ondrej/+archive/ubuntu/php/) based on Ubuntu 24.04 LTS

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240911.1

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-09-27"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.1/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240911.1

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-09-29"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240911.1

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-09-27"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04-sury-8.3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
2 changes: 1 addition & 1 deletion ubuntu-22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:jammy-20240911.1

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-09-29"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-22.04/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5
2 changes: 1 addition & 1 deletion ubuntu-24.04-sury-8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble-20241015

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-11-21"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-sury-8.2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
2 changes: 1 addition & 1 deletion ubuntu-24.04-sury-8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble-20241015

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-11-21"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-sury-8.3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4
5
10 changes: 4 additions & 6 deletions ubuntu-24.04-sury-8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble-20241015

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-11-21"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand All @@ -21,14 +21,12 @@ RUN apt-get update \
&& apt-get install -y php8.4-fpm \
php8.4-curl php8.4-mysql php8.4-intl \
php8.4-mbstring php8.4-bz2 php8.4-pgsql php8.4-xml php8.4-xsl php8.4-sqlite3 \
php8.4-opcache php8.4-zip php8.4-gd php8.4-mongodb php8.4-mcrypt php8.4-bcmath php-predis \
php8.4-opcache php8.4-zip php8.4-gd php8.4-mongodb php8.4-mcrypt php8.4-bcmath \
php8.4-protobuf php8.4-imagick php8.4-redis php8.4-memcache php8.4-memcached \
&& apt-get -y upgrade \
&& rm -rf /var/lib/apt/lists/*

# currently not available:
# php8.4-protobuf, php8.4-imagick, php8.4-redis, php8.4-memcache, php8.4-memcached

#\
#\
# && cp /usr/share/zoneinfo/Etc/UTC /etc/localtime
# php-recode

Expand Down
2 changes: 1 addition & 1 deletion ubuntu-24.04-sury-8.4/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
3
2 changes: 1 addition & 1 deletion ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:noble-20241015

LABEL maintainer="Ralf Geschke <ralf@kuerbis.org>"

LABEL last_changed="2024-11-21"
LABEL last_changed="2024-12-01"

# necessary to set default timezone Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 82cb06e

Please sign in to comment.