-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search engine: docker deployment issues #415
Comments
Forcing the Docker version to 24.0.7 diff --git a/ansible/idr-docker.yml b/ansible/idr-docker.yml
index 2a53643..e87fc6a 100644
--- a/ansible/idr-docker.yml
+++ b/ansible/idr-docker.yml
@@ -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 seems to be sufficient to make progress with the playbook. So I suspect some upstream changes incompatible with our way to deploy Docker using |
moby/moby#47308 looks related and is expected to be resolved with Docker 25.0.3 (or the migration to Rocky Linux 9) |
When testing devspace using the testing RHEL 9 VM, I had to edit the |
Downgrading to 24.x version might also solve the problem I have when running devspace (omero-server takes a long time to start). I am currently running
|
See #415 for more context This should be re-evaluated with Docker 25.0.3 or the migration to Rocky Linux 9
I was able to spin up |
Possibly affects the IDR monitoring stack as well
Initially reported by @dominikl in the context of a pilot VM,
deployment/ansible/idr-docker.yml
Lines 7 to 8 in 0ec6d8d
Looking at the logs
Removing
/etc/docker/daemon.json
or simply commenting out themtu
variable (asdocker_use_ipv4_nic_mtu: false
) suffices to restart the Docker service. Butdocker ps
fails withThe version of Docker is
while on a recent successful environment, it is
The text was updated successfully, but these errors were encountered: