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

Commit eddaa21

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 1792787 commit eddaa21

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.110.0/script-library/common-alpine.sh"
20+
ARG COMMON_SCRIPT_SHA="d1658a6553ce554cbd834aaf20d5a64cb5c2338304f1d074e264419f88f5e710"
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.110.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
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.110.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
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.110.0/script-library/common-debian.sh"
21+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
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.110.0/script-library/common-debian.sh"
21+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
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.110.0/script-library/common-debian.sh"
37+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
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.110.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523"
2121

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

0 commit comments

Comments
 (0)