File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ WORKDIR ${USER_HOME}
22
22
23
23
ARG MTA_PLUGIN_VERSION=2.5.1
24
24
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/mta_plugin_linux_amd64
25
+ ARG CSPUSH_PLUGIN_VERSION=1.3.2
26
+ ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
25
27
26
28
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
27
29
cf install-plugin blue-green-deploy -f -r CF-Community && \
28
30
cf install-plugin ${MTA_PLUGIN_URL} -f && \
31
+ cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
29
32
cf plugins
30
33
31
34
# allow anybody to read/write/exec at HOME
You can’t perform that action at this time.
0 commit comments