Releases: appwrite/docker-base
Releases · appwrite/docker-base
1.1.0
CHANGELOG
Version 1.1.0
Add
- .dockerignore
- .github/workflows/pr-scan.yml to scan all commit pushes for vulnerabilities
- base_image and php_build_date to container labels
- container image build action to publish image using commit sha
- container-structure-test to check PHP version (currently set to 8.5.3)
- container-structure-test to check swoole version (currently set to 6.2.0)
- SECURITY.md to align with appwrite/appwrite
Change
- .github/*.yml steps updated to latest versions
- Better document use of
docker buildx ...for local builds - Better noted and organized the different build processes for PHP extensions
- Date component of PHP extension shared objects directory now a build argument
- Dockerfile base now based on
phpswoole/swoole:php8.5-alpine - Dockerfile compile and final stage system packages aligned
- GitHub action for container-structure-test now uses a marketplace action
- GitHub action runners pinned to Ubuntu 24.04
- ImageMagick version bumped to 7.1.2.15 via APK
- PHP version bumped to 8.5
- Refactored multi-arch build process to prevent cross-arch builds requiring long wait times
Fixes
- README.md usage instructions more detailed
Miscellaneous
Removed
- Build tools from final stage of Dockerfile
- GitHub action to Setup QEMU as GitHub now provides native ARM runners
1.0.1
1.0.0
What's Changed
- Add apk upgrade and modernize docker-compose installation to address security vulnerabilities by @Copilot in #54
- Add Trivy vulnerability scanning workflow by @stnguyen90 in #56
- Update PHP + alpine + extensions by @abnegate in #60
New Contributors
- @Copilot made their first contribution in #54
Full Changelog: 0.11.4...1.0.0
0.10.6
0.11.5
What's Changed
- feat: add support for webp in imagick by @stnguyen90 in #50
Full Changelog: 0.11.3...0.11.5
0.11.4
What's Changed
- feat: add support for webp in imagick by @stnguyen90 in #50
Full Changelog: 0.11.3...0.11.4
0.10.5
What's Changed
- feat: add support for webp in imagick by @stnguyen90 in #51
Full Changelog: 0.10.4...0.10.5