Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

v0.1.5

Compare
Choose a tag to compare
@apourchet apourchet released this 10 Dec 23:57
· 141 commits to master since this release
0553ee4

This release contains no major overhauls. Below is a summary of the changes since the previous release:

  • Clean up the filesystem before and after a build.
  • Take relevant build options (such as the --commit flag) when calculating cache IDs.
  • Handle comments properly with multi-line directives:
RUN apt-get install -y \
     # comment
     hello