-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update php and packages, add support for HEIC/AVIF picture format
- Loading branch information
1 parent
2483a24
commit 949bf57
Showing
10 changed files
with
48 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.15-cli | ||
FROM php:8.2.16-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.15-cli | ||
FROM php:8.2.16-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
@@ -211,6 +211,7 @@ ENV VIPS_RUN_DEPS="gobject-introspection \ | |
libfile-mimeinfo-perl \ | ||
libgif-dev \ | ||
libgsf-1-114 \ | ||
libheif-dev \ | ||
libjpeg62-turbo \ | ||
libmatio11 \ | ||
liborc-0.4-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.2.15-fpm | ||
FROM php:8.2.16-fpm | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
@@ -211,6 +211,7 @@ ENV VIPS_RUN_DEPS="gobject-introspection \ | |
libfile-mimeinfo-perl \ | ||
libgif-dev \ | ||
libgsf-1-114 \ | ||
libheif-dev \ | ||
libjpeg62-turbo \ | ||
libmatio11 \ | ||
liborc-0.4-dev \ | ||
|
@@ -331,7 +332,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
nginx-module-xslt=1.24.0-1~bookworm \ | ||
nginx-module-geoip=1.24.0-1~bookworm \ | ||
nginx-module-image-filter=1.24.0-1~bookworm \ | ||
nginx-module-njs=1.24.0+0.8.2-1~bookworm && \ | ||
nginx-module-njs=1.24.0+0.8.3-1~bookworm && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.2-cli | ||
FROM php:8.3.3-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.2-cli | ||
FROM php:8.3.3-cli | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
@@ -211,6 +211,7 @@ ENV VIPS_RUN_DEPS="gobject-introspection \ | |
libfile-mimeinfo-perl \ | ||
libgif-dev \ | ||
libgsf-1-114 \ | ||
libheif-dev \ | ||
libjpeg62-turbo \ | ||
libmatio11 \ | ||
liborc-0.4-dev \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# PLEASE DO NOT EDIT IT DIRECTLY! | ||
# CHECK README FOR MORE INFO. | ||
# | ||
FROM php:8.3.2-fpm | ||
FROM php:8.3.3-fpm | ||
|
||
LABEL maintainer="Lubomir Stanko <[email protected]>" | ||
|
||
|
@@ -159,7 +159,7 @@ RUN curl -sS https://getcomposer.org/installer | \ | |
php -- \ | ||
--install-dir=/usr/local/bin \ | ||
--filename=composer \ | ||
--version=2.6.6 | ||
--version=2.7.1 | ||
|
||
# ---------------------------------------------------------------------------------------------------------------------- | ||
# REDIS-TOOLS | ||
|
@@ -170,7 +170,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o ${REDIS_KEYRING} && \ | ||
echo "deb [signed-by=${REDIS_KEYRING}] https://packages.redis.io/deb ${REDIS_REPO} main" > /etc/apt/sources.list.d/redis.list && \ | ||
apt-get update && \ | ||
apt-get install -y redis-tools=6:6.2.13-1rl1~bookworm1 && \ | ||
apt-get install -y redis-tools=6:6.2.14-1rl1~bookworm1 && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -r /var/lib/apt/lists/* | ||
|
@@ -211,6 +211,7 @@ ENV VIPS_RUN_DEPS="gobject-introspection \ | |
libfile-mimeinfo-perl \ | ||
libgif-dev \ | ||
libgsf-1-114 \ | ||
libheif-dev \ | ||
libjpeg62-turbo \ | ||
libmatio11 \ | ||
liborc-0.4-dev \ | ||
|
@@ -331,7 +332,7 @@ RUN DEBIAN_FRONTEND=noninteractive && \ | |
nginx-module-xslt=1.24.0-1~bookworm \ | ||
nginx-module-geoip=1.24.0-1~bookworm \ | ||
nginx-module-image-filter=1.24.0-1~bookworm \ | ||
nginx-module-njs=1.24.0+0.8.2-1~bookworm && \ | ||
nginx-module-njs=1.24.0+0.8.3-1~bookworm && \ | ||
# Cleanup | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
2024-03-12 | ||
=== | ||
|
||
### Added | ||
- Add support for `HEIC/AVIF` picture format in vips docker image variants | ||
|
||
### Changed | ||
- Docker packages update | ||
- php 8.2 `8.2.16` | ||
- php 8.3 `8.3.3` | ||
- composer `2.7.1` | ||
- nginx njs `0.8.3` | ||
- redis client `6.2.14` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters