Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Force tar mode for Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Feb 3, 2016
1 parent 416df70 commit 2a86960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kibana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<from>centos:7</from>
<assembly>
<basedir>/</basedir>
<mode>tar</mode>
<inline xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>kibana-config</id>
<fileSets>
Expand All @@ -88,6 +89,7 @@
<includes>
<include>*</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
</fileSets>
</inline>
Expand Down

0 comments on commit 2a86960

Please sign in to comment.