Skip to content

Commit 7a1ef14

Browse files
authored
Merge pull request #199902 from northtyphoon/connected-registry-update
update connected-registry image to 0.7.0
2 parents b452290 + 560d725 commit 7a1ef14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/container-registry/tutorial-deploy-connected-registry-nested-iot-edge-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Overall, the lower layer deployment file is similar to the top layer deployment
9292
"modules": {
9393
"connected-registry": {
9494
"settings": {
95-
"image": "$upstream:8000/acr/connected-registry:0.5.0",
95+
"image": "$upstream:8000/acr/connected-registry:0.7.0",
9696
"createOptions": "{\"HostConfig\":{\"Binds\":[\"/home/azureuser/connected-registry:/var/acr/data\"]}}"
9797
},
9898
"type": "docker",

includes/container-registry-connected-import-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REGISTRY_NAME=<container-registry-name>
1919
2020
az acr import \
2121
--name $REGISTRY_NAME \
22-
--source mcr.microsoft.com/acr/connected-registry:0.5.0
22+
--source mcr.microsoft.com/acr/connected-registry:0.7.0
2323
```
2424

2525
### IoT Edge and API proxy images
@@ -54,4 +54,4 @@ For testing the connected registry, import the `hello-world` image. This reposit
5454
az acr import \
5555
--name $REGISTRY_NAME \
5656
--source mcr.microsoft.com/hello-world:1.1.2
57-
```
57+
```

includes/container-registry-connected-iot-edge-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ms.author: danlep
3636
"modules": {
3737
"connected-registry": {
3838
"settings": {
39-
"image": "<REPLACE_WITH_CLOUD_REGISTRY_NAME>.azurecr.io/acr/connected-registry:0.5.0",
39+
"image": "<REPLACE_WITH_CLOUD_REGISTRY_NAME>.azurecr.io/acr/connected-registry:0.7.0",
4040
"createOptions": "{\"HostConfig\":{\"Binds\":[\"/home/azureuser/connected-registry:/var/acr/data\"]}}"
4141
},
4242
"type": "docker",

0 commit comments

Comments
 (0)