-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* yarn upgrade, docker builds * docker build updates * prepare v2.10.0, portal-core-components v2.10.0
- Loading branch information
Showing
33 changed files
with
18,191 additions
and
12,711 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,11 @@ | ||
.git | ||
.yarn | ||
|
||
node_modules | ||
build | ||
templates | ||
|
||
**/*/node_modules | ||
**/*/build | ||
|
||
.DS_Store |
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,6 +3,7 @@ node_modules | |
/node_modules | ||
/.pnp | ||
.pnp.js | ||
/.yarn | ||
|
||
# testing | ||
/coverage | ||
|
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,2 @@ | ||
httpTimeout: 500000 | ||
nodeLinker: node-modules |
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,11 @@ | ||
.git | ||
.yarn | ||
|
||
node_modules | ||
build | ||
templates | ||
|
||
**/*/node_modules | ||
**/*/build | ||
|
||
.DS_Store |
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,21 @@ | ||
FROM portal-react-apps:latest-builder-base AS builder-base | ||
FROM portal-react-apps/node:current | ||
|
||
EXPOSE 3000 | ||
EXPOSE 3012 | ||
|
||
ARG YARN_VERSION | ||
|
||
RUN corepack enable && corepack prepare yarn@${YARN_VERSION} --activate | ||
|
||
WORKDIR /app | ||
|
||
COPY --from=builder-base /app/node_modules /app/node_modules | ||
COPY --from=builder-base /app/.yarn /app/.yarn | ||
COPY --from=builder-base /app/.eslintrc.json /app/.eslintrc.json | ||
COPY --from=builder-base /app/.yarnrc.yml /app/.yarnrc.yml | ||
COPY --from=builder-base /app/package.json /app/package.json | ||
COPY --from=builder-base /app/tsconfig.json /app/tsconfig.json | ||
COPY --from=builder-base /app/yarn.lock /app/yarn.lock | ||
|
||
COPY --from=builder-base /app/apps/data-availability /app/apps/data-availability |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.git | ||
.yarn | ||
|
||
node_modules | ||
build | ||
templates | ||
|
||
**/*/node_modules | ||
**/*/build | ||
|
||
.DS_Store |
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,21 @@ | ||
FROM portal-react-apps:latest-builder-base AS builder-base | ||
FROM portal-react-apps/node:current | ||
|
||
EXPOSE 3000 | ||
EXPOSE 3012 | ||
|
||
ARG YARN_VERSION | ||
|
||
RUN corepack enable && corepack prepare yarn@${YARN_VERSION} --activate | ||
|
||
WORKDIR /app | ||
|
||
COPY --from=builder-base /app/node_modules /app/node_modules | ||
COPY --from=builder-base /app/.yarn /app/.yarn | ||
COPY --from=builder-base /app/.eslintrc.json /app/.eslintrc.json | ||
COPY --from=builder-base /app/.yarnrc.yml /app/.yarnrc.yml | ||
COPY --from=builder-base /app/package.json /app/package.json | ||
COPY --from=builder-base /app/tsconfig.json /app/tsconfig.json | ||
COPY --from=builder-base /app/yarn.lock /app/yarn.lock | ||
|
||
COPY --from=builder-base /app/apps/data-product-detail /app/apps/data-product-detail |
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,11 @@ | ||
.git | ||
.yarn | ||
|
||
node_modules | ||
build | ||
templates | ||
|
||
**/*/node_modules | ||
**/*/build | ||
|
||
.DS_Store |
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,21 @@ | ||
FROM portal-react-apps:latest-builder-base AS builder-base | ||
FROM portal-react-apps/node:current | ||
|
||
EXPOSE 3000 | ||
EXPOSE 3011 | ||
|
||
ARG YARN_VERSION | ||
|
||
RUN corepack enable && corepack prepare yarn@${YARN_VERSION} --activate | ||
|
||
WORKDIR /app | ||
|
||
COPY --from=builder-base /app/node_modules /app/node_modules | ||
COPY --from=builder-base /app/.yarn /app/.yarn | ||
COPY --from=builder-base /app/.eslintrc.json /app/.eslintrc.json | ||
COPY --from=builder-base /app/.yarnrc.yml /app/.yarnrc.yml | ||
COPY --from=builder-base /app/package.json /app/package.json | ||
COPY --from=builder-base /app/tsconfig.json /app/tsconfig.json | ||
COPY --from=builder-base /app/yarn.lock /app/yarn.lock | ||
|
||
COPY --from=builder-base /app/apps/explore-data-products /app/apps/explore-data-products |
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,11 @@ | ||
.git | ||
.yarn | ||
|
||
node_modules | ||
build | ||
templates | ||
|
||
**/*/node_modules | ||
**/*/build | ||
|
||
.DS_Store |
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.