Skip to content

Commit 09a225c

Browse files
committed
workaround for Plugin install
1 parent c9f171f commit 09a225c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jmeter/3.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434

3535
# install all available plugins except for those that are deprecated
3636
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37-
&& PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+
&& sleep 2 \
3838
&& PluginsManagerCMD.sh status
3939

4040
# copy our entrypoint

jmeter/3.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434

3535
# install all available plugins except for those that are deprecated
3636
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37-
&& PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+
&& sleep 2 \
3838
&& PluginsManagerCMD.sh status
3939

4040
# copy our entrypoint

jmeter/3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434

3535
# install all available plugins except for those that are deprecated
3636
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37-
&& PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+
&& sleep 2 \
3838
&& PluginsManagerCMD.sh status
3939

4040
# copy our entrypoint

jmeter/3.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434

3535
# install all available plugins except for those that are deprecated
3636
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37-
&& PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+
&& sleep 2 \
3838
&& PluginsManagerCMD.sh status
3939

4040
# copy our entrypoint

jmeter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -O https://archive.apache.org/dist/jmeter/binaries/$JMETER_VERSION.tgz
3434

3535
# install all available plugins except for those that are deprecated
3636
RUN PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37-
&& PluginsManagerCMD.sh install-all-except jpgc-hadoop,jpgc-oauth \
37+
&& sleep 2 \
3838
&& PluginsManagerCMD.sh status
3939

4040
# copy our entrypoint

0 commit comments

Comments
 (0)