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

Commit 6c3718a

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 2e31887 commit 6c3718a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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.109.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
@@ -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.109.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

containers/debian-9-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.109.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

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

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

1919
# Location and expected SHA for common setup script - SHA generated on release
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.109.0/script-library/common-debian.sh"
21+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
2222

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

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

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

1919
# Location and expected SHA for common setup script - SHA generated on release
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.109.0/script-library/common-debian.sh"
21+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
2222

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

containers/python-3/.devcontainer/base.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ARG USER_GID=$USER_UID
3333
ARG INSTALL_ZSH="true"
3434

3535
# Location and expected SHA for common setup script - SHA generated on release
36-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
37-
ARG COMMON_SCRIPT_SHA="dev-mode"
36+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.109.0/script-library/common-debian.sh"
37+
ARG COMMON_SCRIPT_SHA="c16b59a069c9e8a7dcdb5dfaeba833b98803295fcf7fd96b7f2b57e28b434f87"
3838

3939
# Avoid warnings by switching to noninteractive
4040
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.109.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)