Skip to content

Commit ee29e59

Browse files
author
Per Kops
committed
feat: bump iotedge deployment manifest iotedge image versions to latest 1.5 LTS release
1 parent edace1f commit ee29e59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sample/src/IoTEdgeModules/deployment.debug.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"settings": {
24-
"image": "mcr.microsoft.com/azureiotedge-agent:1.1",
24+
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
2525
"createOptions": {
2626
"HostConfig": {
2727
"LogConfig": {
@@ -45,7 +45,7 @@
4545
"status": "running",
4646
"restartPolicy": "always",
4747
"settings": {
48-
"image": "mcr.microsoft.com/azureiotedge-hub:1.1",
48+
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
4949
"createOptions": {
5050
"HostConfig": {
5151
"LogConfig": {

sample/src/IoTEdgeModules/deployment.template.emulation.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"edgeAgent": {
1717
"type": "docker",
1818
"settings": {
19-
"image": "mcr.microsoft.com/azureiotedge-agent:1.2",
19+
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
2020
"createOptions": ""
2121
}
2222
},
@@ -25,7 +25,7 @@
2525
"status": "running",
2626
"restartPolicy": "always",
2727
"settings": {
28-
"image": "mcr.microsoft.com/azureiotedge-hub:1.2",
28+
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
2929
"createOptions": "{\"HostConfig\":{\"PortBindings\":{\"443/tcp\":[{\"HostPort\":\"443\"}],\"5671/tcp\":[{\"HostPort\":\"5671\"}],\"8883/tcp\":[{\"HostPort\":\"8883\"}]}}}"
3030
}
3131
}

sample/src/IoTEdgeModules/deployment.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"settings": {
33-
"image": "mcr.microsoft.com/azureiotedge-agent:1.4",
33+
"image": "mcr.microsoft.com/azureiotedge-agent:1.5",
3434
"createOptions": {
3535
"HostConfig": {
3636
"Binds": [
@@ -61,7 +61,7 @@
6161
"restartPolicy": "always",
6262
"startupOrder": 0,
6363
"settings": {
64-
"image": "mcr.microsoft.com/azureiotedge-hub:1.4",
64+
"image": "mcr.microsoft.com/azureiotedge-hub:1.5",
6565
"createOptions": {
6666
"HostConfig": {
6767
"Binds": [

0 commit comments

Comments
 (0)