Releases: shinsenter/php
2.3.1
Use S6 Overlay v3.1.2.1.
2.3.0
Use S6 Overlay v3.1.2.0.
2.2.0
Use S6 Overlay v3.1.1.2.
2.1.0
Use S6 Overlay v3.1.1.1.
2.0.0
Hello Ubuntu Jammy (22.04 LTS)!
Ubuntu 22.04 LTS “Jammy Jellyfish” was released on April 21, 2022.
So I decided that new Docker images from the v2.0 releases should be built from this Ubuntu version to ensure they are up to date with system security patches.
I also added more popular PHP open source projects:
Let's enjoy!
1.7.0
Upgraded Apache2 to v2.4.53 to fix these vulnerabilities.
Improved the docker build workflow.
1.6.0
Added images which contain only the unpacked s6-overlay as a multi-platform build stage.
https://hub.docker.com/r/shinsenter/s6-overlay
Usage
The shinsenter/s6-overlay
image is not intended to be used directly, but rather consumed in other Dockerfiles as a multi-platform and reusable build stage.
FROM ubuntu
# adds file from the shinsenter/s6-overlay image
COPY --from=shinsenter/s6-overlay / /
ENTRYPOINT ["/init"]
# runs other commands
RUN ...
1.5.0
- Small bug fixes.
- Added README.md for each image page.
1.4.0
All files and folders in previous images that were granted 777 permissions have been modified with default permissions (755 for folders and 644 for files).
1.3.0
- Use S6 Overlay v3.1.0.1
- Small bug fixes