This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree 19 files changed +38
-38
lines changed
docker-from-docker/.devcontainer
docker-from-docker-compose/.devcontainer
dotnetcore-fsharp/.devcontainer
javascript-node/.devcontainer
kubernetes-helm/.devcontainer
php-mariadb/.devcontainer
ruby-sinatra/.devcontainer
19 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ARG USER_GID=$USER_UID
10
10
11
11
# Options for common setup script
12
12
ARG INSTALL_ZSH="true"
13
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-alpine.sh"
14
- ARG COMMON_SCRIPT_SHA="dev-mode "
13
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-alpine.sh"
14
+ ARG COMMON_SCRIPT_SHA="9e7c903decb7d2da5ceb6885202c39bc77f24e76e527c69e0b74d9c82380456e "
15
15
16
16
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
17
17
RUN apk update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="false"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ARG USER_UID=1000
15
15
ARG USER_GID=$USER_UID
16
16
17
17
# Script sources
18
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
19
- ARG COMMON_SCRIPT_SHA="dev-mode "
18
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
19
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
20
20
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
21
21
ARG DOCKER_SCRIPT_SHA="dev-mode"
22
22
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG USER_UID=1000
16
16
ARG USER_GID=$USER_UID
17
17
18
18
# Script sources
19
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
20
- ARG COMMON_SCRIPT_SHA="dev-mode "
19
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
20
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
21
21
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
22
22
ARG DOCKER_SCRIPT_SHA="dev-mode"
23
23
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ ARG USER_GID=$USER_UID
14
14
# Options for common setup script
15
15
ARG INSTALL_ZSH="true"
16
16
ARG UPGRADE_PACKAGES="true"
17
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
18
- ARG COMMON_SCRIPT_SHA="dev-mode "
17
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
18
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
19
19
20
20
# [Optional] Settings for installing Node.js.
21
21
ARG INSTALL_NODE="false"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
16
16
# Options for common setup script
17
17
ARG INSTALL_ZSH="true"
18
18
ARG UPGRADE_PACKAGES="true"
19
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
20
- ARG COMMON_SCRIPT_SHA="dev-mode "
19
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
20
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
21
21
22
22
# [Optional] Settings for installing Node.js.
23
23
ARG INSTALL_NODE="true"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script - SHA generated on release
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="false"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ARG USER_GID=$USER_UID
9
9
# Options for common setup script
10
10
ARG INSTALL_ZSH="true"
11
11
ARG UPGRADE_PACKAGES="true"
12
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
13
- ARG COMMON_SCRIPT_SHA="dev-mode "
12
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
13
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
14
14
15
15
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
16
16
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ ARG USER_UID=1000
13
13
ARG USER_GID=$USER_UID
14
14
15
15
# Script sources
16
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
17
- ARG COMMON_SCRIPT_SHA="dev-mode "
16
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
17
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
18
18
ARG NVM_YARN_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/node-debian.sh"
19
19
ARG NVM_YARN_SCRIPT_SHA="dev-mode"
20
20
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ARG USER_UID=1000
15
15
ARG USER_GID=$USER_UID
16
16
17
17
# Script sources
18
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
19
- ARG COMMON_SCRIPT_SHA="dev-mode "
18
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
19
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
20
20
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
21
21
ARG DOCKER_SCRIPT_SHA="dev-mode"
22
22
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script - SHA generated on release
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="false"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script - SHA generated on release
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="false"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common package install script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Settings for installing Node.js.
18
18
ARG NODE_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/node-debian.sh"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common package install script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# [Optional] Settings for installing Node.js.
18
18
ARG INSTALL_NODE="true"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common package install script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# [Optional] Settings for installing Node.js.
18
18
ARG INSTALL_NODE="true"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Other options for common setup script
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="false"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ ARG USER_GID=$USER_UID
11
11
# Options for common setup script - SHA generated on release
12
12
ARG INSTALL_ZSH="true"
13
13
ARG UPGRADE_PACKAGES="true"
14
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
15
- ARG COMMON_SCRIPT_SHA="dev-mode "
14
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.130.0 /script-library/common-debian.sh"
15
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
16
16
17
17
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
18
18
RUN apt-get update \
You can’t perform that action at this time.
0 commit comments