Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 07:23
· 292 commits to main since this release
d0b75aa

This release contains initial support for DAP (Debug Adapter Protocol). This allows visual and interactive debugging of Dockerfiles on IDEs supporting DAP (e.g. VS Code, Emacs, Neovim).

See ./examples/dap for details.

image

Notable Changes

  • Initial support of DAP (Debug Adapter Protocol) (#42)
  • Support importing external cache. One of the use-cases is to inspect the remotely cached build emitted from the remotely performed build (e.g. on Kubernetes). See docs/cache-from.md for details and the example. (#36)
  • Support overlayfs snapshotter (#38)
  • Fix panic bugs (#40, #41)