Skip to content

Commit dad722f

Browse files
committed
docs: Add plugins default
1 parent 1035608 commit dad722f

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3
2-
LABEL org.opencontainers.image.authors="Renato Oda <renato.oda2@gmail.com>"
2+
LABEL maintainer="Renato Oda <renato.oda2@gmail.com>"
33

44
WORKDIR /app
55

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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

2936
Instead of using the ibmcloud login installation in our CI, this container will always provide the ready-to-use CLI.

0 commit comments

Comments
 (0)