Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #277

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v25.0.6

25.0.6

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control.

Bug fixes and enhancements

  • [25.0] remove erroneous platform from image config OCI descriptor in docker save output. moby/moby#47695
  • [25.0 backport] Fix a nil dereference when getting image history for images having layers without the Created value set. moby/moby#47759
  • [25.0 backport] apparmor: Allow confined runc to kill containers. moby/moby#47830
  • [25.0 backport] Fix an issue where rapidly promoting a Swarm node after another node was demoted could cause the promoted node to fail its promotion. moby/moby#47869
  • [25.0 backport] don't depend on containerd platform.Parse to return a typed error. moby/moby#47890
  • [25.0 backport] builder/mobyexporter: Add missing nil check moby/moby#47987

Packaging updates

Full Changelog: moby/moby@v25.0.5...v25.0.6

v25.0.5

25.0.5

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

This release contains a security fix for CVE-2024-29018, a potential data exfiltration from 'internal' networks via authoritative DNS servers.

Bug fixes and enhancements

  • CVE-2024-29018: Do not forward requests to external DNS servers for a container that is only connected to an 'internal' network. Previously, requests were forwarded if the host's DNS server was running on a loopback address, like systemd's 127.0.0.53. moby/moby#47589

  • plugin: fix mounting /etc/hosts when running in UserNS. moby/moby#47588

  • rootless: fix open /etc/docker/plugins: permission denied. moby/moby#47587

  • Fix multiple parallel docker build runs leaking disk space. moby/moby#47527

... (truncated)

Commits
  • b08a51f Merge pull request #48231 from austinvazquez/backport-vendor-otel-v0.46.1-to-...
  • d151b0f vendor: OTEL v0.46.1 / v1.21.0
  • c6ba9a5 Merge pull request #48225 from austinvazquez/backport-workflow-artifact-reten...
  • 4673a3c Merge pull request #48227 from austinvazquez/backport-backport-branch-check-t...
  • 30f8908 github/ci: Check if backport is opened against the expected branch
  • 7454d6a ci: update workflow artifacts retention
  • 65cc597 Merge commit from fork
  • b722836 Merge pull request #48199 from austinvazquez/update-containerd-binary-to-1.7.20
  • e8ecb9c update containerd binary to v1.7.20
  • e6cae1f update containerd binary to v1.7.19
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.9...v25.0.6)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
@nourspace nourspace requested a review from 0xPuncker September 23, 2024 18:56
@0xPuncker 0xPuncker self-assigned this Sep 24, 2024
@0xPuncker
Copy link
Contributor

I tested the Heighliner with the updated dependency and it worked normally:

> go run main.go build --chain gaia --git-ref v6.0.0 

Loaded chains from /Users/strangelove/Documents/Dev/heighliner/chains.yaml
Using local cosmos/native.Dockerfile
WasmVM from go.mod: repo: github.com/CosmWasm/wasmvm, version: 
Go version from go.mod: 1.17, will build with version: 1.23.1 image: 1.23.1-alpine3.20
Building image from ref: v6.0.0, resulting docker image tags: +[gaia:v6.0.0]
Step 1/51 : ARG BASE_VERSION
Step 2/51 : FROM golang:${BASE_VERSION} AS build-env
 ---> 07228514b78b
Step 3/51 : RUN apk add --update --no-cache curl make git libc-dev bash gcc linux-headers eudev-dev ncurses-dev
 ---> Running in db77b38bcdc1
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz
(1/45) Installing ncurses-terminfo-base (6.4_p20240420-r1)
(2/45) Installing libncursesw (6.4_p20240420-r1)
(3/45) Installing readline (8.2.10-r0)
(4/45) Installing bash (5.2.26-r0)
Executing bash-5.2.26-r0.post-install
(5/45) Installing brotli-libs (1.1.0-r2)
(6/45) Installing c-ares (1.28.1-r0)
(7/45) Installing libunistring (1.2-r0)
(8/45) Installing libidn2 (2.3.7-r0)
(9/45) Installing nghttp2-libs (1.62.1-r0)
(10/45) Installing libpsl (0.21.5-r1)
(11/45) Installing zstd-libs (1.5.6-r0)
(12/45) Installing libcurl (8.9.1-r2)
(13/45) Installing curl (8.9.1-r2)
(14/45) Installing udev-init-scripts (35-r1)
(15/45) Installing eudev-libs (3.2.14-r2)
(16/45) Installing libeconf (0.6.3-r0)
(17/45) Installing libblkid (2.40.1-r1)
(18/45) Installing xz-libs (5.6.2-r0)
(19/45) Installing kmod-libs (32-r0)
(20/45) Installing eudev (3.2.14-r2)
(21/45) Installing pkgconf (2.2.0-r0)
(22/45) Installing eudev-dev (3.2.14-r2)
(23/45) Installing libgcc (13.2.1_git20240309-r0)
(24/45) Installing jansson (2.14-r4)
(25/45) Installing libstdc++ (13.2.1_git20240309-r0)
(26/45) Installing binutils (2.42-r0)
(27/45) Installing libgomp (13.2.1_git20240309-r0)
(28/45) Installing libatomic (13.2.1_git20240309-r0)
(29/45) Installing gmp (6.3.0-r1)
(30/45) Installing isl26 (0.26-r1)
(31/45) Installing mpfr4 (4.2.1-r0)
(32/45) Installing mpc1 (1.3.1-r1)
(33/45) Installing gcc (13.2.1_git20240309-r0)
(34/45) Installing libexpat (2.6.3-r0)
(35/45) Installing pcre2 (10.43-r0)
(36/45) Installing git (2.45.2-r0)
(37/45) Installing git-init-template (2.45.2-r0)
(38/45) Installing musl-dev (1.2.5-r0)
(39/45) Installing linux-headers (6.6-r0)
(40/45) Installing make (4.4.1-r2)
(41/45) Installing libformw (6.4_p20240420-r1)
(42/45) Installing libmenuw (6.4_p20240420-r1)
(43/45) Installing libpanelw (6.4_p20240420-r1)
(44/45) Installing libncurses++ (6.4_p20240420-r1)
(45/45) Installing ncurses-dev (6.4_p20240420-r1)
Executing busybox-1.36.1-r29.trigger
Executing eudev-3.2.14-r2.trigger
OK: 179 MiB in 60 packages
 ---> Removed intermediate container db77b38bcdc1
 [...]
 Step 44/51 : COPY --from=build-env /root/bin /bin
 ---> e84fedf64630
Step 45/51 : COPY --from=build-env /root/lib /lib
 ---> 1dbc2699dd31
Step 46/51 : COPY --from=alpine-3 /etc/ssl/cert.pem /etc/ssl/cert.pem
 ---> 99cc414f9ed4
Step 47/51 : COPY --from=infra-toolkit /etc/passwd /etc/passwd
 ---> c171ae2fdfa6
Step 48/51 : COPY --from=infra-toolkit --chown=1025:1025 /home/heighliner /home/heighliner
 ---> 781773b8af5c
Step 49/51 : COPY --from=infra-toolkit --chown=1025:1025 /tmp /tmp
 ---> 189f99a13d0e
Step 50/51 : WORKDIR /home/heighliner
 ---> Running in 5409e6bae004
 ---> Removed intermediate container 5409e6bae004
 ---> e8e3d9d1982c
Step 51/51 : USER heighliner
 ---> Running in acc149490b81
 ---> Removed intermediate container acc149490b81
 ---> 9e875c1f631f
Image ID: sha256:9e875c1f631f414f9de2e99dad7f4c02e93f469fc8037b7bf472f23ead485692
[Warning] One or more build-args [BASE_IMAGE DIRECTORIES FINAL_IMAGE GO_VERSION NAME TARGET_LIBRARIES] were not consumed
Successfully built 9e875c1f631f
Successfully tagged gaia:v6.0.0

Copy link
Contributor

@0xPuncker 0xPuncker left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

@0xPuncker 0xPuncker merged commit bf07072 into main Sep 25, 2024
6 of 7 checks passed
@0xPuncker 0xPuncker deleted the dependabot/go_modules/github.com/docker/docker-25.0.6incompatible branch September 25, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant