Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 9248818

Browse files
author
CI
committed
Automated update for script library changes
1 parent b99598d commit 9248818

File tree

15 files changed

+45
-0
lines changed

15 files changed

+45
-0
lines changed

containers/azure-ansible/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/azure-bicep/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/azure-static-web-apps/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/azure-terraform/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/codespaces-linux/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/dotnet/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/go/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/java/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/javascript-node/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

containers/php/.devcontainer/library-scripts/node-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ elif [ "${NODE_VERSION}" = "lts" ]; then
100100
export NODE_VERSION="lts/*"
101101
fi
102102

103+
# Create a symlink to the installed version for use in Dockerfile PATH statements
104+
export NVM_SYMLINK_CURRENT=true
105+
103106
# Install the specified node version if NVM directory already exists, then exit
104107
if [ -d "${NVM_DIR}" ]; then
105108
echo "NVM already installed."

0 commit comments

Comments
 (0)