зеркало из https://github.com/Azure/iotedge.git
Update agent version to 1.1 in config.yaml (#4430)
Since 1.1 is released, this change updates the default agent tag in config.yaml to 1.1.
This commit is contained in:
Родитель
11bfea5fb3
Коммит
a4faab5f62
|
@ -46,7 +46,7 @@ agent:
|
|||
type: "docker"
|
||||
env: {}
|
||||
config:
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
|
||||
auth: {}
|
||||
|
||||
###############################################################################
|
||||
|
|
|
@ -46,7 +46,7 @@ agent:
|
|||
type: "docker"
|
||||
env: {}
|
||||
config:
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
|
||||
auth: {}
|
||||
|
||||
###############################################################################
|
||||
|
|
|
@ -3,7 +3,7 @@ agent:
|
|||
type: "docker"
|
||||
env: {}
|
||||
config:
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.0"
|
||||
image: "mcr.microsoft.com/azureiotedge-agent:1.1"
|
||||
auth: {}
|
||||
|
||||
hostname: "localhost"
|
||||
|
|
Загрузка…
Ссылка в новой задаче