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

Commit 8820e7b

Browse files
author
CI
committed
Automated update of common script sources and hash
1 parent 94db14c commit 8820e7b

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

containers/alpine/.devcontainer/base.Dockerfile

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

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

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

containers/debian/.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
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.126.0/script-library/common-debian.sh"
22+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2323

2424
# Configure apt and install packages
2525
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.126.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.126.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/dotnetcore-fsharp/.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.126.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2121

2222
# [Optional] Settings for installing Node.js.
2323
ARG INSTALL_NODE="false"

containers/dotnetcore/.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.126.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2121

2222
# [Optional] Settings for installing Node.js.
2323
ARG INSTALL_NODE="true"

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.126.0/script-library/common-debian.sh"
20+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
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
@@ -23,8 +23,8 @@ ENV PATH=${NVM_DIR}/current/bin:${PATH}
2323
# Options for common package install script
2424
ARG INSTALL_ZSH="true"
2525
ARG UPGRADE_PACKAGES="true"
26-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
27-
ARG COMMON_SCRIPT_SHA="dev-mode"
26+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.126.0/script-library/common-debian.sh"
27+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2828

2929
# Configure apt and install packages
3030
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ENV PATH=${NVM_DIR}/current/bin:${PATH}
2323
# Options for common package install script
2424
ARG INSTALL_ZSH="true"
2525
ARG UPGRADE_PACKAGES="true"
26-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
27-
ARG COMMON_SCRIPT_SHA="dev-mode"
26+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.126.0/script-library/common-debian.sh"
27+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2828

2929
# Configure apt and install packages
3030
RUN apt-get update \

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ ENV PATH=${NVM_DIR}/current/bin:${PATH}
2323
# Options for common package install script
2424
ARG INSTALL_ZSH="true"
2525
ARG UPGRADE_PACKAGES="true"
26-
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/script-library/common-debian.sh"
27-
ARG COMMON_SCRIPT_SHA="dev-mode"
26+
ARG COMMON_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/v0.126.0/script-library/common-debian.sh"
27+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2828

2929
# Configure apt and install packages
3030
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.126.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.126.0/script-library/common-debian.sh"
52+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
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.126.0/script-library/common-debian.sh"
22+
ARG COMMON_SCRIPT_SHA="a6bfacc5c9c6c3706adc8788bf70182729767955b7a5509598ac205ce6847e1e"
2323

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

0 commit comments

Comments
 (0)