Skip to content

update github.com/docker/docker to v28.3.3#46334

Merged
AndersonQ merged 6 commits intoelastic:mainfrom
AndersonQ:update-docker
Sep 9, 2025
Merged

update github.com/docker/docker to v28.3.3#46334
AndersonQ merged 6 commits intoelastic:mainfrom
AndersonQ:update-docker

Conversation

@AndersonQ
Copy link
Member

@AndersonQ AndersonQ commented Sep 1, 2025

Proposed commit message

update github.com/docker/docker to v28.3.3

Checklist

  • [ ] My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

  • n/a

How to test this PR locally

  • everything should keep working as before

Related issues

  • n/a
@AndersonQ AndersonQ self-assigned this Sep 1, 2025
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 1, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Contributor

mergify bot commented Sep 1, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @AndersonQ? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.
@AndersonQ AndersonQ changed the title WIP: update github.com/docker/docker Sep 2, 2025
@AndersonQ AndersonQ added Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team backport-9.0 Automated backport to the 9.0 branch backport-8.19 Automated backport to the 8.19 branch backport-9.1 Automated backport to the 9.1 branch labels Sep 2, 2025
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Sep 2, 2025
@AndersonQ AndersonQ marked this pull request as ready for review September 3, 2025 14:35
@AndersonQ AndersonQ requested a review from a team as a code owner September 3, 2025 14:35
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@fearful-symmetry
Copy link
Contributor

@AndersonQ are you still working on this?

@AndersonQ
Copy link
Member Author

@AndersonQ are you still working on this?

yes, the failing tests are the blocker, but they're unrelated to the change here

@fearful-symmetry
Copy link
Contributor

Yeah, I'm assuming they're unrelated. Would be really nice to have this in for the next FF.

@mergify
Copy link
Contributor

mergify bot commented Sep 8, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b update-docker upstream/update-docker
git merge upstream/main
git push upstream update-docker
@AndersonQ AndersonQ enabled auto-merge (squash) September 8, 2025 14:01
@mergify
Copy link
Contributor

mergify bot commented Sep 8, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b update-docker upstream/update-docker
git merge upstream/main
git push upstream update-docker
@AndersonQ AndersonQ merged commit b5d012c into elastic:main Sep 9, 2025
208 checks passed
mergify bot pushed a commit that referenced this pull request Sep 9, 2025
(cherry picked from commit b5d012c)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Sep 9, 2025
mergify bot pushed a commit that referenced this pull request Sep 9, 2025
AndersonQ added a commit that referenced this pull request Sep 9, 2025
…46468)

* update github.com/docker/docker to v28.3.3 (#46334)

(cherry picked from commit b5d012c)

---------

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
AndersonQ added a commit that referenced this pull request Sep 10, 2025
(cherry picked from commit b5d012c)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
@khushijain21 khushijain21 mentioned this pull request Sep 10, 2025
6 tasks
AndersonQ added a commit that referenced this pull request Sep 10, 2025
…6469)

* update github.com/docker/docker to v28.3.3 (#46334)

(cherry picked from commit b5d012c)


---------

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
AndersonQ added a commit that referenced this pull request Sep 12, 2025
AndersonQ added a commit that referenced this pull request Sep 12, 2025
…6467)

* update github.com/docker/docker to v28.3.3 (#46334)

(cherry picked from commit b5d012c)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum

* fix merge conflicts

---------

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
@mauri870 mauri870 added the backport-8.18 Automated backport to the 8.18 branch label Oct 6, 2025
mergify bot pushed a commit that referenced this pull request Oct 6, 2025
(cherry picked from commit b5d012c)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum
mauri870 added a commit that referenced this pull request Oct 7, 2025
…46935)

* update github.com/docker/docker to v28.3.3 (#46334)

(cherry picked from commit b5d012c)

# Conflicts:
#	NOTICE.txt
#	go.mod
#	go.sum

* fix conflicts

* cleanup CHANGELOG

* add missing changelog entry

* fix conflicts

---------

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.18 Automated backport to the 8.18 branch backport-8.19 Automated backport to the 8.19 branch backport-9.0 Automated backport to the 9.0 branch backport-9.1 Automated backport to the 9.1 branch Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

5 participants