forked from AliyunContainerService/log-pilot
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.1]chore(arm64): support building arm64 images (#80)
* update vendor * support building arm64 images
- Loading branch information
Linjian Jiang
authored
Mar 4, 2020
1 parent
5d0748c
commit d20ac1c
Showing
211 changed files
with
18,650 additions
and
128,841 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM cargo.dev.caicloud.xyz/arm64v8/filebeat:6.8.6 | ||
|
||
USER root | ||
RUN mkdir /etc/filebeat | ||
COPY build/filebeat-keeper/k8s-log-template.json /etc/filebeat/k8s-log-template.json | ||
COPY build/filebeat-keeper/filebeat.yml.tpl /etc/filebeat/filebeat.yml.tpl | ||
COPY bin/filebeat-keeper /opt/filebeat-keeper/filebeat-keeper | ||
|
||
WORKDIR /usr/share/filebeat | ||
CMD ["/opt/filebeat-keeper/filebeat-keeper"] |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
FROM cargo.dev.caicloud.xyz/arm64v8/filebeat:6.8.6 | ||
|
||
USER root | ||
RUN mkdir /etc/filebeat | ||
COPY build/filebeat/k8s-log-template.json /etc/filebeat/k8s-log-template.json | ||
COPY build/filebeat/filebeat.yml.tpl /etc/filebeat/filebeat.yml.tpl | ||
COPY bin/filebeat-keeper /opt/filebeat-keeper/filebeat-keeper | ||
|
||
WORKDIR /usr/share/filebeat | ||
CMD ["/opt/filebeat-keeper/filebeat-keeper"] |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM cargo.caicloud.xyz/arm64v8/debian:stretch-curl | ||
|
||
COPY bin/log-pilot /opt/log-pilot/bin/log-pilot | ||
COPY assets/filebeat/filebeat.tpl /opt/log-pilot | ||
|
||
WORKDIR /opt/log-pilot | ||
CMD ["/opt/log-pilot/bin/log-pilot"] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.