diff --git a/containers/alpine-3.10-git/.devcontainer/Dockerfile b/containers/alpine-3.10-git/.devcontainer/Dockerfile index 10bfb70ee4..5e4215e0ea 100644 --- a/containers/alpine-3.10-git/.devcontainer/Dockerfile +++ b/containers/alpine-3.10-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-alpine.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-alpine.sh" +ARG COMMON_SCRIPT_SHA="d1658a6553ce554cbd834aaf20d5a64cb5c2338304f1d074e264419f88f5e710" # Install git, bash, dependencies, and add a non-root user RUN apk update \ diff --git a/containers/debian-10-git/.devcontainer/Dockerfile b/containers/debian-10-git/.devcontainer/Dockerfile index 3eadbae4f1..670d32e022 100644 --- a/containers/debian-10-git/.devcontainer/Dockerfile +++ b/containers/debian-10-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/debian-9-git/.devcontainer/Dockerfile b/containers/debian-9-git/.devcontainer/Dockerfile index 1a55312d15..f342a3932d 100644 --- a/containers/debian-9-git/.devcontainer/Dockerfile +++ b/containers/debian-9-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/docker-in-docker-compose/.devcontainer/Dockerfile b/containers/docker-in-docker-compose/.devcontainer/Dockerfile index f21be67430..bdb3fc52e7 100644 --- a/containers/docker-in-docker-compose/.devcontainer/Dockerfile +++ b/containers/docker-in-docker-compose/.devcontainer/Dockerfile @@ -15,8 +15,8 @@ ARG USER_UID=1000 ARG USER_GID=$USER_UID # Docker script args, location, and expected SHA - SHA generated on release -ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh" -ARG DOCKER_SCRIPT_SHA="dev-mode" +ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/docker-debian.sh" +ARG DOCKER_SCRIPT_SHA="5f49443506a51d8e0026d62a4306a0d1f27f2d91dfa30432090e08309a5fb642" ARG ENABLE_NONROOT_DOCKER="true" ARG SOURCE_SOCKET=/var/run/docker-host.sock ARG TARGET_SOCKET=/var/run/docker.sock diff --git a/containers/docker-in-docker/.devcontainer/Dockerfile b/containers/docker-in-docker/.devcontainer/Dockerfile index 6a3925054f..4cf4f0b679 100644 --- a/containers/docker-in-docker/.devcontainer/Dockerfile +++ b/containers/docker-in-docker/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_UID=1000 ARG USER_GID=$USER_UID # Docker script args, location, and expected SHA - SHA generated on release -ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh" -ARG DOCKER_SCRIPT_SHA="dev-mode" +ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/docker-debian.sh" +ARG DOCKER_SCRIPT_SHA="5f49443506a51d8e0026d62a4306a0d1f27f2d91dfa30432090e08309a5fb642" ARG ENABLE_NONROOT_DOCKER="true" ARG SOURCE_SOCKET=/var/run/docker-host.sock ARG TARGET_SOCKET=/var/run/docker.sock diff --git a/containers/javascript-node-10/.devcontainer/Dockerfile b/containers/javascript-node-10/.devcontainer/Dockerfile index 6dd3058830..6a24db0254 100644 --- a/containers/javascript-node-10/.devcontainer/Dockerfile +++ b/containers/javascript-node-10/.devcontainer/Dockerfile @@ -17,8 +17,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/javascript-node-12/.devcontainer/Dockerfile b/containers/javascript-node-12/.devcontainer/Dockerfile index 72a6d84028..efa7b78c1f 100644 --- a/containers/javascript-node-12/.devcontainer/Dockerfile +++ b/containers/javascript-node-12/.devcontainer/Dockerfile @@ -17,8 +17,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/python-3/.devcontainer/base.Dockerfile b/containers/python-3/.devcontainer/base.Dockerfile index fe15a5082f..b0f520d0e6 100644 --- a/containers/python-3/.devcontainer/base.Dockerfile +++ b/containers/python-3/.devcontainer/base.Dockerfile @@ -33,8 +33,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive diff --git a/containers/ubuntu-18.04-git/.devcontainer/Dockerfile b/containers/ubuntu-18.04-git/.devcontainer/Dockerfile index 25bb074a29..eb94a9d65c 100644 --- a/containers/ubuntu-18.04-git/.devcontainer/Dockerfile +++ b/containers/ubuntu-18.04-git/.devcontainer/Dockerfile @@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID ARG INSTALL_ZSH="true" # Location and expected SHA for common setup script - SHA generated on release -ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh" -ARG COMMON_SCRIPT_SHA="dev-mode" +ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.115.0/script-library/common-debian.sh" +ARG COMMON_SCRIPT_SHA="28e3d552a08e0d82935ad7335837f354809bec9856a3e0c2855f17bfe3a19523" # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive