Skip to content

v0.8.4

Compare
Choose a tag to compare
@littleredcorvette littleredcorvette released this 21 Feb 20:48
c22fa52

Added

  • The internal dockerd-wrapper.sh script, which is used to implement WITH DOCKER, will execute /usr/share/earthly/dockerd-wrapper-pre-script, if present, prior to starting the
    inner dockerd process. This can be used to configure options that depend on the host's kernel at run-time.
  • Auto-skip can now be used directly on BUILD commands with BUILD --auto-skip; this feature can be enabled with VERSION --build-auto-skip 0.8. #3581

Changed

  • Satellite rm requires a --force flag if it's running. This should help protect users from accidental deletes.

Fixed

  • Fixes an issue with the registry proxy (used for faster image & artifact exporting) on Docker Desktop for Windows/WSL. #3769
  • Fixes a problem with cache IDs not being expanded. For example: CACHE --id $MY_ARG was not using the assigned value of $MY_ARG.

Additional Info

  • This release includes changes to buildkit