Skip to content

Commit

Permalink
fix: switch to default docker (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop authored Mar 1, 2024
1 parent 1c43d17 commit 28d0897
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/commands/docker/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ steps:
condition: << parameters.request_remote_docker >>
steps:
- setup_remote_docker: # Need this to run DinD
version: 20.10.11
version: default
- attach_workspace:
at: ~/voiceflow
- docker_login
Expand Down
2 changes: 1 addition & 1 deletion src/commands/track/update_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:
description: Linux/amd64 allows for specific versions to be set, while linux/arm64 only allows for either default and edge
# https://circleci.com/docs/building-docker-images/#docker-version
type: string
default: "20.10.11"
default: "default"
bucket:
description: The container image repository
type: string
Expand Down
2 changes: 1 addition & 1 deletion src/commands/utils/check_image_exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
condition: << parameters.request_remote_docker >>
steps:
- setup_remote_docker: # Need this to run DinD
version: 20.10.11
version: default
- docker_login
- run:
name: If container with this git SHA already exists, don't build
Expand Down
2 changes: 1 addition & 1 deletion src/commands/yarn/yarn_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ steps:
condition: << parameters.request_remote_docker >>
steps:
- setup_remote_docker: # Need this to run DinD
version: 20.10.11
version: default
- when:
condition: << parameters.run_in_container >>
steps:
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/monorepo/monorepo_schema_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
executor: << parameters.executor >>
steps:
- setup_remote_docker:
version: 20.10.11
version: default
- checkout
- install_node_modules:
avoid_post_install_scripts: false
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/track/update_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parameters:
description: Linux/amd64 allows for specific versions to be set, while linux/arm64 only allows for either default and edge
# https://circleci.com/docs/building-docker-images/#docker-version
type: string
default: "20.10.11"
default: "default"
bucket:
description: The container image repository
type: string
Expand Down

0 comments on commit 28d0897

Please sign in to comment.