Skip to content

Commit a41d16f

Browse files
authored
lock container images (microsoft#189067)
1 parent f1307ca commit a41d16f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/azure-pipelines/product-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,19 @@ name: "$(Date:yyyyMMdd).$(Rev:r) (${{ parameters.VSCODE_QUALITY }})"
142142
resources:
143143
containers:
144144
- container: vscode-bionic-x64
145-
image: vscodehub.azurecr.io/vscode-linux-build-agent:bionic-x64
145+
image: vscodehub.azurecr.io/vscode-linux-build-agent@sha256:ea3279b32c851c49c9e1ed24d270c6d0408274802a7a845f22896cff3e35655a
146146
endpoint: VSCodeHub
147147
options: --user 0:0 --cap-add SYS_ADMIN
148148
- container: vscode-arm64
149-
image: vscodehub.azurecr.io/vscode-linux-build-agent:bionic-arm64
149+
image: vscodehub.azurecr.io/vscode-linux-build-agent@sha256:ffe901d8c1ac63da359b1e33c6da60d836adc6b6a766e626dcc12a24e2edfc6f
150150
endpoint: VSCodeHub
151151
options: --user 0:0 --cap-add SYS_ADMIN
152152
- container: vscode-armhf
153-
image: vscodehub.azurecr.io/vscode-linux-build-agent:bionic-armhf
153+
image: vscodehub.azurecr.io/vscode-linux-build-agent@sha256:4b76e1f7d47c2087b74ed8bc2138b1f48c39ebc4341073c46a8454e75c4776dc
154154
endpoint: VSCodeHub
155155
options: --user 0:0 --cap-add SYS_ADMIN
156156
- container: snapcraft
157-
image: vscodehub.azurecr.io/vscode-linux-build-agent:snapcraft-x64
157+
image: vscodehub.azurecr.io/vscode-linux-build-agent@sha256:7c69481e907f50cf9f73abb579d2ae91849db611bb1e0eb19ef1f33d43796d9a
158158
endpoint: VSCodeHub
159159
pipelines:
160160
- pipeline: vscode-7pm-kick-off

0 commit comments

Comments
 (0)