Skip to content

Releases: earthly/earthly

v0.0.3

18 Mar 00:04
Compare
Choose a tag to compare
Minor.

v0.0.2

14 Mar 21:01
1554125
Compare
Choose a tag to compare
Rework flag and command arguments parsing in build.earth (#2)

* Use proper flag parsing for COPY. Add --dir flag.

* Use --dir. This will break CI as it's not available in v0.0.1.

* Migrate RUN and ENTRYPOINT to new flag parsing. Clear distinction between with shell / without shell cases. Improved error reporting for antlr.

* FROM.

* SAVE.

* BUILD.

* More commands migrated.

* Get rid of flag parsing in lexer.

* Try JSON to parse RUN and ENTRYPOINT args, in case of exec mode. Get rid of that comlexity in the lexer.

* Subtle, but important.

Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>

v0.0.1

12 Mar 19:18
Compare
Choose a tag to compare
Update to buildkit v0.7.0-rc1.