Skip to content

Commit b41ad47

Browse files
authored
v2.2.0 (#43)
Major updates * Using Alpin 3.16 for PHP 8 * Removing unnecessary create PHP 8 symlink * Using latest base images Minor updates * Updating to PHP 8.0.19 * Using Alpine 3.15 repos to install PHP 7.4 Documentation updates * Using new bfren shields
1 parent 84c9d9c commit b41ad47

File tree

11 files changed

+13
-16
lines changed

11 files changed

+13
-16
lines changed

5.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.4x-2.1.14
1+
FROM bfren/apache:apache2.4.4x-2.2.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.5x-2.1.14
1+
FROM bfren/apache:apache2.4.5x-2.2.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

7.4/overlay/etc/apk/repositories

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
https://dl-cdn.alpinelinux.org/alpine/v3.15/main
2+
https://dl-cdn.alpinelinux.org/alpine/v3.15/community
3+
@edgemain https://dl-cdn.alpinelinux.org/alpine/edge/main
4+
@edgecomm https://dl-cdn.alpinelinux.org/alpine/edge/community

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/apache:apache2.4.5x-2.1.14
1+
FROM bfren/apache:apache2.4.5x-2.2.0
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-apache-php"
44

8.0/overlay/tmp/PHP_BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.18-r0
1+
8.0.19-r1

8.0/overlay/tmp/PHP_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.18
1+
8.0.19

8.0/overlay/tmp/install-php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ apk add --no-cache \
1212
php8-apache2=${1} \
1313
php8-common=${1} \
1414
php8-session=${1}
15-
16-
17-
#======================================================================================================================
18-
# Create symlinks so PHP can be called on the commandline using php.
19-
#======================================================================================================================
20-
21-
ln -s /usr/bin/php8 /usr/bin/php

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docker Apache PHP
22

3-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-apache-php) ![Docker Pulls](https://img.shields.io/docker/pulls/bfren/apache-php?label=pulls) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/bfren/apache-php/latest?label=size)<br/>
3+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-apache-php) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fapache-php) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fapache-php)<br/>
44
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/bfren/docker-apache-php/dev-5_6?label=PHP+5.6)
55

66
[Docker Repository](https://hub.docker.com/r/bfren/apache-php) - [bfren ecosystem](https://github.com/bfren/docker)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.16
1+
2.2.0

VERSION_MINOR

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1
1+
2.2

0 commit comments

Comments
 (0)