Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upJib should maintain hard-links and symlinks #2275
Open
Labels
Comments
|
Great savings in the time to produce the image as well, give far less material is transferred. |
|
The relevant starting point is |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The hardlinking supported by the Spotify docker-client can result in large image-size savings for situations using lots of hard-links (jvanzyl/dockerfile-maven#2). Jib should track hard-links. Jib should also preserve symlinks (perhaps only if they reference within the layer?).