Skip to content

Commit

Permalink
Pin docker-ce version to 24.0.7
Browse files Browse the repository at this point in the history
See #415 for more context
This should be re-evaluated with Docker 25.0.3 or the migration to
Rocky Linux 9
  • Loading branch information
sbesson committed Feb 5, 2024
1 parent 0ec6d8d commit 825c70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/idr-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
roles:
- role: ome.docker
docker_use_ipv4_nic_mtu: True

docker_version: 24.0.7
tasks:
- name: install docker-python
become: yes
Expand Down
2 changes: 1 addition & 1 deletion ansible/management-prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

- role: ome.docker
docker_use_ipv4_nic_mtu: True

docker_version: 24.0.7
- role: ome.prometheus
prometheus_docker_network: monitoring

Expand Down

0 comments on commit 825c70b

Please sign in to comment.