This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree 6 files changed +12
-12
lines changed
alpine-3.10-git/.devcontainer
debian-10-git/.devcontainer
debian-9-git/.devcontainer
javascript-node-10/.devcontainer
javascript-node-12/.devcontainer
ubuntu-18.04-git/.devcontainer
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
16
16
ARG INSTALL_ZSH="true"
17
17
18
18
# Location and expected SHA for common setup script - SHA generated on release
19
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-alpine.sh"
20
- ARG COMMON_SCRIPT_SHA="dev-mode "
19
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0 /script-library/common-alpine.sh"
20
+ ARG COMMON_SCRIPT_SHA="acb22932d06ab7ea9e196dfa3537d55c7d47ea815bfb93581790297cc9e2173b "
21
21
22
22
# Install git, bash, dependencies, and add a non-root user
23
23
RUN apk update \
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID
19
19
ARG INSTALL_ZSH="true"
20
20
21
21
# Location and expected SHA for common setup script - SHA generated on release
22
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
23
- ARG COMMON_SCRIPT_SHA="dev-mode "
22
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0 /script-library/common-debian.sh"
23
+ ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4 "
24
24
25
25
# Avoid warnings by switching to noninteractive
26
26
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID
19
19
ARG INSTALL_ZSH="true"
20
20
21
21
# Location and expected SHA for common setup script - SHA generated on release
22
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
23
- ARG COMMON_SCRIPT_SHA="dev-mode "
22
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0 /script-library/common-debian.sh"
23
+ ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4 "
24
24
25
25
# Avoid warnings by switching to noninteractive
26
26
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID
20
20
ARG INSTALL_ZSH="true"
21
21
22
22
# Location and expected SHA for common setup script - SHA generated on release
23
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
24
- ARG COMMON_SCRIPT_SHA="dev-mode "
23
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0 /script-library/common-debian.sh"
24
+ ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4 "
25
25
26
26
# Avoid warnings by switching to noninteractive
27
27
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID
20
20
ARG INSTALL_ZSH="true"
21
21
22
22
# Location and expected SHA for common setup script - SHA generated on release
23
- ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master /script-library/common-debian.sh"
24
- ARG COMMON_SCRIPT_SHA="dev-mode "
23
+ ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.103.0 /script-library/common-debian.sh"
24
+ ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4 "
25
25
26
26
# Avoid warnings by switching to noninteractive
27
27
ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
16
16
ARG INSTALL_ZSH="true"
17
17
18
18
# Location and expected SHA for common setup script - SHA generated on release
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.103.0 /script-library/common-debian.sh"
20
+ ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4 "
21
21
22
22
# Avoid warnings by switching to noninteractive
23
23
ENV DEBIAN_FRONTEND=noninteractive
You can’t perform that action at this time.
0 commit comments