Skip to content

Commit

Permalink
Add Docker Version Deploy Config
Browse files Browse the repository at this point in the history
  • Loading branch information
石磊 authored and 石磊 committed Aug 16, 2023
1 parent a4f6a0e commit e49da62
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crane/roles/cri-install/includes/docker/versions/21.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Move v21 Docker binray to bin Path
shell: "cp -a {{ temporary_dirs }}docker/{{ item }} {{ kubernetes_ctl_path }}"
with_items:
- "docker"
- "docker-init"
- "docker-proxy"
- "dockerd"
ignore_errors: true
9 changes: 9 additions & 0 deletions crane/roles/cri-install/includes/docker/versions/22.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Move v22 Docker binray to bin Path
shell: "cp -a {{ temporary_dirs }}docker/{{ item }} {{ kubernetes_ctl_path }}"
with_items:
- "docker"
- "docker-init"
- "docker-proxy"
- "dockerd"
ignore_errors: true
9 changes: 9 additions & 0 deletions crane/roles/cri-install/includes/docker/versions/23.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Move v23 Docker binray to bin Path
shell: "cp -a {{ temporary_dirs }}docker/{{ item }} {{ kubernetes_ctl_path }}"
with_items:
- "docker"
- "docker-init"
- "docker-proxy"
- "dockerd"
ignore_errors: true
9 changes: 9 additions & 0 deletions crane/roles/cri-install/includes/docker/versions/24.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Move v24 Docker binray to bin Path
shell: "cp -a {{ temporary_dirs }}docker/{{ item }} {{ kubernetes_ctl_path }}"
with_items:
- "docker"
- "docker-init"
- "docker-proxy"
- "dockerd"
ignore_errors: true

0 comments on commit e49da62

Please sign in to comment.