-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from rhuss/master
chore: Update to agent-bond 1.2.0 and Jolokia 1.5.0
- Loading branch information
Showing
9 changed files
with
48 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM jboss/openjdk18-rhel7:1.1-7 | |
|
||
MAINTAINER Dhiraj Bokde <[email protected]> | ||
|
||
ENV JOLOKIA_VERSION="1.3.6.redhat-1" \ | ||
ENV JOLOKIA_VERSION="1.5.0.redhat-1" \ | ||
KARAF_FRAMEWORK_VERSION="6.3.0.redhat-187" \ | ||
PROMETHEUS_JMX_EXPORTER_VERSION="0.10" \ | ||
PATH="/usr/local/s2i:$PATH" \ | ||
|
@@ -13,7 +13,7 @@ ENV JOLOKIA_VERSION="1.3.6.redhat-1" \ | |
EXPOSE 8778 | ||
|
||
LABEL io.fabric8.s2i.version.maven="3.3.3-1.el7" \ | ||
io.fabric8.s2i.version.jolokia="1.3.6.redhat-1" \ | ||
io.fabric8.s2i.version.jolokia="1.5.0.redhat-1" \ | ||
io.fabric8.s2i.version.karaf="6.3.0.redhat-187" \ | ||
io.fabric8.s2i.version.prometheus.jmx_exporter="0.10" \ | ||
io.k8s.description="Platform for building and running Apache Karaf OSGi applications" \ | ||
|
@@ -62,7 +62,7 @@ EXPOSE 9779 | |
|
||
# Jolokia agent | ||
RUN mkdir -p /opt/jolokia/etc \ | ||
&& curl https://maven.repository.redhat.com/ga/org/jolokia/jolokia-jvm/1.3.6.redhat-1/jolokia-jvm-1.3.6.redhat-1-agent.jar \ | ||
&& curl https://maven.repository.redhat.com/ga/org/jolokia/jolokia-jvm/1.5.0.redhat-1/jolokia-jvm-1.5.0.redhat-1-agent.jar \ | ||
-o /opt/jolokia/jolokia.jar | ||
ADD jolokia-opts /opt/jolokia/jolokia-opts | ||
RUN chmod 444 /opt/jolokia/jolokia.jar \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters