Skip to content

Commit 5e9b5c1

Browse files
Use a supported image in the container runner Sysbox docs (#9406)
Ubuntu 18.04 is EoL while 24.04 is supported until 2029
1 parent 5206640 commit 5e9b5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/container-runner.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ With Sysbox installed and the runtime class updated in your container-agent reso
495495

496496
```yaml
497497
docker:
498-
- image: registry.nestybox.com/nestybox/ubuntu-bionic-systemd-docker
498+
- image: nestybox/ubuntu-noble-systemd-docker
499499
entrypoint: ["dockerd"]
500500
command: ["--host=unix:///var/run/docker.sock"]
501501
```

0 commit comments

Comments
 (0)