Skip to content

Releases: shinsenter/php

2.3.1

30 Aug 00:22
Compare
Choose a tag to compare

2.3.0

29 Aug 02:03
Compare
Choose a tag to compare

2.2.0

01 Jul 02:37
Compare
Choose a tag to compare

2.1.0

24 Jun 08:58
Compare
Choose a tag to compare

2.0.0

10 Jun 10:34
Compare
Choose a tag to compare

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.

Docker Pulls Docker Image Size


I also added more popular PHP open source projects:

  • shinsenter/cakephp4
  • shinsenter/codeigniter4
  • shinsenter/crater
  • shinsenter/flarum
  • shinsenter/fuelphp
  • shinsenter/grav
  • shinsenter/hyperf
  • shinsenter/kirby
  • shinsenter/laminas
  • shinsenter/laravel
  • shinsenter/phpmyadmin
  • shinsenter/symfony
  • shinsenter/slim
  • shinsenter/statamic
  • shinsenter/wordpress
  • shinsenter/yii

Let's enjoy! ☺️

1.7.0

17 Mar 10:05
Compare
Choose a tag to compare

Upgraded Apache2 to v2.4.53 to fix these vulnerabilities.

Improved the docker build workflow.

1.6.0

13 Mar 06:13
Compare
Choose a tag to compare

Added images which contain only the unpacked s6-overlay as a multi-platform build stage.

https://hub.docker.com/r/shinsenter/s6-overlay

Docker Pulls Docker Image Size

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

12 Mar 23:14
Compare
Choose a tag to compare
  • Small bug fixes.
  • Added README.md for each image page.

1.4.0

09 Mar 00:11
333333e
Compare
Choose a tag to compare

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

08 Mar 07:08
Compare
Choose a tag to compare
  • Use S6 Overlay v3.1.0.1
  • Small bug fixes