Skip to content

Releases: moby/buildkit

v0.3.3

21 Nov 05:40
8cf9bec
Compare
Choose a tag to compare

Images

https://hub.docker.com/r/moby/buildkit/tags/

  • docker.io/moby/buildkit:v0.3.3
    sha256:7eaccec7a90a43546b0fa870e55c860014fc3bbdd55c3697f59e7c812c246c06
  • docker.io/moby/buildkit:v0.3.3-rootless
    sha256:86d5b8565b37057098f1e7f2f1abd6b5263390ed92cab17d2ef62f3c9eadd704

Notable Changes

  • buildctl: match --no-cache to frontend options
  • buildctl: match --import-cache to frontend options
  • dockerfile: allow symlinked Dockerfile location
  • dockerfile: set copy helper to docker/dockerfile-copy:v0.1.9
  • dockerfile: fix ADD from URLs colliding with COPY on windows
  • docs: documentation for experimental dockerfile features
  • solver: fix authentication on image config resolve through external frontend

Contributors

  • Tõnis Tiigi
  • Akihiro Suda
  • Tibor Vass
  • Alice Frosi
  • Kunal Kushwaha
  • Ondrej Fabry

Changes

  • 2e3058e dockerfile: allow symlinks on reading Dockerfile
  • bf8c057 Merge pull request #727 from tonistiigi/add-fix
  • f2f4b53 Merge pull request #729 from tonistiigi/session-context
  • ef00d30 Merge pull request #728 from tonistiigi/docs-update
  • f6a8961 llbsolver: keep session for context calls
  • b3e4cdf dockerfile: document more mount options
  • c840e79 dockerfile: avoid urls in context filter
  • 594f95b Merge pull request #722 from kunalkushwaha/fix-git-2-http
  • 71da3f8 Merge pull request #725 from ondrej-fabry/patch-1
  • 7218446 Correct trivial typos
  • 373dc26 replace git: with https:
  • 471f506 Merge pull request #718 from tonistiigi/update-dockerfile-ref
  • e00566d Merge pull request #715 from alicefr/other-arch
  • a008ce3 Set GOARCH=amd64 for building stage for darwin/windows
  • 9d3426d dockerfile: update image refs
  • c3a857e Merge pull request #716 from tonistiigi/copy-source
  • ec2ab81 dockerfile: update copy source repo
  • 5aab829 Merge pull request #710 from AkihiroSuda/dfdoc
  • b5003d5 update docs

https://travis-ci.org/moby/buildkit/builds/457793396

v0.3.2

31 Oct 05:50
fba893e
Compare
Choose a tag to compare

Notable changes:

  • Fix an issue on running on CoreOS (#704)

Full changes: v0.3.1...v0.3.2

v0.3.1

17 Oct 04:09
867bcd3
Compare
Choose a tag to compare

v0.3.0: Merge pull request #676 from tonistiigi/dockerfile-release

12 Oct 05:45
663f185
Compare
Choose a tag to compare
docker run --name buildkit -d --privileged -p 1234:1234 moby/buildkit:v0.3.0 --addr tcp://0.0.0.0:1234
# docker run --name buildkit -d --privileged -p 1234:1234 moby/buildkit:v0.3.0-rootless --addr tcp://0.0.0.0:1234
export BUILDKIT_HOST=tcp://0.0.0.0:1234
# docker cp buildkit:/usr/bin/buildctl /usr/local/bin/
buildctl build --help