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

Commit 2e0d95e

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 90e66b9 commit 2e0d95e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

containers/alpine-3.10-git/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
1616
ARG INSTALL_ZSH="true"
1717

1818
# 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.105.0/script-library/common-alpine.sh"
20+
ARG COMMON_SCRIPT_SHA="acb22932d06ab7ea9e196dfa3537d55c7d47ea815bfb93581790297cc9e2173b"
2121

2222
# Install git, bash, dependencies, and add a non-root user
2323
RUN apk update \

containers/debian-10-git/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID
1919
ARG INSTALL_ZSH="true"
2020

2121
# 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.105.0/script-library/common-debian.sh"
23+
ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4"
2424

2525
# Avoid warnings by switching to noninteractive
2626
ENV DEBIAN_FRONTEND=noninteractive

containers/debian-9-git/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ ARG USER_GID=$USER_UID
1919
ARG INSTALL_ZSH="true"
2020

2121
# 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.105.0/script-library/common-debian.sh"
23+
ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4"
2424

2525
# Avoid warnings by switching to noninteractive
2626
ENV DEBIAN_FRONTEND=noninteractive

containers/javascript-node-10/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID
2020
ARG INSTALL_ZSH="true"
2121

2222
# 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.105.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4"
2525

2626
# Avoid warnings by switching to noninteractive
2727
ENV DEBIAN_FRONTEND=noninteractive

containers/javascript-node-12/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ARG USER_GID=$USER_UID
2020
ARG INSTALL_ZSH="true"
2121

2222
# 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.105.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4"
2525

2626
# Avoid warnings by switching to noninteractive
2727
ENV DEBIAN_FRONTEND=noninteractive

containers/ubuntu-18.04-git/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
1616
ARG INSTALL_ZSH="true"
1717

1818
# 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.105.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="1c4607ffef87af8071766ccf2c09ce27ba8b955bd8ad132f9873e1e1fb2c0dd4"
2121

2222
# Avoid warnings by switching to noninteractive
2323
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)