Closed
Description
After the merge of #461, the docker
containers we run as part of our CI jobs stopped working.
The container fails to start with the following error:
failed to start daemon: Error initializing network controller: error obtaining controller instance: unable to add return rule in DOCKER-ISOLATION-STAGE-1 chain: (iptables failed: iptables --wait -A DOCKER-ISOLATION-STAGE-1 -j RETURN: iptables v1.8.10 (nf_tables): RULE_APPEND failed (No such file or directory): rule in chain DOCKER-ISOLATION-STAGE-1
The affected image is docker.io/library/docker@sha256:ae63bb7c7d3ae23884a2c5d206939640279f6d15730618192b58662a0619f182
, while docker.io/library/docker@sha256:c90e58d30700470fc59bdaaf802340fd25c1db628756d7bf74e100c566ba9589
works fine. Both images are tagged as 24.0.7-dind
The environment is GKE 1.27 with Container-Optimized OS.
Workaround
Use docker:24.0.7-dind-alpine3.18
, as it points at the previous version of the image that was overwritten
Metadata
Metadata
Assignees
Labels
No labels