-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync from khs1994-docker/lnmp@5505520 by PCIT
- Loading branch information
Showing
28 changed files
with
85 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 1,16 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.1.23 | ||
ARG PHP_VERSION=8.1.26 | ||
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-alpine as upstream | ||
|
||
FROM --platform=$TARGETPLATFORM alpine:3.17 | ||
FROM --platform=$TARGETPLATFORM alpine:3.19 | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
ENV TZ=Asia/Shanghai \ | ||
APP_ENV=development | ||
|
||
ARG PHP_VERSION=8.1.23 | ||
ARG PHP_VERSION=8.1.26 | ||
|
||
ARG ALPINE_URL=dl-cdn.alpinelinux.org | ||
|
||
|
@@ -205,6 205,7 @@ RUN --mount=type=bind,from=upstream,source=/usr/src,target=/usr/local/src,rw \ | |
&& export CFLAGS="$PHP_CFLAGS" \ | ||
CPPFLAGS="$PHP_CPPFLAGS" \ | ||
LDFLAGS="$PHP_LDFLAGS" \ | ||
PHP_BUILD_PROVIDER='https://github.com/khs1994-docker/php' \ | ||
&& docker-php-source extract \ | ||
&& cd /usr/src/php \ | ||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.1.23 | ||
ARG PHP_VERSION=8.1.26 | ||
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.17 as php | ||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.19 as php | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
# syntax=docker/dockerfile:labs | ||
|
||
ARG PHP_VERSION=8.1.23 | ||
ARG PHP_VERSION=8.1.26 | ||
ARG USERNAME=khs1994 | ||
ARG BASE=fpm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.1.23 | ||
ARG PHP_VERSION=8.1.26 | ||
ARG USERNAME=khs1994 | ||
ARG BASE=cli | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 1,16 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.2.10 | ||
ARG PHP_VERSION=8.2.13 | ||
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-alpine as upstream | ||
|
||
FROM --platform=$TARGETPLATFORM alpine:3.17 | ||
FROM --platform=$TARGETPLATFORM alpine:3.19 | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
ENV TZ=Asia/Shanghai \ | ||
APP_ENV=development | ||
|
||
ARG PHP_VERSION=8.2.10 | ||
ARG PHP_VERSION=8.2.13 | ||
|
||
ARG ALPINE_URL=dl-cdn.alpinelinux.org | ||
|
||
|
@@ -204,6 204,7 @@ RUN --mount=type=bind,from=upstream,source=/usr/src,target=/usr/local/src,rw \ | |
&& export CFLAGS="$PHP_CFLAGS" \ | ||
CPPFLAGS="$PHP_CPPFLAGS" \ | ||
LDFLAGS="$PHP_LDFLAGS" \ | ||
PHP_BUILD_PROVIDER='https://github.com/khs1994-docker/php' \ | ||
&& docker-php-source extract \ | ||
&& cd /usr/src/php \ | ||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.2.10 | ||
ARG PHP_VERSION=8.2.13 | ||
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.17 as php | ||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.19 as php | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 1,6 @@ | ||
# syntax=docker/dockerfile:labs | ||
|
||
ARG PHP_VERSION=8.2.10 | ||
ARG PHP_VERSION=8.2.13 | ||
ARG USERNAME=khs1994 | ||
ARG BASE=fpm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.2.10 | ||
ARG PHP_VERSION=8.2.13 | ||
ARG USERNAME=khs1994 | ||
ARG BASE=cli | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 3,7 @@ ARG PHP_VERSION=8.3.0 | |
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-alpine as upstream | ||
|
||
FROM --platform=$TARGETPLATFORM alpine:3.18 | ||
FROM --platform=$TARGETPLATFORM alpine:3.19 | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
@@ -204,6 204,7 @@ RUN --mount=type=bind,from=upstream,source=/usr/src,target=/usr/local/src,rw \ | |
&& export CFLAGS="$PHP_CFLAGS" \ | ||
CPPFLAGS="$PHP_CPPFLAGS" \ | ||
LDFLAGS="$PHP_LDFLAGS" \ | ||
PHP_BUILD_PROVIDER='https://github.com/khs1994-docker/php' \ | ||
&& docker-php-source extract \ | ||
&& cd /usr/src/php \ | ||
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 1,7 @@ | ||
# syntax=docker/dockerfile:labs | ||
ARG PHP_VERSION=8.3.0 | ||
|
||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.18 as php | ||
FROM --platform=$TARGETPLATFORM php:${PHP_VERSION}-fpm-alpine3.19 as php | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
# syntax=docker/dockerfile:labs | ||
FROM --platform=$TARGETPLATFORM alpine:3.18 | ||
FROM --platform=$TARGETPLATFORM alpine:3.19 | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
@@ -239,6 239,7 @@ RUN --mount=type=bind,from=php:alpine,source=/usr/local/bin,target=/opt/bin,rw \ | |
&& export CFLAGS="$PHP_CFLAGS" \ | ||
CPPFLAGS="$PHP_CPPFLAGS" \ | ||
LDFLAGS="$PHP_LDFLAGS" \ | ||
PHP_BUILD_PROVIDER='https://github.com/khs1994-docker/php' \ | ||
ARGON2_LIBS="-largon2" \ | ||
ARGON2_CFLAGS="-I/usr/include" \ | ||
# && docker-php-source extract \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 1,5 @@ | ||
# syntax=docker/dockerfile:labs | ||
FROM --platform=$TARGETPLATFORM alpine:3.18 as php | ||
FROM --platform=$TARGETPLATFORM alpine:3.19 as php | ||
|
||
LABEL maintainer="khs1994-docker/lnmp <[email protected]>" | ||
|
||
|
@@ -224,6 224,7 @@ RUN --mount=type=bind,from=php:fpm-alpine,source=/usr/local/bin,target=/opt/bin, | |
&& export CFLAGS="$PHP_CFLAGS" \ | ||
CPPFLAGS="$PHP_CPPFLAGS" \ | ||
LDFLAGS="$PHP_LDFLAGS" \ | ||
PHP_BUILD_PROVIDER='https://github.com/khs1994-docker/php' \ | ||
ARGON2_LIBS="-largon2" \ | ||
ARGON2_CFLAGS="-I/usr/include" \ | ||
# && docker-php-source extract \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.