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
Add php83-exif for reading image EXIF data
  • Loading branch information
thespad committed Sep 6, 2024
commit 248b8769b4cc04b9fe64bfc130c1b76efd5d9222
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN \
mariadb-client \
memcached \
php83-dom \
php83-exif \
php83-gd \
php83-ldap \
php83-mysqlnd \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN \
mariadb-client \
memcached \
php83-dom \
php83-exif \
php83-gd \
php83-ldap \
php83-mysqlnd \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repo_vars:
- CI_WEB = 'false'
- CI_PORT = '80'
- CI_SSL = 'false'
- CI_DELAY = '30'
- CI_DELAY = '60'
- CI_DOCKERENV='TEST_RUN=1'
- CI_AUTH = ''
- CI_WEBPATH = ''
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ app_setup_block: |

# changelog
changelogs:
- { date: "06.09.24:", desc: "Add php-exif for reading image EXIF data."}
- { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
- { date: "25.01.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
Expand Down