Skip to content

Commit

Permalink
Added s2i scripts for reducing image-size (workaround for fabric8io-i…
Browse files Browse the repository at this point in the history
root committed Jun 12, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b307d2d commit 4679e2a
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .s2i/bin/assemble
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
source ${STI_SCRIPTS_PATH}/assemble
find /tmp/src -name target | xargs -I{} rm -rf {}
2 changes: 2 additions & 0 deletions .s2i/bin/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
source ${STI_SCRIPTS_PATH}/run

0 comments on commit 4679e2a

Please sign in to comment.