Skip to content

Update node to v14 #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/lts/alpine38/dependabot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:10.15.3-alpine
FROM node:14.3.0-alpine
6 changes: 3 additions & 3 deletions release/lts/alpine38/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.8

FROM node:10.15.3-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ENV NODE_VERSION=10.15.3 \
YARN_VERSION=1.13.0 \
ENV NODE_VERSION=14.0.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-3.8

Expand Down
2 changes: 1 addition & 1 deletion release/lts/alpine38/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test-deps-musl"
],
"TestProperties": {
"size": 212
"size": 254
}
}
6 changes: 3 additions & 3 deletions release/lts/alpine39/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.9

FROM node:10.15.3-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ARG fromTag=3.9

ENV NODE_VERSION=10.15.3 \
YARN_VERSION=1.13.0 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-${fromTag}

Expand Down
2 changes: 1 addition & 1 deletion release/lts/alpine39/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-deps-musl"
],
"TestProperties": {
"size": 212
"size": 254
},
"TagMapping": {
"^.*-alpine-3.9$" : "lts-alpine-3.9",
Expand Down
6 changes: 3 additions & 3 deletions release/preview/alpine311/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.11

FROM node:10.18.1-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ARG fromTag=3.11

ENV NODE_VERSION=10.18.1 \
YARN_VERSION=1.21.1 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-${fromTag}

Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine311/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-deps-musl"
],
"TestProperties": {
"size": 263
"size": 295
},
"TagMapping": {
"^.*-alpine-3.11$" : "preview-alpine-3.11"
Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine38/dependabot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:10.15.3-alpine
FROM node:14.3.0-alpine
6 changes: 3 additions & 3 deletions release/preview/alpine38/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.8

FROM node:10.18.1-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ENV NODE_VERSION=10.18.1 \
YARN_VERSION=1.21.1 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-3.8

Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine38/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test-deps-musl"
],
"TestProperties": {
"size": 264
"size": 297
}
}
6 changes: 3 additions & 3 deletions release/preview/alpine39/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.9

FROM node:10.18.1-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ARG fromTag=3.9

ENV NODE_VERSION=10.18.1 \
YARN_VERSION=1.21.1 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-${fromTag}

Expand Down
2 changes: 1 addition & 1 deletion release/preview/alpine39/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-deps-musl"
],
"TestProperties": {
"size": 263
"size": 296
},
"TagMapping": {
"^.*-alpine-3.9$" : "preview-alpine-3.9",
Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine38/dependabot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM node:10.15.3-alpine
FROM node:14.3.0-alpine
6 changes: 3 additions & 3 deletions release/stable/alpine38/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.8

FROM node:10.15.3-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ENV NODE_VERSION=10.15.3 \
YARN_VERSION=1.13.0 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-3.8

Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine38/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"test-deps-musl"
],
"TestProperties": {
"size": 212
"size": 255
}
}
6 changes: 3 additions & 3 deletions release/stable/alpine39/test-deps/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

ARG BaseImage=mcr.microsoft.com/powershell:alpine-3.9

FROM node:10.15.3-alpine as node
FROM node:14.3.0-alpine as node

# Do nothing, just added to borrow the already built node files.

FROM ${BaseImage}

ARG fromTag=3.9

ENV NODE_VERSION=10.15.3 \
YARN_VERSION=1.13.0 \
ENV NODE_VERSION=14.3.0 \
YARN_VERSION=1.22.4 \
NVM_DIR="/root/.nvm" \
POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-TestDeps-Alpine-${fromTag}

Expand Down
2 changes: 1 addition & 1 deletion release/stable/alpine39/test-deps/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-deps-musl"
],
"TestProperties": {
"size": 212
"size": 255
},
"TagMapping": {
"^.*-alpine-3.9$" : "alpine-3.9",
Expand Down