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

Change idm.New() signature #3130

Closed
wants to merge 2 commits into from

Conversation

akerouanton
Copy link
Member

- What I did

  • 1st commit revendor docker/docker from a branch of my fork (based on moby/moby master branch) ;
  • 2nd commit: Update idm.New() call to use its new signature ;

- How to test it

CI is green.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
Both datastore and id arguments have been removed from idm.New()
signature (1st & 2nd arguments).

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
akerouanton added a commit to akerouanton/docker that referenced this pull request Jun 29, 2023
This new idm constructor is temporarily added to make it possible to
change swarmkit without hitting the dependency cycle that requires
moby/swarmkit#3130 to revendor a fork of moby/moby.

Once swarmkit uses this new constructor, we'll be able to change
idm.New() to match idm.NewWithNoStore().

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
akerouanton added a commit to akerouanton/docker that referenced this pull request Jun 29, 2023
This new idm constructor is temporarily added to make it possible to
change swarmkit without hitting the dependency cycle that requires
moby/swarmkit#3130 to revendor a fork of moby/moby.

Once swarmkit uses this new constructor, we'll be able to change
idm.New() to match idm.NewWithNoStore().

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
@corhere
Copy link
Contributor

corhere commented Jul 7, 2023

This PR has been superseded by #3141

@akerouanton akerouanton closed this Jul 8, 2023
@akerouanton akerouanton deleted the change-idm-signature branch July 8, 2023 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants