-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from SumoLogic/hagarwal-use-prod-docker-arm64…
…-image SUMO-210953: use public stable image of latest no source arm64
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM sumologic/collector-beta:latest-no-source-arm64 | ||
FROM sumologic/collector:latest-no-source-arm64 | ||
MAINTAINER Sumo Logic <[email protected]> | ||
COPY sumo-sources.json /etc/sumo-sources.json |
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,3 +1,3 @@ | ||
FROM sumologic/collector-beta:latest-no-source-arm64 | ||
FROM sumologic/collector:latest-no-source-arm64 | ||
MAINTAINER Sumo Logic <[email protected]> | ||
ADD sumo*.json /etc/ |
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,3 +1,3 @@ | ||
FROM sumologic/collector-beta:latest-no-source-arm64 | ||
FROM sumologic/collector:latest-no-source-arm64 | ||
MAINTAINER Sumo Logic <[email protected]> | ||
ADD sumo-sources.json /etc/sumo-sources.json |
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,4 +1,4 @@ | ||
FROM sumologic/collector-beta:latest-no-source-arm64 | ||
FROM sumologic/collector:latest-no-source-arm64 | ||
MAINTAINER Sumo Logic <[email protected]> | ||
ADD sumo-sources.json /etc/sumo-sources.json | ||
EXPOSE 514/udp | ||
|