Skip to content

Commit

Permalink
Update buildkite, kubectl (#27)
Browse files Browse the repository at this point in the history
Bencodes authored May 20, 2021
1 parent 2411666 commit d6fa0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildkite/agent:3.15.0 AS buildkite
FROM buildkite/agent:3.29.0 AS buildkite

FROM mexisme/jsonnet:alpine AS jsonnet

@@ -7,7 +7,7 @@ COPY entrypoint.sh /entrypoint.sh

RUN apk add --no-cache bash ca-certificates coreutils curl git jq libstdc++ openssh

ENV K8S_VERSION="v1.15.4"
ENV K8S_VERSION="v1.21.1"
RUN curl -sfL https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
chmod +x /usr/local/bin/kubectl

0 comments on commit d6fa0cf

Please sign in to comment.