Tags: Mu-L/earthly
Tags
Allow user to override container and volume names (earthly#1083) This allows a user to switch between volume caches, which increases the speed of testing operations where one needs to reset the volume cache. Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
Create docs on build-args and secrets (earthly#1054) * Create docs on build-args and secrets Signed-off-by: Alex Couture-Beil <alex@earthly.dev> * post-PR additions Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
Add Experimental Windows Build (earthly#1028) * Selfhosting achieved * Add Windows coloring * Cleaning * Update Earthfile Co-authored-by: Vlad A. Ionescu <446771+vladaionescu@users.noreply.github.com> * Add github release test for windows * Lint? * GHA Windows * Update git script * Update git script again * Update git script again, again * Update git script again, again. For reals. * Remote debugging via YAML * Doh * Missing .exe * Temp Dir is now cross-platform * Builddkite? * Remove GHA attempts * Native is on WSL2 * Fix windows native build. * Shell debugging * More shell debugging * More shell debugging, again. * More shell debugging, again. Again. * More shell debugging, again. Again. Again. * Can i call it via cmd? * Undo all the bad things * Update after merge. go mod tidy. * Windows CI is not ready for primetime. Co-authored-by: Vlad A. Ionescu <446771+vladaionescu@users.noreply.github.com>
Earthly dir tweaks (earthly#1015) * Earthly dir tweaks. * Review feedback. Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>
Display which secret was not found in error message (earthly#972) Previously if one referenced a secret which was not available, earthly would fail and simply return "Error: not found"; this changes the behavious to display which secret was not found. For example, consider an Earthfile like: foo: FROM alpine:latest RUN --secret password=+secrets/password env If you invoke earthly +foo (without passing a value for the password secret), now it will display an error such as: Error: unable to lookup secret password: not found Where as previously it just displayed: Error: not found Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
Earthly installation improvements (earthly#910) * Turn off pull reporting temporarily. Other small improvements to buildkit startup code. * Perform pull and buildkit start as part of bootstrap. Co-authored-by: Vlad A. Ionescu <vladaionescu@users.noreply.github.com>
PreviousNext