-
Notifications
You must be signed in to change notification settings - Fork 843
chore(deps): bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible #323
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
Merged
williammartin
merged 1 commit into
main
from
dependabot/go_modules/github.com/docker/docker-28.1.1incompatible
Apr 22, 2025
Merged
chore(deps): bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible #323
williammartin
merged 1 commit into
main
from
dependabot/go_modules/github.com/docker/docker-28.1.1incompatible
Apr 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
williammartin
approved these changes
Apr 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building an image from this branch:
➜ github-mcp-server git:(dependabot/go_modules/github.com/docker/docker-28.1.1incompatible) ✗ docker build -t github/github-mcp-server .
[+] Building 3.2s (16/16) FINISHED docker:desktop-linux
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 926B 0.0s
=> [internal] load metadata for gcr.io/distroless/base-debian12:latest 0.0s
=> [internal] load metadata for docker.io/library/golang:1.23.7 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [build 1/7] FROM docker.io/library/golang:1.23.7 0.0s
=> [internal] load build context 0.5s
=> => transferring context: 1.81MB 0.5s
=> [stage-1 1/3] FROM gcr.io/distroless/base-debian12:latest 0.0s
=> CACHED [build 2/7] WORKDIR /build 0.0s
=> CACHED [build 3/7] RUN go env -w GOMODCACHE=/root/.cache/go-build 0.0s
=> [build 4/7] COPY go.mod go.sum ./ 0.1s
=> [build 5/7] RUN --mount=type=cache,target=/root/.cache/go-build go mod download 1.3s
=> [build 6/7] COPY . ./ 0.1s
=> [build 7/7] RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 go build -ldflags="-s -w -X main.version=dev -X main.commit=$(git rev-parse HEAD) -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" -o github-mcp-server cmd/github-mcp-server/main.go 1.1s
=> CACHED [stage-1 2/3] WORKDIR /server 0.0s
=> [stage-1 3/3] COPY --from=build /build/github-mcp-server . 0.0s
=> exporting to image 0.0s
=> => exporting layers 0.0s
=> => writing image sha256:c7506aac58df9dab833e48deb23245cc1eb1c53fd73a88975e26e357f5c4106a 0.0s
=> => naming to docker.io/github/github-mcp-server 0.0s
View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/xkiu4y01030qp05puv3tia4w6
What's next:
View a summary of image vulnerabilities and recommendations → docker scout quickview
Using it in vscode
:
{
"inputs": [
{
"type": "promptString",
"id": "github_token",
"description": "GitHub Personal Access Token",
"password": true
}
],
"servers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"github/github-mcp-server" <--------------
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:github_token}"
}
}
}
}
Seeing it work:

@dependabot rebase |
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.0.4+incompatible to 28.1.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.0.4...v28.1.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.1.1+incompatible dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50d1ebb
to
3b6fd86
Compare
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible.
Release notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
01f442b
Merge pull request #49588 from thaJeztah/bump_go_build_tagse03c0f0
Merge pull request #49834 from thaJeztah/cleanup_ignore8dde918
Merge pull request #49837 from thaJeztah/bump_containerd_2.0.5e70ce7a
Merge pull request #49833 from vvoland/rootless-iptables-checkfc8361c
vendor: github.com/containerd/containerd v2.0.562f51e4
vendor: golang.org/x/oauth2 v0.29.0bbbb003
cleanup ignore filesead379a
contrib/rootless-setuptool: Fix iptables detection7c52c4d
update go:build tags to go1.23 to align with vendor.mod6573a13
Merge pull request #49827 from robmry/warn_no_ext_nameserversDependabot 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)