Skip to content

Commit

Permalink
Merge branch 'master' into add-keybase-client
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Oct 22, 2018
2 parents 3b5a7ac + 714fbde commit 36febc9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WORKDIR /packages
#
# Repo: <https://github.com/cloudposse/packages>
#
ARG PACKAGES="awless cfssl cfssljson fetch figurine github-commenter goofys helm helmfile kops kubectl kubectx kubens sops stern terraform terragrunt shellcheck shfmt yq"
ARG PACKAGES="cfssl cfssljson"
ENV PACKAGES=${PACKAGES}
RUN make dist

Expand Down Expand Up @@ -129,7 +129,7 @@ ENV KOPS_PRIVATE_SUBNETS="172.20.32.0/19,172.20.64.0/19,172.20.96.0/19,172.20.12
ENV KOPS_UTILITY_SUBNETS="172.20.0.0/22,172.20.4.0/22,172.20.8.0/22,172.20.12.0/22"
ENV KOPS_AVAILABILITY_ZONES="us-west-2a,us-west-2b,us-west-2c"
ENV KUBECONFIG=/dev/shm/kubecfg
RUN /usr/local/bin/kops completion bash > /etc/bash_completion.d/kops.sh
RUN /usr/bin/kops completion bash > /etc/bash_completion.d/kops.sh

# Instance sizes
ENV BASTION_MACHINE_TYPE "t2.medium"
Expand Down
18 changes: 18 additions & 0 deletions packages.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Essential alpine packages
awless@cloudposse
aws-iam-authenticator@cloudposse
aws-vault@cloudposse
bash
Expand All @@ -8,15 +9,25 @@ chamber@cloudposse
curl
drill
dumb-init
fetch@cloudposse
figlet
figurine@cloudposse
fuse
gettext
git
github-commenter@cloudposse
gomplate@cloudposse
goofys@cloudposse
groff
helm@cloudposse
helmfile@cloudposse
iputils
jq
keybase-client@testing
kops@cloudposse
kubectl@cloudposse
kubectx@cloudposse
kubens@cloudposse
less
libc6-compat
libltdl
Expand All @@ -28,9 +39,16 @@ openssh-client
openssl
pwgen
python
shellcheck@cloudposse
shfmt@cloudposse
sops@cloudposse
sshpass
stern@cloudposse
syslog-ng
tar
terraform@cloudposse
terragrunt@cloudposse
unzip
util-linux
vim
yq@cloudposse

0 comments on commit 36febc9

Please sign in to comment.