Skip to content

Commit 35287e4

Browse files
authored
Merge pull request #1 from codeship-library/publish
Publish codeship/kubectl Docker image
2 parents d477aa7 + 43453f7 commit 35287e4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
55
RUN chmod +x ./kubectl
66
RUN mv ./kubectl /usr/local/bin/kubectl
77

8-
ENV HOME /root
9-
WORKDIR $HOME
10-
118
COPY env_var_helper_client.sh env_var_helper_client.rb ./
129
RUN chmod +x env_var_helper_client.sh
1310

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Check out the [codeship/env-var-helper README](https://github.com/codeship-libra
1818

1919
## Encrypt the file, remove files and/or add to `.gitignore`
2020

21+
```shell
2122
jet encrypt k8s-env k8s-env.encrypted
2223
rm kubeconfigdata k8s-env
24+
```
2325

2426
## Configure the service and steps into the build with the following as guidance
2527

dockercfg.encrypted

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
codeship:v2
2+
jZi8ygbQK7EZMm6Ko8mYV26N0NeiS7h/39FQbMW5BgU6ky+QBYoG3B+/d9ZXQyd+xJYJpDjJshgHPioEPfbdOJVymXcl9wlR5JhlTijz9hRq+7glOf9UHmSGtp4e2gu+Ho8C7+KWhOfUEpZTFoHGL9KtbVTsbdEH24PCc177+tWvyTLyLAwQXA3TrFj7i7mwYHzk9AqRhKCDH3yOV2ALPZIYu3NGnBVEYIGZMoO82oTWT5YR1WkYtdzyavsXCQMtlxivmVGb8l4=

0 commit comments

Comments
 (0)