You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Doing a
container-diff --type=file --filename=...
reports a unified diff but treats the file contents as a single line.Expected behavior
Output as per
diff -u
. In the below, I copied the content reported bycontainer-diff
to files/tmp/f1
and/tmp/f2
.Actual behavior
The actual behaviour just reports the diff as if the file content was retrieved as a single line.
Information
Steps to reproduce the behavior
container-diff diff --type=file --filename=/var/lib/dpkg/status.d/openjdk remote://gcr.io/distroless/java@sha256:b430543bea1d8326e767058bdab3a2482ea45f59d7af5c5c61334cd29ede88a1
The text was updated successfully, but these errors were encountered: