-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency puppeteer to v15 (#640)
- Loading branch information
1 parent
0a27de7
commit 2e3e488
Showing
29 changed files
with
102 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
build/ | ||
test/output |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
FROM node:16.16.0-bullseye-slim | ||
|
||
RUN addgroup --gid 1001 asciidoc && adduser --disabled-password --ingroup asciidoc -u 1001 asciidoc | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libgbm-dev libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libnss3 lsb-release xdg-utils poppler-utils wget \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
USER asciidoc | ||
WORKDIR /app | ||
|
||
COPY --chown=asciidoc:asciidoc lib ./lib | ||
COPY --chown=asciidoc:asciidoc bin ./bin | ||
COPY --chown=asciidoc:asciidoc css ./css | ||
COPY --chown=asciidoc:asciidoc fonts ./fonts | ||
COPY --chown=asciidoc:asciidoc test ./test | ||
|
||
COPY --chown=asciidoc:asciidoc package.json package-lock.json ./ | ||
RUN npm ci | ||
|
||
ENV DEBUG=1 | ||
CMD npm t |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+228 Bytes
(100%)
.../page-break-article-preamble_false-section_false-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+485 Bytes
(100%)
...ce/page-break-article-preamble_false-section_true-toc_auto-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.04 KB
(110%)
...nce/page-break-article-preamble_false-section_true-toc_auto-title-page-attribute_true.pdf
Binary file not shown.
Binary file modified
BIN
+359 Bytes
(100%)
...e/page-break-article-preamble_false-section_true-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+492 Bytes
(100%)
...ce/page-break-article-preamble_false-section_true-toc_false-title-page-attribute_true.pdf
Binary file not shown.
Binary file modified
BIN
+560 Bytes
(100%)
...nce/page-break-article-preamble_true-section_true-toc_auto-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.04 KB
(110%)
...ence/page-break-article-preamble_true-section_true-toc_auto-title-page-attribute_true.pdf
Binary file not shown.
Binary file modified
BIN
+428 Bytes
(100%)
...ce/page-break-article-preamble_true-section_true-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+566 Bytes
(100%)
...nce/page-break-article-preamble_true-section_true-toc_false-title-page-attribute_true.pdf
Binary file not shown.
Binary file modified
BIN
+568 Bytes
(100%)
...page-break-article-preamble_true-section_true-toc_preamble-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.04 KB
(110%)
.../page-break-article-preamble_true-section_true-toc_preamble-title-page-attribute_true.pdf
Binary file not shown.
Binary file modified
BIN
+329 Bytes
(110%)
...nce/page-break-book-preamble_false-section_false-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.04 KB
(110%)
...rence/page-break-book-preamble_false-section_true-toc_auto-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+492 Bytes
(100%)
...ence/page-break-book-preamble_false-section_true-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.22 KB
(110%)
...erence/page-break-book-preamble_true-section_true-toc_auto-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+885 Bytes
(110%)
...rence/page-break-book-preamble_true-section_true-toc_false-title-page-attribute_false.pdf
Binary file not shown.
Binary file modified
BIN
+1.23 KB
(110%)
...ce/page-break-book-preamble_true-section_true-toc_preamble-title-page-attribute_false.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.