We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39eb3e3 + c29e11d commit 582c54bCopy full SHA for 582c54b
Dockerfile
@@ -26,8 +26,9 @@ RUN addgroup -gid 1000 piper && \
26
USER piper
27
WORKDIR ${USER_HOME}
28
29
-ARG MTA_PLUGIN_VERSION=3.1.1
+ARG MTA_PLUGIN_VERSION=3.2.0
30
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
31
+ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
32
ARG CSPUSH_PLUGIN_VERSION=1.3.2
33
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
34
0 commit comments