-
Notifications
You must be signed in to change notification settings - Fork 179
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 #412 from splunk/release/7_2_0
Release eventgen 7.2.0. Merge to master branch.
- Loading branch information
Showing
81 changed files
with
2,100 additions
and
940 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 |
---|---|---|
|
@@ -29,8 +29,7 @@ RUN apk --no-cache upgrade && \ | |
chmod 0700 /root/.ssh && \ | ||
passwd -u root && \ | ||
# install dependencies of conductor2 used by perf | ||
pip2 install filelock twisted requests queuelib psutil crochet msgpack-python unidecode attrdict service_identity && \ | ||
pip2 install git+https://github.com/esnme/[email protected] | ||
pip2 install filelock twisted requests queuelib ujson psutil crochet msgpack-python unidecode attrdict service_identity | ||
|
||
COPY dockerfiles/sshd_config /etc/ssh/sshd_config | ||
COPY dockerfiles/entrypoint.sh /sbin/entrypoint.sh | ||
|
Large diffs are not rendered by default.
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
Oops, something went wrong.