-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vlad Volkov
committed
Jan 29, 2022
1 parent
c950841
commit dd4fb48
Showing
6 changed files
with
19 additions
and
446 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 |
---|---|---|
|
@@ -4,10 +4,27 @@ FROM node:${nodejs_version}-slim AS yarn | |
ENV YARN_GLOBAL_FOLDER=/usr/local/yarn | ||
WORKDIR /usr/local/src | ||
COPY app . | ||
RUN yarn \ | ||
VOLUME ["/usr/local/src"] | ||
VOLUME ["/usr/local/yarn"] | ||
RUN apt-get update --fix-missing \ | ||
&& apt-get upgrade --yes \ | ||
&& apt-get dist-upgrade --yes \ | ||
&& apt-get install --no-install-recommends --no-install-suggests --yes \ | ||
git \ | ||
ca-certificates \ | ||
build-essential \ | ||
&& yarn config set enableGlobalCache true \ | ||
&& yarn config set globalFolder $YARN_GLOBAL_FOLDER \ | ||
&& yarn config set nodeLinker node-modules \ | ||
&& yarn config set nmHoistingLimits workspaces \ | ||
&& yarn config set enableTelemetry false \ | ||
&& yarn config set preferAggregateCacheInfo true \ | ||
&& yarn plugin import workspace-tools \ | ||
&& yarn plugin import version \ | ||
&& yarn \ | ||
&& yarn rebuild | ||
|
||
FROM summerwind/actions-runner-dind:v2.286.1-ubuntu-20.04 AS default | ||
FROM summerwind/actions-runner-dind:v2.287.1-ubuntu-20.04 AS default | ||
LABEL org.opencontainers.image.authors="BN Enginseers <[email protected]>" \ | ||
org.opencontainers.image.url="https://github.com/bn-digital/docker" \ | ||
org.opencontainers.image.source="https://github.com/bn-digital/docker" \ | ||
|
This file was deleted.
Oops, something went wrong.
363 changes: 0 additions & 363 deletions
363
images/build/app/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
images/build/app/.yarn/plugins/@yarnpkg/plugin-typescript.cjs
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
images/build/app/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
This file was deleted.
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