-
Notifications
You must be signed in to change notification settings - Fork 3k
add remote-client diff #2825
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
add remote-client diff #2825
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude 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 |
|
bot, retest this please |
|
LGTM |
vrothberg
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.
It looks like there is small hiccup with the change types:
[valentin@nebuchadnezzar libpod pull-request-2825 ?]$ sudo ./bin/podman-remote diff 2bcb04bdb83f
ERRO[0000] 'C' is unknown archive type
ERRO[0000] 'C' is unknown archive type
ERRO[0000] 'C' is unknown archive type
C /var/log/nginx
C /var/log/nginx/access.log
C /var/log/nginx/error.log
[valentin@nebuchadnezzar libpod pull-request-2825 ?]$ sudo ./bin/podman diff 2bcb04bdb83f
C /var/log/nginx
C /var/log/nginx/access.log
C /var/log/nginx/error.log
Besides that LGTM.
|
Other than @vrothberg's comment, LGTM assuming happy tests. They're not at the moment fwiw. |
|
LGTM |
|
bot, retest this please |
the remote client now can run the diff command to report changes, modifications, and deletions in an image or container. Signed-off-by: baude <[email protected]>
|
/lgtm |
the remote client now can run the diff command to report changes,
modifications, and deletions in an image or container.
Signed-off-by: baude [email protected]