forked from Azure/iotedge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 464101: Rename docker images in prep for multi-arch
Rename docker images in prep for multi-arch * This updates architecture from `x64` -> `amd64` and `armv7hf` -> `arm32v7` * Renames all images to the form `azureiotedge/*` instead of `azedge-*` Updates all the build scripts to produce the new images.
- Loading branch information
Showing
29 changed files
with
29 additions
and
45 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
edge-agent/docker/linux/x64/Dockerfile → edge-agent/docker/linux/amd64/Dockerfile
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
FROM microsoft/dotnet:2.0.0-runtime | ||
|
||
ARG EXE_DIR=. | ||
ENV DockerLoggingDriver=journald | ||
|
||
WORKDIR /app | ||
|
||
|
1 change: 0 additions & 1 deletion
1
edge-agent/docker/linux/armv7hf/Dockerfile → edge-agent/docker/linux/arm32v7/Dockerfile
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
FROM microsoft/dotnet:2.0.0-runtime-stretch-arm32v7 | ||
|
||
ARG EXE_DIR=. | ||
ENV DockerLoggingDriver=journald | ||
|
||
WORKDIR /app | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters