From 3bcf2cd6668e7dd795d582ab90baacbc261ae228 Mon Sep 17 00:00:00 2001 From: Srinikitha Kondreddy Date: Tue, 24 Oct 2023 13:33:31 +0200 Subject: [PATCH 1/2] Rmv blue-green plugin for native builds --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c139bd..d503587 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,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 && \ From 428d73c290fd561055e54ab3322fbae42b4b9472 Mon Sep 17 00:00:00 2001 From: Srinikitha Kondreddy Date: Tue, 24 Oct 2023 13:37:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf669d5..2d88b84 100644 --- a/README.md +++ b/README.md @@ -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