Skip to content

Commit 0fd8d70

Browse files
Merge pull request #102853 from jaysterp/jeburke/0.8.0
[ACR] Update IoT Edge install instructions to use 0.8.0 tag
2 parents abeb602 + 31a9165 commit 0fd8d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0",
95+
"image": "$upstream:8000/acr/connected-registry:0.8.0",
9696
"createOptions": "{\"HostConfig\":{\"Binds\":[\"/home/azureuser/connected-registry:/var/acr/data\"]}}"
9797
},
9898
"type": "docker",

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.7.0",
39+
"image": "<REPLACE_WITH_CLOUD_REGISTRY_NAME>.azurecr.io/acr/connected-registry:0.8.0",
4040
"createOptions": "{\"HostConfig\":{\"Binds\":[\"/home/azureuser/connected-registry:/var/acr/data\"]}}"
4141
},
4242
"type": "docker",

0 commit comments

Comments
 (0)