-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix merge conflicts * update with newimage tag
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM ubuntu:18.04 | |
MAINTAINER [email protected] | ||
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="Azure Monitor for containers" | ||
ARG IMAGE_TAG=ciprod10082021 | ||
ARG IMAGE_TAG=ciprod10092021 | ||
ENV AGENT_VERSION ${IMAGE_TAG} | ||
ENV tmpdir /opt | ||
ENV APPLICATIONINSIGHTS_AUTH NzAwZGM5OGYtYTdhZC00NThkLWI5NWMtMjA3ZjM3NmM3YmRi | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ MAINTAINER [email protected] | |
LABEL vendor=Microsoft\ Corp \ | ||
com.microsoft.product="Azure Monitor for containers" | ||
|
||
ARG IMAGE_TAG=win-ciprod10082021 | ||
ARG IMAGE_TAG=win-ciprod10092021 | ||
|
||
# Do not split this into multiple RUN! | ||
# Docker creates a layer for every RUN-Statement | ||
|