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

Commit 228e2d2

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent da11f7a commit 228e2d2

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.108.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.108.0/script-library/common-debian.sh"
23+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
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.108.0/script-library/common-debian.sh"
23+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
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.108.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
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.108.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
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.108.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
2121

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

0 commit comments

Comments
 (0)