Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
circleci: update to docker 20.10
Browse files Browse the repository at this point in the history
Older versions may have issues when running recent Alpine images,
due to seccomp profiles not being up to date with latest kernels.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jan 28, 2022
1 parent 68fc5dc commit 88f84af
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ aliases:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run:
name: "Prepare Kind and run e2e tests"
command: |
Expand All @@ -49,7 +49,7 @@ aliases:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run:
name: "Prepare Kind and run e2e benchmark"
command: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run:
name: Login to docker hub
command: echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run: make -f docker.Makefile validate
validate-vendor:
docker: *public-golang
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run:
name: Build images
command: |
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- run:
name: Run unit tests
command: make -f docker.Makefile test-unit
Expand All @@ -261,7 +261,7 @@ jobs:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- deploy:
name: push-to-hub
command: |
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- attach_workspace:
at: /root
- setup_remote_docker:
version: 18.09.3
version: 20.10.11
- deploy:
name: push-to-hub
command: |
Expand Down

0 comments on commit 88f84af

Please sign in to comment.