Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Containerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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}
1 change: 0 additions & 1 deletion Containerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down