-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgrade Docker SDK #898
Closed
Closed
Upgrade Docker SDK #898
Conversation
This file contains 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
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Dec 15, 2023
Closed
d3f1104
to
85d05da
Compare
guineveresaenger
approved these changes
Dec 27, 2023
Closed
85d05da
to
cc147c0
Compare
2eaa243
to
65bf57c
Compare
Does the PR have any schema changes?Does the PR have any schema changes?Looking good! No breaking changes found. New resources:
Maintainer note: consult the runbook for dealing with any breaking changes. |
blampe
added a commit
to pulumi/ci-mgmt
that referenced
this pull request
Jan 18, 2024
github.com/in-toto/in-toto-golang has an Apache 2.0 license and is a dependency of newer github.com/docker/buildx releases, but it's incorrectly flagged by the license check action. This PR adds it to our ignore list. Refs pulumi/license-check-action#2 Unblocks pulumi/pulumi-docker#898
7965d25
to
34a13a0
Compare
5b11412
to
3006871
Compare
This was referenced Jan 30, 2024
ecb4924
to
76ad325
Compare
76ad325
to
9fb4662
Compare
9fb4662
to
64676b2
Compare
Closed
64676b2
to
ee294d5
Compare
ee294d5
to
d3a3b24
Compare
bc39c4d
to
3b63517
Compare
d3a3b24
to
c124573
Compare
Merged
blampe
added a commit
that referenced
this pull request
Mar 18, 2024
This breaks #898 out from the buildx stack so we can apply it the original provider.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This upgrades the Docker libraries we're using in order to support more recent
buildx/buildkit releases.
A small upstream patch is needed to make it compatible.