Skip to content

Commit

Permalink
bump docker
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Mar 8, 2023
1 parent 314affd commit d0fce76
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: 20.10.18

# publish jobs require $DOCKERHUB_USER, $DOCKERHUB_PASS defined
publish_linuxamd64:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: 20.10.18
- run:
command: |
source ".circleci/parse-tag.sh"
Expand All @@ -39,7 +39,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: 20.10.18
- run:
command: |
source ".circleci/parse-tag.sh"
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: 20.10.18
- run:
command: |
source ".circleci/parse-tag.sh"
Expand All @@ -91,14 +91,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.7
version: 20.10.18
- run:
command: |
# Turn on Experimental features
ssh remote-docker <<EOF
sudo bash -c 'echo "{\"experimental\": true}" > /etc/docker/daemon.json'
sudo systemctl restart docker
EOF
source ".circleci/parse-tag.sh"
#
sudo docker $DOCKER_OPTIONS login --username=$DOCKERHUB_USER --password=$DOCKERHUB_PASS
Expand Down

0 comments on commit d0fce76

Please sign in to comment.