@lando/drupal 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/processinfo/04a86689-14a3-47da-804c-808686e42f49.json +1 -0
- package/.nyc_output/processinfo/12087890-64da-4135-aa45-963518446397.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +4 -0
- package/coverage/index.html +1 -1
- package/coverage/utils.js.html +1 -1
- package/coverage/warnings.js.html +1 -1
- package/netlify.toml +14 -7
- package/node_modules/@lando/php/.lando.yml +19 -9
- package/node_modules/@lando/php/.nyc_output/processinfo/8945ae9f-6c30-497d-adf7-68dc36912251.json +1 -0
- package/node_modules/@lando/php/.nyc_output/processinfo/ef5412bf-389b-4667-ab9c-d214afae0c2b.json +1 -0
- package/node_modules/@lando/php/.nyc_output/processinfo/index.json +1 -1
- package/node_modules/@lando/php/CHANGELOG.md +39 -13
- package/node_modules/@lando/php/README.md +5 -0
- package/node_modules/@lando/php/builders/php.js +6 -8
- package/node_modules/@lando/php/coverage/index.html +1 -1
- package/node_modules/@lando/php/images/5.6-apache/Dockerfile +7 -2
- package/node_modules/@lando/php/images/5.6-fpm/Dockerfile +7 -2
- package/node_modules/@lando/php/images/7.0-apache/Dockerfile +7 -2
- package/node_modules/@lando/php/images/7.0-fpm/Dockerfile +7 -2
- package/node_modules/@lando/php/images/7.1-apache/Dockerfile +8 -8
- package/node_modules/@lando/php/images/7.1-fpm/Dockerfile +8 -8
- package/node_modules/@lando/php/images/7.2-apache/Dockerfile +9 -9
- package/node_modules/@lando/php/images/7.2-fpm/Dockerfile +9 -9
- package/node_modules/@lando/php/images/7.3-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/7.3-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/7.4-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/7.4-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.0-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.0-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.1-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.1-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.2-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.2-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.3-apache/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.3-fpm/Dockerfile +2 -6
- package/node_modules/@lando/php/images/8.4-apache/Dockerfile +56 -0
- package/node_modules/@lando/php/images/8.4-fpm/Dockerfile +56 -0
- package/node_modules/@lando/php/netlify.toml +12 -9
- package/node_modules/@lando/php/node_modules/@lando/nginx/.eslintignore +3 -2
- package/node_modules/@lando/php/node_modules/@lando/nginx/.lando.yml +20 -10
- package/node_modules/@lando/php/node_modules/@lando/nginx/.node-version +1 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/CHANGELOG.md +40 -19
- package/node_modules/@lando/php/node_modules/@lando/nginx/README.md +6 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/builders/nginx.js +17 -18
- package/node_modules/@lando/php/node_modules/@lando/nginx/config/launch.sh +8 -2
- package/node_modules/@lando/php/node_modules/@lando/nginx/netlify.toml +28 -6
- package/node_modules/@lando/php/node_modules/@lando/nginx/package.json +21 -14
- package/node_modules/@lando/php/node_modules/@lando/nginx/scripts/install-render-template.sh +47 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/utils/add-build-step.js +14 -0
- package/node_modules/@lando/php/node_modules/semver/README.md +49 -32
- package/node_modules/@lando/php/node_modules/semver/bin/semver.js +5 -14
- package/node_modules/@lando/php/node_modules/semver/classes/range.js +28 -13
- package/node_modules/@lando/php/node_modules/semver/classes/semver.js +1 -1
- package/node_modules/@lando/php/node_modules/semver/functions/coerce.js +13 -5
- package/node_modules/@lando/php/node_modules/semver/internal/lrucache.js +40 -0
- package/node_modules/@lando/php/node_modules/semver/internal/re.js +7 -2
- package/node_modules/@lando/php/node_modules/semver/package.json +8 -18
- package/node_modules/@lando/php/package.json +11 -10
- package/package.json +11 -10
- package/.nyc_output/processinfo/6d92909c-717b-4b53-aebd-a6ff4aeaa3cf.json +0 -1
- package/.nyc_output/processinfo/aec5897c-1dc1-4734-99fa-e8ce5cb81dde.json +0 -1
- package/node_modules/@lando/php/.nyc_output/processinfo/927b5cd6-2a94-4b26-ac08-3ff93f5da197.json +0 -1
- package/node_modules/@lando/php/.nyc_output/processinfo/b107e51d-27b5-4645-90dd-ca6c345830fa.json +0 -1
- package/node_modules/@lando/php/images/5.3-apache/Dockerfile +0 -83
- package/node_modules/@lando/php/images/5.3-apache/apache2.conf +0 -64
- package/node_modules/@lando/php/images/5.3-fpm/Dockerfile +0 -80
- package/node_modules/@lando/php/images/5.3-fpm/docker-php-ext-enable +0 -83
- package/node_modules/@lando/php/images/5.3-fpm/php-fpm.conf +0 -65
- package/node_modules/@lando/php/images/5.4-apache/Dockerfile +0 -79
- package/node_modules/@lando/php/images/5.4-apache/apache2-foreground +0 -17
- package/node_modules/@lando/php/images/5.4-fpm/Dockerfile +0 -75
- package/node_modules/@lando/php/images/5.5-apache/Dockerfile +0 -77
- package/node_modules/@lando/php/images/5.5-fpm/Dockerfile +0 -76
- package/node_modules/@lando/php/node_modules/@lando/nginx/.nyc_output/68963536-315a-41b5-9dda-1c3f30fb9c99.json +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.nyc_output/e965c931-7444-4e4e-8bc1-c51f696e4cfe.json +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.nyc_output/processinfo/68963536-315a-41b5-9dda-1c3f30fb9c99.json +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.nyc_output/processinfo/e965c931-7444-4e4e-8bc1-c51f696e4cfe.json +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/.nyc_output/processinfo/index.json +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/base.css +0 -224
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/block-navigation.js +0 -87
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/favicon.png +0 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/index.html +0 -101
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/prettify.css +0 -1
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/prettify.js +0 -2
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/sort-arrow-sprite.png +0 -0
- package/node_modules/@lando/php/node_modules/@lando/nginx/coverage/sorter.js +0 -196
- package/node_modules/@lando/php/node_modules/semver/node_modules/lru-cache/LICENSE +0 -15
- package/node_modules/@lando/php/node_modules/semver/node_modules/lru-cache/README.md +0 -166
- package/node_modules/@lando/php/node_modules/semver/node_modules/lru-cache/index.js +0 -334
- package/node_modules/@lando/php/node_modules/semver/node_modules/lru-cache/package.json +0 -34
- package/node_modules/@lando/php/node_modules/semver/node_modules/yallist/LICENSE +0 -15
- package/node_modules/@lando/php/node_modules/semver/node_modules/yallist/README.md +0 -204
- package/node_modules/@lando/php/node_modules/semver/node_modules/yallist/iterator.js +0 -8
- package/node_modules/@lando/php/node_modules/semver/node_modules/yallist/package.json +0 -29
- package/node_modules/@lando/php/node_modules/semver/node_modules/yallist/yallist.js +0 -426
- /package/.nyc_output/{aec5897c-1dc1-4734-99fa-e8ce5cb81dde.json → 04a86689-14a3-47da-804c-808686e42f49.json} +0 -0
- /package/.nyc_output/{6d92909c-717b-4b53-aebd-a6ff4aeaa3cf.json → 12087890-64da-4135-aa45-963518446397.json} +0 -0
- /package/node_modules/@lando/php/.nyc_output/{927b5cd6-2a94-4b26-ac08-3ff93f5da197.json → 8945ae9f-6c30-497d-adf7-68dc36912251.json} +0 -0
- /package/node_modules/@lando/php/.nyc_output/{b107e51d-27b5-4645-90dd-ca6c345830fa.json → ef5412bf-389b-4667-ab9c-d214afae0c2b.json} +0 -0
- /package/node_modules/@lando/php/{tmpfile → node_modules/@lando/nginx/tmpfile} +0 -0
|
@@ -5,15 +5,11 @@ FROM php:7.4-fpm-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -31,7 +27,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
31
27
|
libzip-dev \
|
|
32
28
|
libonig-dev \
|
|
33
29
|
openssl \
|
|
34
|
-
postgresql-client-
|
|
30
|
+
postgresql-client-13 \
|
|
35
31
|
pv \
|
|
36
32
|
rsync \
|
|
37
33
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.0-apache-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.0-fpm-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.1-apache-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.1-fpm-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.2-apache-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -5,15 +5,11 @@ FROM php:8.2-fpm-bullseye
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
7
|
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
|
-
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -4,16 +4,12 @@ FROM php:8.3-apache-bullseye
|
|
|
4
4
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
|
-
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
7
|
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -4,16 +4,12 @@ FROM php:8.3-fpm-bullseye
|
|
|
4
4
|
|
|
5
5
|
# Install dependencies we need
|
|
6
6
|
RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
7
|
-
&& apt -y update && apt-get install -y \
|
|
8
|
-
gnupg2 \
|
|
9
|
-
wget \
|
|
10
|
-
&& echo 'deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main' >> /etc/apt/sources.list.d/pgdg.list \
|
|
11
|
-
&& wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
|
|
12
7
|
&& apt-get update && apt-get install -y \
|
|
13
8
|
bzip2 \
|
|
14
9
|
default-mysql-client \
|
|
15
10
|
exiftool \
|
|
16
11
|
git-core \
|
|
12
|
+
gnupg2 \
|
|
17
13
|
imagemagick \
|
|
18
14
|
libbz2-dev \
|
|
19
15
|
libc-client-dev \
|
|
@@ -32,7 +28,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
|
32
28
|
libzip-dev \
|
|
33
29
|
libonig-dev \
|
|
34
30
|
openssl \
|
|
35
|
-
postgresql-client-
|
|
31
|
+
postgresql-client-13 \
|
|
36
32
|
pv \
|
|
37
33
|
rsync \
|
|
38
34
|
ssh \
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# docker build -t devwithlando/php:8.4-apache-4 .
|
|
2
|
+
|
|
3
|
+
FROM php:8.4.0RC2-apache-bookworm
|
|
4
|
+
|
|
5
|
+
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
|
6
|
+
|
|
7
|
+
RUN \
|
|
8
|
+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
9
|
+
&& apt -y update && apt-get install -y \
|
|
10
|
+
bzip2 \
|
|
11
|
+
default-mysql-client \
|
|
12
|
+
exiftool \
|
|
13
|
+
git-core \
|
|
14
|
+
gnupg2 \
|
|
15
|
+
openssl \
|
|
16
|
+
postgresql-client-15 \
|
|
17
|
+
pv \
|
|
18
|
+
rsync \
|
|
19
|
+
ssh \
|
|
20
|
+
unzip \
|
|
21
|
+
wget
|
|
22
|
+
|
|
23
|
+
RUN \
|
|
24
|
+
install-php-extensions @fix_letsencrypt \
|
|
25
|
+
&& install-php-extensions apcu \
|
|
26
|
+
&& install-php-extensions bcmath \
|
|
27
|
+
&& install-php-extensions bz2 \
|
|
28
|
+
&& install-php-extensions calendar \
|
|
29
|
+
&& install-php-extensions exif \
|
|
30
|
+
&& install-php-extensions gd \
|
|
31
|
+
&& install-php-extensions gettext \
|
|
32
|
+
&& install-php-extensions imap \
|
|
33
|
+
&& install-php-extensions intl \
|
|
34
|
+
&& install-php-extensions ldap \
|
|
35
|
+
&& install-php-extensions mbstring \
|
|
36
|
+
&& install-php-extensions memcached \
|
|
37
|
+
&& install-php-extensions mysqli \
|
|
38
|
+
&& install-php-extensions oauth \
|
|
39
|
+
&& install-php-extensions opcache \
|
|
40
|
+
&& install-php-extensions pcntl \
|
|
41
|
+
&& install-php-extensions pdo \
|
|
42
|
+
&& install-php-extensions pdo_mysql \
|
|
43
|
+
&& install-php-extensions pdo_pgsql \
|
|
44
|
+
&& install-php-extensions redis \
|
|
45
|
+
&& install-php-extensions soap \
|
|
46
|
+
# && install-php-extensions xdebug \
|
|
47
|
+
&& install-php-extensions zip
|
|
48
|
+
|
|
49
|
+
RUN install-php-extensions @composer-2
|
|
50
|
+
|
|
51
|
+
RUN \
|
|
52
|
+
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
53
|
+
&& apt-get -y clean \
|
|
54
|
+
&& apt-get -y autoclean \
|
|
55
|
+
&& apt-get -y autoremove \
|
|
56
|
+
&& rm -rf /var/lib/apt/lists/* && rm -rf && rm -rf /var/lib/cache/* && rm -rf /var/lib/log/* && rm -rf /tmp/*
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# docker build -t devwithlando/php:8.4-fpm-4 .
|
|
2
|
+
|
|
3
|
+
FROM php:8.4.0RC2-fpm-bookworm
|
|
4
|
+
|
|
5
|
+
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
|
6
|
+
|
|
7
|
+
RUN \
|
|
8
|
+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
9
|
+
&& apt -y update && apt-get install -y \
|
|
10
|
+
bzip2 \
|
|
11
|
+
default-mysql-client \
|
|
12
|
+
exiftool \
|
|
13
|
+
git-core \
|
|
14
|
+
gnupg2 \
|
|
15
|
+
openssl \
|
|
16
|
+
postgresql-client-15 \
|
|
17
|
+
pv \
|
|
18
|
+
rsync \
|
|
19
|
+
ssh \
|
|
20
|
+
unzip \
|
|
21
|
+
wget
|
|
22
|
+
|
|
23
|
+
RUN \
|
|
24
|
+
install-php-extensions @fix_letsencrypt \
|
|
25
|
+
&& install-php-extensions apcu \
|
|
26
|
+
&& install-php-extensions bcmath \
|
|
27
|
+
&& install-php-extensions bz2 \
|
|
28
|
+
&& install-php-extensions calendar \
|
|
29
|
+
&& install-php-extensions exif \
|
|
30
|
+
&& install-php-extensions gd \
|
|
31
|
+
&& install-php-extensions gettext \
|
|
32
|
+
&& install-php-extensions imap \
|
|
33
|
+
&& install-php-extensions intl \
|
|
34
|
+
&& install-php-extensions ldap \
|
|
35
|
+
&& install-php-extensions mbstring \
|
|
36
|
+
&& install-php-extensions memcached \
|
|
37
|
+
&& install-php-extensions mysqli \
|
|
38
|
+
&& install-php-extensions oauth \
|
|
39
|
+
&& install-php-extensions opcache \
|
|
40
|
+
&& install-php-extensions pcntl \
|
|
41
|
+
&& install-php-extensions pdo \
|
|
42
|
+
&& install-php-extensions pdo_mysql \
|
|
43
|
+
&& install-php-extensions pdo_pgsql \
|
|
44
|
+
&& install-php-extensions redis \
|
|
45
|
+
&& install-php-extensions soap \
|
|
46
|
+
# && install-php-extensions xdebug \
|
|
47
|
+
&& install-php-extensions zip
|
|
48
|
+
|
|
49
|
+
RUN install-php-extensions @composer-2
|
|
50
|
+
|
|
51
|
+
RUN \
|
|
52
|
+
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
53
|
+
&& apt-get -y clean \
|
|
54
|
+
&& apt-get -y autoclean \
|
|
55
|
+
&& apt-get -y autoremove \
|
|
56
|
+
&& rm -rf /var/lib/apt/lists/* && rm -rf && rm -rf /var/lib/cache/* && rm -rf /var/lib/log/* && rm -rf /tmp/*
|
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
[build]
|
|
2
2
|
base = "./"
|
|
3
3
|
publish = "docs/.vitepress/dist"
|
|
4
|
+
command = "npm run docs:mvb"
|
|
5
|
+
|
|
6
|
+
[context.deploy-preview]
|
|
4
7
|
command = "npm run docs:build"
|
|
5
8
|
|
|
9
|
+
# https://github.com/munter/netlify-plugin-checklinks#readme
|
|
10
|
+
[[context.deploy-preview.plugins]]
|
|
11
|
+
package = "netlify-plugin-checklinks"
|
|
12
|
+
[context.deploy-preview.plugins.inputs]
|
|
13
|
+
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com", "/v/" ]
|
|
14
|
+
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
15
|
+
checkExternal = true
|
|
16
|
+
|
|
6
17
|
# Sets our asset optimization
|
|
7
18
|
[build.processing.css]
|
|
8
19
|
bundle = true
|
|
@@ -28,14 +39,6 @@
|
|
|
28
39
|
[plugins.inputs.audits]
|
|
29
40
|
output_path = "reports/lighthouse.html"
|
|
30
41
|
|
|
31
|
-
# https://github.com/munter/netlify-plugin-checklinks#readme
|
|
32
|
-
[[plugins]]
|
|
33
|
-
package = "netlify-plugin-checklinks"
|
|
34
|
-
[plugins.inputs]
|
|
35
|
-
todoPatterns = [ "load", "CHANGELOG.html", "x.com", "twitter.com" ]
|
|
36
|
-
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
37
|
-
checkExternal = true
|
|
38
|
-
|
|
39
42
|
# We need this so preview environments and the base site look ok on their own
|
|
40
43
|
[[redirects]]
|
|
41
44
|
from = "/"
|
|
@@ -44,4 +47,4 @@
|
|
|
44
47
|
[[redirects]]
|
|
45
48
|
from = "/plugins/php/*"
|
|
46
49
|
to = "/:splat"
|
|
47
|
-
status = 200
|
|
50
|
+
status = 200
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: docs.nginx
|
|
2
|
+
proxy:
|
|
3
|
+
cli:
|
|
4
|
+
- docs.nginx.lndo.site:5173
|
|
2
5
|
services:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
cli:
|
|
7
|
+
api: 4
|
|
8
|
+
image: node:18
|
|
9
|
+
command: sleep infinity
|
|
10
|
+
ports:
|
|
11
|
+
- 5173:5173/http
|
|
7
12
|
scanner: false
|
|
8
|
-
|
|
9
|
-
|
|
13
|
+
user: node
|
|
14
|
+
build:
|
|
15
|
+
app: |
|
|
16
|
+
npm install
|
|
10
17
|
tooling:
|
|
11
18
|
node:
|
|
12
|
-
service:
|
|
13
|
-
|
|
14
|
-
service:
|
|
19
|
+
service: cli
|
|
20
|
+
npm:
|
|
21
|
+
service: cli
|
|
22
|
+
vitepress:
|
|
23
|
+
service: cli
|
|
24
|
+
cmd: npx vitepress
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
18
|
|
@@ -1,37 +1,58 @@
|
|
|
1
|
+
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
|
+
|
|
3
|
+
## v1.3.0 - [October 16, 2024](https://github.com/lando/nginx/releases/tag/v1.3.0)
|
|
4
|
+
|
|
5
|
+
* Added nginx 1.27
|
|
6
|
+
* Updated other versions to latest bitnami images
|
|
7
|
+
* Minor curl improvements
|
|
8
|
+
|
|
9
|
+
## v1.2.0 - [June 11, 2024](https://github.com/lando/nginx/releases/tag/v1.2.0)
|
|
10
|
+
|
|
11
|
+
* Added support for `nginx:1.26`.
|
|
12
|
+
* Changed default version to `1.26`
|
|
13
|
+
|
|
14
|
+
## v1.1.0 - [March 8, 2024](https://github.com/lando/nginx/releases/tag/v1.1.0)
|
|
15
|
+
* Updated to latest database services.
|
|
16
|
+
|
|
17
|
+
## v1.0.0 - [December 7, 2023](https://github.com/lando/ngin/releases/tag/v1.0.0)
|
|
18
|
+
|
|
19
|
+
* Changed default version to `1.25`
|
|
20
|
+
* Dialed fully for `lando update`
|
|
21
|
+
* Re-added `render-template` tooling as possible
|
|
22
|
+
* Removed support for `nginx:1.14`
|
|
23
|
+
|
|
1
24
|
## v0.11.0 - [December 5, 2023](https://github.com/lando/nginx/releases/tag/v0.11.0)
|
|
2
25
|
|
|
3
|
-
|
|
4
|
-
|
|
26
|
+
* Got rid of `render-template` tooling [#33](https://github.com/lando/nginx/pull/33)
|
|
27
|
+
* Added support for `nginx:1.25`.
|
|
5
28
|
|
|
6
29
|
## v0.10.0 - [November 15, 2023](https://github.com/lando/nginx/releases/tag/v0.10.0)
|
|
7
30
|
|
|
8
|
-
|
|
9
|
-
|
|
31
|
+
* Moved builder file to the new builders/ directory.
|
|
32
|
+
* Isolated testing to fit with HARDCORE strategy.
|
|
10
33
|
|
|
11
34
|
## v0.9.0 - [July 3, 2023](https://github.com/lando/nginx/releases/tag/v0.9.0)
|
|
12
35
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
36
|
+
* Removed bundle-dependencies and version-bump-prompt from plugin.
|
|
37
|
+
* Updated package to use prepare-release-action.
|
|
38
|
+
* Updated documentation to reflect new release process.
|
|
16
39
|
|
|
17
40
|
## v0.8.0 - [May 10, 2023](https://github.com/lando/nginx/releases/tag/v0.8.0)
|
|
18
41
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
42
|
+
* Added support for `nginx:1.19`
|
|
43
|
+
* Added support for `nginx:1.20`
|
|
44
|
+
* Added support for `nginx:1.21`
|
|
45
|
+
* Added support for `nginx:1.22`
|
|
46
|
+
* Added support for `nginx:1.23`
|
|
47
|
+
* Added support for `nginx:1.24`
|
|
25
48
|
|
|
26
49
|
## v0.7.0 - [December 12, 2022](https://github.com/lando/nginx/releases/tag/v0.7.0)
|
|
27
50
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## v0.6.0 - [September 7, 2022](https://github.com/lando/nginx/releases/tag/v0.6.0)
|
|
51
|
+
* Added bundle-dependencies to release process.
|
|
52
|
+
* Fixed bug in plugin dogfooding test.
|
|
32
53
|
|
|
33
54
|
## v0.5.0 - [November 9, 2021](https://github.com/lando/nginx/releases/tag/v0.5.0)
|
|
34
55
|
|
|
35
|
-
|
|
56
|
+
Lando is **free** and **open source** software that relies on contributions from developers like you! If you like Lando then help us spend more time making, updating and supporting it by [contributing](https://github.com/sponsors/lando).
|
|
36
57
|
|
|
37
|
-
|
|
58
|
+
* Initial Release
|
|
@@ -33,6 +33,12 @@ If you'd like to report a bug or submit a feature request then please [use the i
|
|
|
33
33
|
|
|
34
34
|
We try to log all changes big and small in both [THE CHANGELOG](https://github.com/lando/nginx/blob/main/CHANGELOG.md) and the [release notes](https://github.com/lando/nginx/releases).
|
|
35
35
|
|
|
36
|
+
|
|
37
|
+
## Maintainers
|
|
38
|
+
|
|
39
|
+
* [@pirog](https://github.com/pirog)
|
|
40
|
+
* [@reynoldsalec](https://github.com/reynoldsalec)
|
|
41
|
+
|
|
36
42
|
## Contributors
|
|
37
43
|
|
|
38
44
|
<a href="https://github.com/lando/nginx/graphs/contributors">
|
|
@@ -8,12 +8,13 @@ const path = require('path');
|
|
|
8
8
|
module.exports = {
|
|
9
9
|
name: 'nginx',
|
|
10
10
|
config: {
|
|
11
|
-
version: '1.
|
|
12
|
-
supported: ['1.
|
|
13
|
-
legacy: ['1.14'],
|
|
11
|
+
version: '1.27',
|
|
12
|
+
supported: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24', '1.25', '1.26', '1.27'],
|
|
14
13
|
pinPairs: {
|
|
15
|
-
'1.
|
|
16
|
-
'1.
|
|
14
|
+
'1.27': 'bitnami/nginx:1.27.2-debian-12-r0',
|
|
15
|
+
'1.26': 'bitnami/nginx:1.26.2-debian-12-r6',
|
|
16
|
+
'1.25': 'bitnami/nginx:1.25.5-debian-12-r7',
|
|
17
|
+
'1.24': 'bitnami/nginx:1.24.0-debian-12-r25',
|
|
17
18
|
'1.23': 'bitnami/nginx:1.23.4-debian-11-r24',
|
|
18
19
|
'1.22': 'bitnami/nginx:1.22.1-debian-11-r66',
|
|
19
20
|
'1.21': 'bitnami/nginx:1.21.6-debian-11-r21',
|
|
@@ -22,7 +23,6 @@ module.exports = {
|
|
|
22
23
|
'1.18': 'bitnami/nginx:1.18.0-debian-10-r363',
|
|
23
24
|
'1.17': 'bitnami/nginx:1.17.10-debian-10-r71',
|
|
24
25
|
'1.16': 'bitnami/nginx:1.16.1-debian-10-r106',
|
|
25
|
-
'1.14': 'bitnami/nginx:1.14.2-r125',
|
|
26
26
|
},
|
|
27
27
|
patchesSupported: true,
|
|
28
28
|
confSrc: path.resolve(__dirname, '..', 'config'),
|
|
@@ -41,6 +41,8 @@ module.exports = {
|
|
|
41
41
|
server: '/tmp/server.conf.lando',
|
|
42
42
|
vhosts: '/tmp/vhosts.conf.lando',
|
|
43
43
|
},
|
|
44
|
+
renderArch: 'amd64',
|
|
45
|
+
renderTemplate: '1.0.6',
|
|
44
46
|
ssl: false,
|
|
45
47
|
webroot: '.',
|
|
46
48
|
},
|
|
@@ -48,21 +50,18 @@ module.exports = {
|
|
|
48
50
|
builder: (parent, config) => class LandoNginx extends parent {
|
|
49
51
|
constructor(id, options = {}) {
|
|
50
52
|
options = _.merge({}, config, options);
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
const mv = _(options.version.split('.')).thru(versions => [versions[0], versions[1]].join('.')).value();
|
|
54
|
-
|
|
53
|
+
// Are we strapped?
|
|
54
|
+
if (_.get(options, '_app._config.isArmed', false)) options.renderArch = 'arm64';
|
|
55
55
|
// Use different default for ssl
|
|
56
56
|
if (options.ssl) options.defaultFiles.vhosts = 'default-ssl.conf.tpl';
|
|
57
57
|
|
|
58
|
-
//
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
58
|
+
// attempt to install the render-template
|
|
59
|
+
require('../utils/add-build-step')(
|
|
60
|
+
[`/helpers/install-render-template.sh ${options.renderTemplate} ${options.renderArch}`],
|
|
61
|
+
options._app,
|
|
62
|
+
options.name,
|
|
63
|
+
'build_as_root_internal',
|
|
64
|
+
);
|
|
66
65
|
|
|
67
66
|
// Get the config files final destination
|
|
68
67
|
// @TODO: we cp the files instead of directly mounting them to
|
|
@@ -35,8 +35,14 @@ if [ -f "$PARAMS_SOURCE" ]; then
|
|
|
35
35
|
fi
|
|
36
36
|
|
|
37
37
|
# Replace LANDO_WEBROOT in the vhost template
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
# Render the template if render-template exists
|
|
39
|
+
if [ -x "$(command -v render-template)" ]; then
|
|
40
|
+
render-template "$VHOST_SOURCE" > /opt/bitnami/nginx/conf/vhosts/lando.conf
|
|
41
|
+
else
|
|
42
|
+
lando_warn "Command render-template not found, using sed fallback"
|
|
43
|
+
lando_warn "If your template replaced more than LANDO_WEBROOT this is probably going to be an issue"
|
|
44
|
+
sed 's@{{LANDO_WEBROOT}}@'"${LANDO_WEBROOT}"'@g' "$VHOST_SOURCE" > /opt/bitnami/nginx/conf/vhosts/lando.conf
|
|
45
|
+
fi
|
|
40
46
|
|
|
41
47
|
lando_info "Rendered template /tmp/vhosts.lando to /opt/bitnami/nginx/conf/vhosts/lando.conf"
|
|
42
48
|
lando_debug $(cat /opt/bitnami/nginx/conf/vhosts/lando.conf)
|