This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree 16 files changed +32
-32
lines changed
docker-from-docker/.devcontainer
docker-from-docker-compose/.devcontainer
dotnetcore-fsharp/.devcontainer
javascript-node/.devcontainer
kubernetes-helm/.devcontainer
ruby-sinatra/.devcontainer
16 files changed +32
-32
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.129.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="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.129.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 @@ -8,8 +8,8 @@ ARG USER_UID=1000
8
8
ARG USER_GID=$USER_UID
9
9
10
10
# Docker script args, location, and expected SHA - SHA generated on release
11
- ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/docker-debian.sh"
12
- ARG DOCKER_SCRIPT_SHA="dev-mode "
11
+ ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.129.0 /script-library/docker-debian.sh"
12
+ ARG DOCKER_SCRIPT_SHA="31c42f9d96f7002739df396d6955e73ccf5a9a6a414266da042800571ccd292d "
13
13
ARG ENABLE_NONROOT_DOCKER="true"
14
14
ARG SOURCE_SOCKET=/var/run/docker-host.sock
15
15
ARG TARGET_SOCKET=/var/run/docker.sock
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ ARG USER_UID=1000
9
9
ARG USER_GID=$USER_UID
10
10
11
11
# Docker script args, location, and expected SHA - SHA generated on release
12
- ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/docker-debian.sh"
13
- ARG DOCKER_SCRIPT_SHA="dev-mode "
12
+ ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.129.0 /script-library/docker-debian.sh"
13
+ ARG DOCKER_SCRIPT_SHA="31c42f9d96f7002739df396d6955e73ccf5a9a6a414266da042800571ccd292d "
14
14
ARG ENABLE_NONROOT_DOCKER="true"
15
15
ARG SOURCE_SOCKET=/var/run/docker-host.sock
16
16
ARG TARGET_SOCKET=/var/run/docker.sock
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.129.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.129.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.129.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.129.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 @@ -17,8 +17,8 @@ ENV PATH=${NVM_DIR}/current/bin:${PATH}
17
17
# Options for common setup script
18
18
ARG INSTALL_ZSH="true"
19
19
ARG UPGRADE_PACKAGES="true"
20
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
21
- ARG COMMON_SCRIPT_SHA="dev-mode "
20
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.129.0 /script-library/common-debian.sh"
21
+ ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e "
22
22
23
23
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
24
24
RUN apt-get update \
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ ARG USER_UID=1000
8
8
ARG USER_GID=$USER_UID
9
9
10
10
# Docker script args, location, and expected SHA - SHA generated on release
11
- ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/docker-debian.sh"
12
- ARG DOCKER_SCRIPT_SHA="dev-mode "
11
+ ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.129.0 /script-library/docker-debian.sh"
12
+ ARG DOCKER_SCRIPT_SHA="31c42f9d96f7002739df396d6955e73ccf5a9a6a414266da042800571ccd292d "
13
13
ARG ENABLE_NONROOT_DOCKER="true"
14
14
ARG SOURCE_SOCKET=/var/run/docker-host.sock
15
15
ARG TARGET_SOCKET=/var/run/docker.sock
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.129.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.129.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.129.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.129.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.129.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.129.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