bitcoin-dev-project / warnet

Monitor and analyze the emergent behaviors of Bitcoin networks
https://warnet.dev
MIT License
59 stars 27 forks source link

Recent docker updates broke our healthcheck #318

Closed pinheadmz closed 1 month ago

pinheadmz commented 1 month ago

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 commented 1 month ago

WTH docker!?

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

pinheadmz commented 1 month ago

Fine locally. I don't reinstall docker every time I run tests, like CI

On Sat, Mar 23, 2024 at 5:49 AM Will Clark @.***> wrote:

WTH docker!?

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

— Reply to this email directly, view it on GitHub https://github.com/bitcoin-dev-project/warnet/issues/318#issuecomment-2016429831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP46KD7KB6JDKBTGYAODETYZVF4BAVCNFSM6AAAAABFEH5NUSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJWGQZDSOBTGE . You are receiving this because you authored the thread.Message ID: @.***>