File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ FROM rancher/cli:v2.0.4
4
4
RUN apk update \
5
5
&& apk add --no-cache \
6
6
ca-certificates \
7
- curl
7
+ curl \
8
+ bash
9
+
10
+ # change default shell
11
+ SHELL ["/bin/bash" , "-c" ]
12
+
13
+ # install sentry-cli
14
+ RUN curl -sL https://sentry.io/get-cli/ | bash
8
15
9
16
# install kubectl
10
17
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
Original file line number Diff line number Diff line change 1
1
# sourceboat/rancher-deploy
2
2
3
- [ ![ Docker Build Status] ( https://img.shields.io/docker/build/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://hub.docker.com/r/sourceboat/rancher-deploy/builds/ )
3
+ [ ![ Docker Build Status] ( https://img.shields.io/docker/cloud/ build/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://hub.docker.com/r/sourceboat/rancher-deploy/builds/ )
4
4
[ ![ Release] ( https://img.shields.io/github/release/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://github.com/sourceboat/rancher-deploy/releases )
5
5
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://hub.docker.com/r/sourceboat/rancher-deploy/ )
6
6
[ ![ MicroBadger Size] ( https://img.shields.io/microbadger/image-size/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://microbadger.com/images/sourceboat/rancher-deploy )
7
7
[ ![ MicroBadger Layers] ( https://img.shields.io/microbadger/layers/sourceboat/rancher-deploy.svg?style=flat-square )] ( https://microbadger.com/images/sourceboat/rancher-deploy )
8
8
9
9
This docker image enables simple deployments to Rancher.
10
- It is a small alpine image with [ Rancher CLI] ( https://rancher.com/docs/rancher/v2.x/en/cli/ ) ` rancher `
11
- and [ Kubernetes CLI] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) ` kubectl ` installed.
10
+
11
+ ## What's included?
12
+
13
+ - [ Kubernetes CLI] ( https://kubernetes.io/docs/tasks/tools/install-kubectl/ ) ` kubectl `
14
+ - [ Rancher CLI] ( https://rancher.com/docs/rancher/v2.x/en/cli/ ) ` rancher `
15
+ - [ Sentry CLI] ( https://docs.sentry.io/cli/ ) ` sentry-cli `
12
16
13
17
It also comes with a custom ` rancher-redeploy ` and ` rancher-exec ` command helper (see usage section).
14
18
You can’t perform that action at this time.
0 commit comments