Skip to content

Commit

Permalink
circleci: update docker,kind (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks authored Jun 7, 2021
1 parent 2aae4df commit ad220c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt update && apt install -y curl ca-certificates liblz4-tool rsync socat
# Install docker
# Adapted from https://github.com/circleci/circleci-images/blob/staging/shared/images/Dockerfile-basic.template
# Check https://download.docker.com/linux/static/stable/x86_64/ for latest versions
ENV DOCKER_VERSION=19.03.5
ENV DOCKER_VERSION=20.10.7
RUN set -exu \
&& DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
&& echo Docker URL: $DOCKER_URL \
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 19.03.12
version: 20.10.6
- run: make install
- run: test/kind-cluster-network/e2e.sh

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 19.03.12
version: 20.10.6
- run: git fetch --tags
- run: curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
- run: sudo mv ./bin/goreleaser /usr/local/bin/
Expand All @@ -78,7 +78,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 19.03.12
version: 20.10.6
- run: git fetch --tags
- run: curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
- run: sudo mv ./bin/goreleaser /usr/local/bin/
Expand Down

0 comments on commit ad220c9

Please sign in to comment.