Skip to content

Commit

Permalink
Add folder
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Sep 27, 2021
1 parent a0dec42 commit f902af5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN mkdir -p {{ $beatHome }}/data {{ $beatHome }}/data/elastic-agent-{{ commit_s
chmod 0775 {{ $beatHome}}/{{ $modulesd }} && \
{{- end }}
{{- if (and (eq .Variant "cloud") (not (contains .from "ubi-minimal"))) }}
tar -xvf metricbeat-*.tar.gz --strip-components 1 --directory /opt --wildcards "*metricbeat" --directory && \
tar -xvf filebeat-*.tar.gz --strip-components 1 --directory /opt --wildcards "*filebeat" --directory && \
tar -xvf {{ $beatHome }}/data/elastic-agent-*/downloads/metricbeat-*.tar.gz --strip-components 1 --directory /opt --wildcards "*metricbeat" --directory && \
tar -xvf {{ $beatHome }}/data/elastic-agent-*/downloads/filebeat-*.tar.gz --strip-components 1 --directory /opt --wildcards "*filebeat" --directory && \
{{- end }}
true

Expand Down

0 comments on commit f902af5

Please sign in to comment.