Skip to content

fix(deps): Update docker#21179

Merged
erezrokah merged 4 commits intocloudquery:mainfrom
AlexLoMDB:alexlomdb/docker-bump
Jul 30, 2025
Merged

fix(deps): Update docker#21179
erezrokah merged 4 commits intocloudquery:mainfrom
AlexLoMDB:alexlomdb/docker-bump

Conversation

@AlexLoMDB
Copy link
Copy Markdown
Contributor

Summary

Fixes #21134

@AlexLoMDB AlexLoMDB requested a review from a team as a code owner July 29, 2025 18:29
@AlexLoMDB AlexLoMDB requested a review from murarustefaan July 29, 2025 18:29
Copy link
Copy Markdown
Member

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to incorporate these changes with https://github.com/cloudquery/plugin-pb-go/pull/525/files.

I'll test this PR with https://github.com/cloudquery/plugin-pb-go/pull/525/files today

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 30, 2025
kodiakhq bot pushed a commit to cloudquery/plugin-pb-go that referenced this pull request Jul 30, 2025
#### Summary

While testing cloudquery/cloudquery#21179 I noticed syncing with docker plugins stopped working (even before cloudquery/cloudquery#21179).

Looks like the host port is not mapped correctly (probably due to changes with recent docker engines), so the CLI can't connect to the plugin gRPC server.

This PR fixes the issue by using the Docker SDK to get the port binding from a string value, ensuring the mapping is done correctly (hopefully for future versions as well)

---
@erezrokah erezrokah force-pushed the alexlomdb/docker-bump branch from 39a5dba to e5dad69 Compare July 30, 2025 15:49
@erezrokah erezrokah merged commit 0ff6e79 into cloudquery:main Jul 30, 2025
6 checks passed
kodiakhq bot pushed a commit that referenced this pull request Jul 30, 2025
🤖 I have created a release *beep* *boop*
---


## [6.26.2](cli-v6.26.1...cli-v6.26.2) (2025-07-30)


### Bug Fixes

* **deps:** Update docker ([#21179](#21179)) ([0ff6e79](0ff6e79))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.18 ([#21187](#21187)) ([eb3af75](eb3af75))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Docker libraries

4 participants