Skip to content

Commit 037c1ff

Browse files
committed
Merge branch 'master' of github.com:parallax/k8s-openresty-php into arm64
2 parents cd10760 + e258085 commit 037c1ff

13 files changed

+421
-427
lines changed

build/build-7.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.1 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.1 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.1 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.1 -f php/Dockerfile-7.1 .

build/build-7.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.2 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.2 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.2 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.2 -f php/Dockerfile-7.2 .

build/build-7.3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker build --build-arg PHP_VERSION=7.3 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.3 -f php/Dockerfile .
7+
docker build --build-arg PHP_VERSION=7.3 --build-arg ATATUS_VERSION=1.8.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-7.3 -f php/Dockerfile-7.3 .

0 commit comments

Comments
 (0)