Alan Ghelardi
Alan Ghelardi
## Expected Behavior Subsequent builds run over unchanged files must produce layers with the same SHA256. ## Actual Behavior Vessel produces layers with different SHA256 hashes for files that haven't...
Currently, Vessel allows us to build an image and push it to a specific tag. Allowing to push the same image to different tags is very useful when one wants...
Previously, whenever a compilation error was thrown, vessel.builder caught it and re-threw as an `ExceptionInfo` that was shown to the user. The new reporting feature introduced in Clojure 1.10.1 broke...