From c80a53de0ea9d3e0a294f32a4dbe537fa64acfcd Mon Sep 17 00:00:00 2001 From: Sean Sundberg Date: Thu, 5 Jun 2025 00:39:51 -0500 Subject: [PATCH] Remove deleted ibmcloud observability plugin Signed-off-by: Sean Sundberg --- Containerfile-alpine | 1 - Containerfile-fedora | 1 - 2 files changed, 2 deletions(-) diff --git a/Containerfile-alpine b/Containerfile-alpine index 9329a14..772f056 100644 --- a/Containerfile-alpine +++ b/Containerfile-alpine @@ -34,7 +34,6 @@ RUN pip3 install --break-system-packages azure-cli RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \ ibmcloud plugin install container-service -f && \ ibmcloud plugin install container-registry -f && \ - ibmcloud plugin install observe-service -f && \ ibmcloud plugin install vpc-infrastructure -f && \ ibmcloud config --check-version=false && \ chmod -R g=u ${HOME} diff --git a/Containerfile-fedora b/Containerfile-fedora index ca9b2c5..9f9615c 100644 --- a/Containerfile-fedora +++ b/Containerfile-fedora @@ -38,7 +38,6 @@ USER root RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \ ibmcloud plugin install container-service -f && \ ibmcloud plugin install container-registry -f && \ - ibmcloud plugin install observe-service -f && \ ibmcloud plugin install vpc-infrastructure -f && \ ibmcloud config --check-version=false && \ chown -R devops ${HOME}/.bluemix && \