Skip to content
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

Recent docker updates broke our healthcheck #318

Closed
pinheadmz opened this issue Mar 23, 2024 · 2 comments · Fixed by #319
Closed

Recent docker updates broke our healthcheck #318

pinheadmz opened this issue Mar 23, 2024 · 2 comments · Fixed by #319

Comments

@pinheadmz
Copy link
Contributor

pinheadmz commented Mar 23, 2024

Recent docker updates have affected our CI because we install latest versions. By pinning the previous verions of all the docker stuff I was able to at least get sucesful health checks in ci. This may be ok for now but we should figure out why the docker updates broke our healthchecks

Old working versions:


Get:1 https://download.docker.com/linux/ubuntu jammy/stable amd64 containerd.io amd64 1.6.28-2 [29.7 MB]
Get:2 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-buildx-plugin amd64 0.13.0-1~ubuntu.22.04~jammy [29.5 MB]
Get:3 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-ce-cli amd64 5:25.0.4-1~ubuntu.22.04~jammy [13.7 MB]
Get:4 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-ce amd64 5:25.0.4-1~ubuntu.22.04~jammy [24.3 MB]
Get:5 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-compose-plugin amd64 2.24.7-1~ubuntu.22.04~jammy [12.1 MB]

New broken versions:

Get:1 https://download.docker.com/linux/ubuntu jammy/stable amd64 containerd.io amd64 1.6.28-2 [29.7 MB]
Get:2 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-buildx-plugin amd64 0.13.1-1~ubuntu.22.04~jammy [29.5 MB]
Get:3 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-ce-cli amd64 5:26.0.0-1~ubuntu.22.04~jammy [13.8 MB]
Get:4 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-ce amd64 5:26.0.0-1~ubuntu.22.04~jammy [25.1 MB]
Get:5 https://download.docker.com/linux/ubuntu jammy/stable amd64 docker-compose-plugin amd64 2.25.0-1~ubuntu.22.04~jammy [12.1 MB]
@willcl-ark
Copy link
Contributor

WTH docker!?

I will try and investigate why it's broken. Did it also break locally for you?

@pinheadmz
Copy link
Contributor Author

pinheadmz commented Mar 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants