tactilenews / 100eyes

Dialogtechnologie für den Pivot to People invented by tactile.news GmbH
MIT License
10 stars 1 forks source link

Pin community.docker version for cd #1887

Closed mattwr18 closed 1 month ago

mattwr18 commented 1 month ago

What changed in this PR and why

After adding the community.docker to collection in https://github.com/tactilenews/100eyes/pull/1835, we started getting this error when pruning docker images:

"msg": "Error connecting: Error while fetching server API version: Not supported URL scheme http+docker"

Our cd is only upgrading to 3.10.1... this ensures it updates to the latest version https://github.com/ansible-collections/community.docker/blob/main/CHANGELOG.md#bugfixes

mattwr18 commented 1 month ago

@roschaefer as expected, we got the error in the cd while it was on a lower version, I verified that setting the version allows it to pass cd... we should have a follow up PR that removes the version at some point.