File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed
Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 push : true
3636 tags : oda2/ibmcloud-cli:latest
3737
38- - name : Push to GitHub Packages
39- uses : docker/build-push-action@v2
40- with :
41- username : ${{ github.actor }}
42- password : ${{ secrets.GITHUB_TOKEN }}
43- registry : docker.pkg.github.com
44- repository : oda2/docker-ibmcloud-cli:latest
45- push : true
38+ # - name: Push to GitHub Packages
39+ # uses: docker/build-push-action@v2
40+ # with:
41+ # username: ${{ github.actor }}
42+ # password: ${{ secrets.GITHUB_TOKEN }}
43+ # registry: docker.pkg.github.com
44+ # repository: oda2/docker-ibmcloud-cli:latest
45+ # push: true
Original file line number Diff line number Diff line change 11FROM alpine:3
2- LABEL org.opencontainers.image.authors ="Renato Oda <renato.oda2@gmail.com>"
2+ LABEL maintainer ="Renato Oda <renato.oda2@gmail.com>"
33
44WORKDIR /app
55
Original file line number Diff line number Diff line change 99
1010## Prerequisites
1111
12- - Docker
13- - IBM API Key [ IAM API Keys] ( https://cloud.ibm.com/iam/apikeys )
12+ - Docker
13+ - IBM API Key [ IAM API Keys] ( https://cloud.ibm.com/iam/apikeys )
1414
1515## Getting started
1616
@@ -24,6 +24,13 @@ docker run -it \
2424 oda2/ibmcloud-cli sh
2525```
2626
27+ ## Plugins Installed default
28+
29+ - kubernetes-service
30+ - container-registry
31+ - schematics
32+ - cloud-object-storage
33+
2734## How is this useful
2835
2936Instead of using the ibmcloud login installation in our CI, this container will always provide the ready-to-use CLI.
You can’t perform that action at this time.
0 commit comments