Skip to content

Fix CI due to Docker update#293

Merged
knikolla merged 1 commit intonerc-project:mainfrom
QuanMPhm:fix/ci
Feb 12, 2026
Merged

Fix CI due to Docker update#293
knikolla merged 1 commit intonerc-project:mainfrom
QuanMPhm:fix/ci

Conversation

@QuanMPhm
Copy link
Contributor

Recently, the microshift CI has been broken because our CI script can't correctly inspect the IP address . Digging a bit further, it seems the error is because the latest version of Docker has deprecated the way we've been inspecting the IP address (sudo docker inspect microshift -f '{{ .NetworkSettings.IPAddress }}'), and Github decided to update Docker in its Action images recently.

I've fixed the CI using the inspection method on the docker documentation

Recently, the microshift CI has been broken because our CI script can't
correctly inspect the IP address . Digging a bit further, it seems the
error is because the latest version of Docker has deprecated the way
we've been inspecting the IP address
(sudo docker inspect microshift -f '{{ .NetworkSettings.IPAddress }}'),
and Github decided to update Docker in its Action images recently.

I've fixed the CI using the inspection method on the docker documentation
@knikolla knikolla merged commit 4bd94ab into nerc-project:main Feb 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants