Skip to content

Commit

Permalink
Merge pull request #4 from GitRon/master
Browse files Browse the repository at this point in the history
Dockerfile adjusted to use rancher-cli v2.0.4
  • Loading branch information
Ron authored Nov 13, 2018
2 parents a871925 + f83f79a commit fcaab2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This is simply the rancher CLI plus kubectl
FROM diemscott/rancher-cli-k8s:v2.0.2

# Adapted docker setup from https://hub.docker.com/r/diemscott/rancher-cli-k8s/~/dockerfile/
FROM lachlanevenson/k8s-kubectl:v1.11.4 AS k8scli
FROM rancher/cli:v2.0.4
COPY --from=k8scli /usr/local/bin/kubectl /usr/local/bin

# We add envsubst which allows to replace environment variables, which is very handy when replacing congig
# in Kubernetes yml files.
Expand Down

0 comments on commit fcaab2f

Please sign in to comment.