Skip to content

Commit

Permalink
rename goss file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 29, 2019
1 parent e2ad659 commit d179057
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 16 deletions.
44 changes: 30 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV DEBCONF_NONINTERACTIVE_SEEN=true
ENV SPLUNK_CONNECT_METHOD=hec

RUN source scl_source enable rh-python36 ; curl -fsSL https://goss.rocks/install | sh
COPY goss.yml /goss/goss.yml
COPY goss.yaml /goss/goss.yaml

COPY --from=0 /opt/syslog-ng /opt/syslog-ng
COPY scripts/splunkmetrics.sh /opt/syslog-ng/sbin/splunkmetrics.sh
Expand All @@ -90,4 +90,4 @@ ENV SPLUNK_CONNECT_METHOD=UF

ENTRYPOINT ["/sbin/entrypoint.sh", "--"]

HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yml validate
HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yaml validate
File renamed without changes.

0 comments on commit d179057

Please sign in to comment.