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.7+incompatible to 25.0.1+incompatible in /test #10072

Closed
mboukhalfa opened this issue Jan 30, 2024 · 8 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@mboukhalfa
Copy link
Member

What would you like to be added (User Story)?

As a developer using capi test module I would like to bump github.com/docker/docker and fix incompatibility issue when using this module in capi test.

Detailed Description

when trying to bump github.com/docker/docker to 25.0.1 got an error sigs.k8s.io/cluster-api/test@v1.6.1/infrastructure/container/docker.go:408:54: cannot use restartPolicy (variable of type string) as "github.com/docker/docker/api/types/container".RestartPolicyMode value in struct literal The type was changed in this PR moby/moby#44704 but capi is still using the type string

RestartPolicy: dockercontainer.RestartPolicy{Name: restartPolicy, MaximumRetryCount: restartMaximumRetryCount},
.

Anything else you would like to add?

No response

Label(s) to be applied

/kind feature
One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.

@k8s-ci-robot k8s-ci-robot added kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 30, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@chrischdi
Copy link
Member

Wasn't this done in: #10057 ?

@chrischdi
Copy link
Member

(ah this is not on release-1.6)

@mboukhalfa
Copy link
Member Author

(ah this is not on release-1.6)

If we can backport it to v1.6 that will unlock our docker module uplfit from the next capi patch else we wait for v1.7

@killianmuldoon
Copy link
Contributor

The general policy is to not backport dependency bumps unless there's a good reason - is there something which makes the docker bump a requirement on your side? v1.7 is due for release in mid-April.

@mboukhalfa
Copy link
Member Author

The general policy is to not backport dependency bumps unless there's a good reason - is there something which makes the docker bump a requirement on your side? v1.7 is due for release in mid-April.

No requirement for now we can hold our uplift until 1.7 release.
Ok to close this issue

@killianmuldoon
Copy link
Contributor

Thanks for clarifying. Let's close this.

/close

@k8s-ci-robot
Copy link
Contributor

@killianmuldoon: Closing this issue.

In response to this:

Thanks for clarifying. Let's close this.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

4 participants