Skip to content

Commit

Permalink
Add JGroups DNS_PING protocol (from jgroups-kubernetes)
Browse files Browse the repository at this point in the history
  • Loading branch information
middagj committed May 16, 2019
1 parent 6d9d15f commit 5bc8225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ RUN if test "${ACTIVEMQ_ARTEMIS_VERSION}" = "1.0.0" ; \
WORKDIR /opt/jgroupskubernetes
RUN wget -O ivy-2.4.0.jar http://search.maven.org/remotecontent?filepath=org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar && \
java -jar ivy-2.4.0.jar -dependency org.jgroups.kubernetes kubernetes "${JGROUPS_KUBERNETES_VERSION}" -retrieve "[artifact]-[revision](-[classifier]).[ext]" -types jar && \
java -jar ivy-2.4.0.jar -dependency org.jgroups.kubernetes dns "${JGROUPS_KUBERNETES_VERSION}" -retrieve "[artifact]-[revision](-[classifier]).[ext]" -types jar && \
rm ivy-2.4.0.jar

WORKDIR /var/lib/artemis/etc
Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ RUN if test "${ACTIVEMQ_ARTEMIS_VERSION}" = "1.0.0" ; \
WORKDIR /opt/jgroupskubernetes
RUN wget -O ivy-2.4.0.jar http://search.maven.org/remotecontent?filepath=org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar && \
java -jar ivy-2.4.0.jar -dependency org.jgroups.kubernetes kubernetes "${JGROUPS_KUBERNETES_VERSION}" -retrieve "[artifact]-[revision](-[classifier]).[ext]" -types jar && \
java -jar ivy-2.4.0.jar -dependency org.jgroups.kubernetes dns "${JGROUPS_KUBERNETES_VERSION}" -retrieve "[artifact]-[revision](-[classifier]).[ext]" -types jar && \
rm ivy-2.4.0.jar

WORKDIR /var/lib/artemis/etc
Expand Down

0 comments on commit 5bc8225

Please sign in to comment.