This repository has been archived by the owner on May 4, 2021. It is now read-only.
v0.1.5
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