Skip to content

Commit de42a3c

Browse files
author
Sean Sundberg
authored
Remove deleted ibmcloud observability plugin (#108)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent dbcf5ae commit de42a3c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Containerfile-alpine

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN pip3 install --break-system-packages azure-cli
3434
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
3535
ibmcloud plugin install container-service -f && \
3636
ibmcloud plugin install container-registry -f && \
37-
ibmcloud plugin install observe-service -f && \
3837
ibmcloud plugin install vpc-infrastructure -f && \
3938
ibmcloud config --check-version=false && \
4039
chmod -R g=u ${HOME}

Containerfile-fedora

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ USER root
3838
RUN curl -fsSL https://clis.cloud.ibm.com/install/linux | sh && \
3939
ibmcloud plugin install container-service -f && \
4040
ibmcloud plugin install container-registry -f && \
41-
ibmcloud plugin install observe-service -f && \
4241
ibmcloud plugin install vpc-infrastructure -f && \
4342
ibmcloud config --check-version=false && \
4443
chown -R devops ${HOME}/.bluemix && \

0 commit comments

Comments
 (0)