Skip to content

Commit

Permalink
Merge pull request #62 from SAP/rmv_bg
Browse files Browse the repository at this point in the history
Rmv blue-green plugin for native builds
  • Loading branch information
srinikitha09 committed Jun 19, 2024
2 parents 77ce1df + d5902d8 commit 8c21786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ ARG CSPUSH_PLUGIN_VERSION=1.3.2
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64

RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
cf install-plugin blue-green-deploy -f -r CF-Community && \
cf install-plugin ${MTA_PLUGIN_URL} -f && \
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
cf install-plugin -r CF-Community "html5-plugin" -f && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Introductory material and a lot of SAP scenarios not covered by project "Piper"

## About this repository

Dockerfile for an image with the Cloud Foundry CLI and plugins for blue-green deployment and Multi-Target Applications (MTA).
Dockerfile for an image with the Cloud Foundry CLI and plugins for Multi-Target Applications (MTA).

## Download

Expand Down

0 comments on commit 8c21786

Please sign in to comment.