File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ ARG CSPUSH_PLUGIN_VERSION=1.3.2
3333ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
3434
3535RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
36- cf install-plugin blue-green-deploy -f -r CF-Community && \
3736 cf install-plugin ${MTA_PLUGIN_URL} -f && \
3837 cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
3938 cf install-plugin -r CF-Community "html5-plugin" -f && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Introductory material and a lot of SAP scenarios not covered by project "Piper"
1111
1212## About this repository
1313
14- Dockerfile for an image with the Cloud Foundry CLI and plugins for blue-green deployment and Multi-Target Applications (MTA).
14+ Dockerfile for an image with the Cloud Foundry CLI and plugins for Multi-Target Applications (MTA).
1515
1616## Download
1717
You can’t perform that action at this time.
0 commit comments