Skip to content

Commit 7574b7d

Browse files
authored
Merge pull request #33 from SAP/pr/createservicepush
add fixed create-service-push plugin
2 parents 8f452fd + 1000917 commit 7574b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ WORKDIR ${USER_HOME}
2222

2323
ARG MTA_PLUGIN_VERSION=2.5.1
2424
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
2527

2628
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
2729
cf install-plugin blue-green-deploy -f -r CF-Community && \
2830
cf install-plugin ${MTA_PLUGIN_URL} -f && \
31+
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
2932
cf plugins
3033

3134
# allow anybody to read/write/exec at HOME

0 commit comments

Comments
 (0)