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

Commit 3b639b3

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent c7067de commit 3b639b3

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ARG USER_GID=$USER_UID
1414

1515
# Options for common package install script - SHA updated on release
1616
ARG INSTALL_ZSH="true"
17-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-alpine.sh"
18-
ARG COMMON_SCRIPT_SHA="dev-mode"
17+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/common-alpine.sh"
18+
ARG COMMON_SCRIPT_SHA="9e7c903decb7d2da5ceb6885202c39bc77f24e76e527c69e0b74d9c82380456e"
1919

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_GID=$USER_UID
1515
# Options for common package install script
1616
ARG INSTALL_ZSH="true"
1717
ARG UPGRADE_PACKAGES="true"
18-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
19-
ARG COMMON_SCRIPT_SHA="dev-mode"
18+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/common-debian.sh"
19+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2020

2121
# Configure apt and install packages
2222
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_GID=$USER_UID
1515
# Options for common package install script
1616
ARG INSTALL_ZSH="true"
1717
ARG UPGRADE_PACKAGES="true"
18-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
19-
ARG COMMON_SCRIPT_SHA="dev-mode"
18+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/common-debian.sh"
19+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2020

2121
# Configure apt and install packages
2222
RUN apt-get update \

containers/docker-from-docker-compose/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_UID=1000
1515
ARG USER_GID=$USER_UID
1616

1717
# Docker script args, location, and expected SHA - SHA generated on release
18-
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
19-
ARG DOCKER_SCRIPT_SHA="dev-mode"
18+
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/docker-debian.sh"
19+
ARG DOCKER_SCRIPT_SHA="dde4c419e3a8d9ed15f8d11d366fc7ce29817e451b949d5d7c41432d86ae3b59"
2020
ARG ENABLE_NONROOT_DOCKER="true"
2121
ARG SOURCE_SOCKET=/var/run/docker-host.sock
2222
ARG TARGET_SOCKET=/var/run/docker.sock

containers/docker-from-docker/.devcontainer/Dockerfile

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

1818
# Docker script args, location, and expected SHA - SHA generated on release
19-
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
20-
ARG DOCKER_SCRIPT_SHA="dev-mode"
19+
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/docker-debian.sh"
20+
ARG DOCKER_SCRIPT_SHA="dde4c419e3a8d9ed15f8d11d366fc7ce29817e451b949d5d7c41432d86ae3b59"
2121
ARG ENABLE_NONROOT_DOCKER="true"
2222
ARG SOURCE_SOCKET=/var/run/docker-host.sock
2323
ARG TARGET_SOCKET=/var/run/docker.sock

containers/java-11/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ARG USER_GID=$USER_UID
1616
# Options for common package install script
1717
ARG INSTALL_ZSH="true"
1818
ARG UPGRADE_PACKAGES="true"
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.122.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2121

2222
# Configure apt
2323
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ENV NVM_DIR=/usr/local/share/nvm
2020
# Options for common package install script
2121
ARG INSTALL_ZSH="true"
2222
ARG UPGRADE_PACKAGES="true"
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.122.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2525

2626
# Configure apt and install packages
2727
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ENV NVM_DIR=/usr/local/share/nvm
2020
# Options for common package install script
2121
ARG INSTALL_ZSH="true"
2222
ARG UPGRADE_PACKAGES="true"
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.122.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2525

2626
# Configure apt and install packages
2727
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ENV NVM_DIR=/usr/local/share/nvm
2020
# Options for common package install script
2121
ARG INSTALL_ZSH="true"
2222
ARG UPGRADE_PACKAGES="true"
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.122.0/script-library/common-debian.sh"
24+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2525

2626
# Configure apt and install packages
2727
RUN apt-get update \

containers/kubernetes-helm/.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG USER_UID=1000
1515
ARG USER_GID=$USER_UID
1616

1717
# Docker script args, location, and expected SHA - SHA generated on release
18-
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/docker-debian.sh"
19-
ARG DOCKER_SCRIPT_SHA="dev-mode"
18+
ARG DOCKER_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/docker-debian.sh"
19+
ARG DOCKER_SCRIPT_SHA="dde4c419e3a8d9ed15f8d11d366fc7ce29817e451b949d5d7c41432d86ae3b59"
2020
ARG ENABLE_NONROOT_DOCKER="true"
2121
ARG SOURCE_SOCKET=/var/run/docker-host.sock
2222
ARG TARGET_SOCKET=/var/run/docker.sock

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ ENV PATH=${PATH}:${PIPX_BIN_DIR}
4848
# Options for common package install script
4949
ARG INSTALL_ZSH="true"
5050
ARG UPGRADE_PACKAGES="true"
51-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
52-
ARG COMMON_SCRIPT_SHA="dev-mode"
51+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/common-debian.sh"
52+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
5353

5454
# Configure apt and install packages
5555
RUN apt-get update \

containers/ubuntu/.devcontainer/base.Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ ARG USER_GID=$USER_UID
1818
# Options for common package install script - SHA generated on release
1919
ARG INSTALL_ZSH="true"
2020
ARG UPGRADE_PACKAGES="true"
21-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
22-
ARG COMMON_SCRIPT_SHA="dev-mode"
21+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.122.0/script-library/common-debian.sh"
22+
ARG COMMON_SCRIPT_SHA="da956c699ebef75d3d37d50569b5fbd75d6363e90b3f5d228807cff1f7fa211c"
2323

2424
# Configure apt and install packages
2525
RUN apt-get update \

0 commit comments

Comments
 (0)