Skip to content

Commit

Permalink
Merge pull request #63 from rhuss/master
Browse files Browse the repository at this point in the history
Pinning version of run-java-sh and agent-bond
  • Loading branch information
rhuss authored Jan 13, 2017
2 parents 9f35952 + 87cdb95 commit 7107ffa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
10 changes: 8 additions & 2 deletions java/fish-pepper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ fish-pepper:
# External blocks
blocks:
# run-java.sh for starting up Java processes
- "https://github.com/fabric8io/run-java-sh.git"
- type: "git"
url: "https://github.com/fabric8io/run-java-sh.git"
path: "fish-pepper"
tag: "v1.0.0"
# jolokia integration taken from agent-bond
- "https://github.com/fabric8io/agent-bond.git"
- type: "git"
url: "https://github.com/fabric8io/agent-bond.git"
path: "fish-pepper"
tag: "v1.0.0"
2 changes: 1 addition & 1 deletion java/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fish-pepper:
params:
- base
name: "fabric8/s2i-java"
build: "1.3.6"
build: "2.0.0"

# Used for escaping in 'agent-bond-opts' where the same delimiters are used
abSepOpen: "{{"
Expand Down
10 changes: 8 additions & 2 deletions karaf/fish-pepper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ fish-pepper:
# External blocks
blocks:
# run-java.sh for starting up Java processes
- "https://github.com/fabric8io/run-java-sh.git"
- type: "git"
url: "https://github.com/fabric8io/run-java-sh.git"
path: "fish-pepper"
tag: "v1.0.0"
# jolokia integration taken from agent-bond
- "https://github.com/fabric8io/agent-bond.git"
- type: "git"
url: "https://github.com/fabric8io/agent-bond.git"
path: "fish-pepper"
tag: "v1.0.0"
2 changes: 1 addition & 1 deletion karaf/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fish-pepper:
params:
- base
name: "fabric8/s2i-karaf"
build: "1.3.6"
build: "2.0.0"

# Used for escaping in 'agent-bond-opts' where the same delimiters are used
abSepOpen: "{{"
Expand Down

0 comments on commit 7107ffa

Please sign in to comment.