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.
1 parent a59af0d commit 3bcf2cdCopy full SHA for 3bcf2cd
Dockerfile
@@ -32,7 +32,6 @@ ARG CSPUSH_PLUGIN_VERSION=1.3.2
32
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
33
34
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
35
- cf install-plugin blue-green-deploy -f -r CF-Community && \
36
cf install-plugin ${MTA_PLUGIN_URL} -f && \
37
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
38
cf install-plugin -r CF-Community "html5-plugin" -f && \
0 commit comments