From b8a0c7e3536ce6265f4a052872059a1ece257a8b Mon Sep 17 00:00:00 2001 From: yugaa22 Date: Mon, 6 Nov 2023 18:48:32 +0530 Subject: [PATCH] armory plugin config --- docker/ubi8/Dockerfile-dev | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docker/ubi8/Dockerfile-dev b/docker/ubi8/Dockerfile-dev index d92d52c940d..3d1524e0f43 100644 --- a/docker/ubi8/Dockerfile-dev +++ b/docker/ubi8/Dockerfile-dev @@ -56,29 +56,6 @@ USER root RUN yum -y install wget git -#custom plugin zip files adding -#ARG CUSTOMPLUGIN_RELEASEVERSION -#ENV CUSTOMPLUGIN_RELEASEVERSION=$CUSTOMPLUGIN_RELEASEVERSION - -ARG CUSTOMPLUGIN_RELEASEORG -ENV CUSTOMPLUGIN_RELEASEORG=$CUSTOMPLUGIN_RELEASEORG - -ARG CUSTOMPLUGIN_RELEASEREPO -ENV CUSTOMPLUGIN_RELEASEREPO=$CUSTOMPLUGIN_RELEASEREPO - -ARG CUSTOMPLUGIN_RELEASEVERSION -ENV CUSTOMPLUGIN_RELEASEVERSION=$CUSTOMPLUGIN_RELEASEVERSION - - - - -#RUN wget -O Armory.ObservabilityPlugin-armory-observability-plugin-v1.4.2-SNAPSHOT.zip -c https://github.com/OpsMx/armory-observability-plugin/releases/download/v1.0.0/armory-observability-plugin-v1.4.2-SNAPSHOT.zip -P /opt/clouddriver/plugins -#RUN mv Armory.ObservabilityPlugin-armory-observability-plugin-v1.4.2-SNAPSHOT.zip /opt/clouddriver/plugins/ - -RUN wget -O Armory.armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}-SNAPSHOT.zip -c https://github.com/${CUSTOMPLUGIN_RELEASEORG}/${CUSTOMPLUGIN_RELEASEREPO}/releases/download/${CUSTOMPLUGIN_RELEASEVERSION}/armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}.zip -P /opt/clouddriver/plugins -RUN mv Armory.armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}-SNAPSHOT.zip /opt/clouddriver/plugins/ - - # AWS CLI RUN yum -y install python3-pip && \ pip3 install --upgrade pyyaml==5.4 s3cmd==${AWS_CLI_S3_CMD} python-magic \