-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: remove wf dep * docs: add updated go sum * feat: remove openfaas cli from sensor * chore: update argo-cli binary and remove faas-cli from assets
- Loading branch information
1 parent
f3f28a4
commit 073995c
Showing
13 changed files
with
51 additions
and
256 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,20 +1,10 @@ | ||
FROM centos:8 | ||
RUN yum -y update && yum -y install ca-certificates openssh openssh-server openssh-clients openssl-libs curl git | ||
|
||
# OpenFass CLI | ||
COPY assets/faas-cli /usr/local/bin/faas | ||
|
||
# Argo Workflow CLI | ||
COPY assets/argo-linux-amd64 /usr/local/bin/argo | ||
|
||
RUN argo version | ||
RUN faas version | ||
|
||
RUN mkdir /.openfaas | ||
RUN chmod 777 /.openfaas | ||
|
||
RUN mkdir /bin/workflows | ||
RUN chmod -R 777 /bin/workflows | ||
|
||
COPY dist/sensor /bin/ | ||
ENTRYPOINT [ "/bin/sensor" ] |
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
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
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
Oops, something went wrong.