-
Notifications
You must be signed in to change notification settings - Fork 425
Remove old dependencies on dockerv1client and replace with newer equivalents #745
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
Remove old dependencies on dockerv1client and replace with newer equivalents #745
Conversation
We don't need this command anymore, and we can cut dependencies.
We want to use ImageRetriever from newapp to replace the old docker client. Make it easier to reuse.
Remove the references to the old logic for the docker v1 client and use image retriever instead.
soltysh
left a comment
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.
/lgtm
/hold
for that docker/docker question
/retest
Move to a newer version fsouza/go-dockerclient that removes the very, very, very, very old dependencies in our tree. At this point only newapp uses the Docker API, but we want to remain as compatible as possible. It is likely this breaks compatibility with RHEL7 clients using older Docker versions and that is ok.
7cb9aa0 to
834a8d0
Compare
|
/retest |
1 similar comment
|
/retest |
soltysh
left a comment
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.
/hold cancel
/lgtm
/retest
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Uh oh!
There was an error while loading. Please reload this page.