Skip to content

Commit a82fd9b

Browse files
committed
Add Alpine 3.14
1 parent cf8840d commit a82fd9b

File tree

74 files changed

+91
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+91
-105
lines changed

7.3/alpine3.13/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.3/alpine3.13/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.3/alpine3.13/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.3/alpine3.12/cli/Dockerfile renamed to 7.3/alpine3.14/cli/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.3/alpine3.12/fpm/Dockerfile renamed to 7.3/alpine3.14/fpm/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.3/alpine3.12/zts/Dockerfile renamed to 7.3/alpine3.14/zts/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.13/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.13/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.13/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.12/cli/Dockerfile renamed to 7.4/alpine3.14/cli/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.12/fpm/Dockerfile renamed to 7.4/alpine3.14/fpm/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

7.4/alpine3.12/zts/Dockerfile renamed to 7.4/alpine3.14/zts/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/alpine3.13/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/alpine3.13/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/alpine3.12/cli/Dockerfile renamed to 8.0/alpine3.14/cli/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.0/alpine3.12/fpm/Dockerfile renamed to 8.0/alpine3.14/fpm/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1-rc/alpine3.13/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1-rc/alpine3.13/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1-rc/alpine3.12/cli/Dockerfile renamed to 8.1-rc/alpine3.14/cli/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8.1-rc/alpine3.12/fpm/Dockerfile renamed to 8.1-rc/alpine3.14/fpm/Dockerfile

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile-alpine.template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ RUN apk add --no-cache \
2525

2626
# ensure www-data user exists
2727
RUN set -eux; \
28+
{{ if (env.from == "alpine:3.13") then ( -}}
2829
addgroup -g 82 -S www-data; \
30+
{{ ) else "" end -}}
2931
adduser -u 82 -D -S -G www-data www-data
3032
# 82 is the standard uid/gid for "www-data" in Alpine
31-
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.9-stable
32-
# https://git.alpinelinux.org/aports/tree/main/lighttpd/lighttpd.pre-install?h=3.9-stable
33-
# https://git.alpinelinux.org/aports/tree/main/nginx/nginx.pre-install?h=3.9-stable
33+
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.14-stable
34+
# https://git.alpinelinux.org/aports/tree/main/lighttpd/lighttpd.pre-install?h=3.14-stable
35+
# https://git.alpinelinux.org/aports/tree/main/nginx/nginx.pre-install?h=3.14-stable
3436

3537
ENV PHP_INI_DIR /usr/local/etc/php
3638
RUN set -eux; \

0 commit comments

Comments
 (0)