Skip to content

Commit

Permalink
Update base images for Linux ARM & Windows AMD (Azure#4085)
Browse files Browse the repository at this point in the history
1. Update ARM base image usage to version 1.0.5.6 (3.1.10-bionic-arm*)
2. Update Windows AMD64 base image to 3.1.10-nanoserver-1809
  • Loading branch information
yophilav authored Dec 14, 2020
1 parent 40b2de9 commit 73fa197
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion edge-agent/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-agent-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion edge-agent/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8

FROM azureiotedge/azureiotedge-agent-base:${base_tag}

Expand Down
2 changes: 1 addition & 1 deletion edge-agent/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/aspnet:${base_tag}

# In order to set system PATH, ContainerAdministrator must be used
Expand Down
2 changes: 1 addition & 1 deletion edge-hub/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-hub-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion edge-hub/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-hub-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion edge-hub/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/aspnet:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Network controller arm32 and arm64 require different base images. This is because arm32 needs iproute tooling and thus needs module-base-full.
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Network controller arm32 and arm64 require different base images. This is because arm32 needs iproute tooling and thus needs module-base-full.
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ENV MODULE_NAME "CloudToDeviceMessageTester.dll"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ENV MODULE_NAME "DeploymentTester.dll"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/NumberLogger/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/NumberLogger/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/NumberLogger/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/Relayer/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/Relayer/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/Relayer/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ENV MODULE_NAME "Relayer.dll"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TestAnalyzer/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TestAnalyzer/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TestAnalyzer/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/aspnet:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/aspnet:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TwinTester/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TwinTester/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base-full:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/TwinTester/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/load-gen/docker/linux/arm32v7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm32v7
ARG base_tag=1.0.5.6-linux-arm32v7
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/load-gen/docker/linux/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=1.0.5.5-linux-arm64v8
ARG base_tag=1.0.5.6-linux-arm64v8
FROM azureiotedge/azureiotedge-module-base:${base_tag}

ARG EXE_DIR=.
Expand Down
2 changes: 1 addition & 1 deletion test/modules/load-gen/docker/windows/amd64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_tag=3.1.4-nanoserver-1809
ARG base_tag=3.1.10-nanoserver-1809
FROM mcr.microsoft.com/dotnet/core/runtime:${base_tag}

ARG EXE_DIR=.
Expand Down

0 comments on commit 73fa197

Please sign in to comment.