Skip to content

Commit

Permalink
Merge pull request #113 from SumoLogic/hagarwal-arm64-support-docker
Browse files Browse the repository at this point in the history
SUMO-210953: adding dockerfiles for syslog, file, etc.
  • Loading branch information
harshit-sl authored Mar 27, 2023
2 parents c08a0f4 + 83a2a0a commit c50b07a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions file/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM sumologic/collector-beta:latest-no-source-arm64
MAINTAINER Sumo Logic <[email protected]>
ADD sumo*.json /etc/
3 changes: 3 additions & 0 deletions logging-driver-syslog/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM sumologic/collector-beta:latest-no-source-arm64
MAINTAINER Sumo Logic <[email protected]>
ADD sumo-sources.json /etc/sumo-sources.json
5 changes: 5 additions & 0 deletions syslog/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM sumologic/collector-beta:latest-no-source-arm64
MAINTAINER Sumo Logic <[email protected]>
ADD sumo-sources.json /etc/sumo-sources.json
EXPOSE 514/udp
EXPOSE 514

0 comments on commit c50b07a

Please sign in to comment.