Skip to content

Commit

Permalink
[ACS-5768] From 2.0.0 they changed the name from jolokia-war-unsecure…
Browse files Browse the repository at this point in the history
…d to jolokia-agent-war-unsecured
  • Loading branch information
cezary-witkowski committed Nov 15, 2024
1 parent abdc5bf commit 22c0d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/environment/alfresco-with-jolokia/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TOMCAT_DIR=/usr/local/tomcat
USER root
RUN yum install -y curl-minimal unzip && \
mkdir -p /build/jolokia && \
curl -o /build/jolokia.war https://repo1.maven.org/maven2/org/jolokia/jolokia-war-unsecured/${JOLOKIA_VER}/jolokia-war-unsecured-${JOLOKIA_VER}.war && \
curl -o /build/jolokia.war https://repo1.maven.org/maven2/org/jolokia/jolokia-agent-war-unsecured/${JOLOKIA_VER}/jolokia-agent-war-unsecured-${JOLOKIA_VER}.war && \
unzip -q /build/jolokia.war -d /build/jolokia && chmod -R g+r,g-w,o= /build

# ACTUAL IMAGE
Expand Down
2 changes: 1 addition & 1 deletion tests/pipeline-all-amps/repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG JOLOKIA_VER=2.1.2
USER root
RUN yum install -y curl unzip && \
mkdir -p /build/{api-explorer,gs-api-explorer,jolokia} && \
curl -o /build/jolokia.war https://repo1.maven.org/maven2/org/jolokia/jolokia-war-unsecured/${JOLOKIA_VER}/jolokia-war-unsecured-${JOLOKIA_VER}.war && \
curl -o /build/jolokia.war https://repo1.maven.org/maven2/org/jolokia/jolokia-agent-war-unsecured/${JOLOKIA_VER}/jolokia-agent-war-unsecured-${JOLOKIA_VER}.war && \
unzip -q /build/jolokia.war -d /build/jolokia

COPY target/wars/api-explorer.war /build
Expand Down

0 comments on commit 22c0d0e

Please sign in to comment.