Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Bump github.com/moby/buildkit from 0.4.0 to 0.5.0 #234

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/moby/buildkit from 0.4.0 to 0.5.0.

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.5.0

Images

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

  • docker.io/moby/buildkit:v0.5.0
    sha256:ead5be62f4675b37f307e3000e5031644801219585020a6362aa71e02cb61027

  • docker.io/moby/buildkit:v0.5.0-rootless
    sha256:5fcb511bf1067a5635b45b8269c05319a8a686460d704e554306f34d098cd440

Notable Changes

FileOp

LLB supports new operation FileOp allowing built-in file operations during build like copying files, creating new files or directories and removing files. Previously ADD/COPY commands used a helper image that ran a custom binary inside a container, now these commands use FileOp directly. This allows better performance and use of these commands in air-gapped environments without preloading the helper image, as well as fixing issues reported with the helper image implementation.

#809

Security entitlements

BuildKit now supports modes for granting builds permissions to execute processes with privileged capabilities. Certain options for running processes with LLB will require users to grant a capability before their build can run.

This enables specific builds to run processes that require system capabilities without compromising on the security of the default builds.

Currently two entitlements are supported:

network.host - Runs a specific process in the host network namespace.
security.insecure - Runs a process with all system capabilities enabled and security modules (eg. seccomp) disabled. Similar to docker run --privileged.

The entitlements need to be enabled both in the daemon configuration file and passed with a build request using --allow to take effect.

#570

New connection helpers for buildctl

Buildctl now has support for connecting to BuildKit daemon running in a Docker container or Kubernetes pod by using docker-container://<name> or kube-pod://<name> as BUILDKIT_HOST value.

#904
#951

Tar exporter

Build output can now be exported to the client as a tarball. Similar to the local exporter but allows preserving the file owner values.

buildctl build -o type=tar,dest=foo.tar ...
buildctl build -o type=tar ... > foo.tar
... (truncated)
Commits
  • 8c0fa8f Merge pull request #966 from tonistiigi/csv-fix
  • dcacc39 hack: fix csv values
  • 3c78a9c Merge pull request #909 from fuweid/me-allow-unpack-action
  • 37ae84b Merge pull request #961 from tonistiigi/dockerfile-subdir
  • d0b3ba5 Merge pull request #962 from tonistiigi/differ-patch
  • ac18391 vendor: update containerd and continuity
  • 9c70c31 vendor: patch differ deadlock
  • bb03ee6 dockerfile: allow subdirs for remote contexts
  • ffad8ad exporter: support unpack opt for image exporter
  • 8818c67 Merge pull request #956 from AkihiroSuda/kube-consistent-hash
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.4.0...v0.5.0)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 29, 2019
@coveralls
Copy link

coveralls commented Apr 29, 2019

Pull Request Test Coverage Report for Build 1211

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 90.476%

Totals Coverage Status
Change from base Build 1207: 0.0%
Covered Lines: 1197
Relevant Lines: 1323

💛 - Coveralls

@duck8823 duck8823 merged commit a9d55c3 into master Apr 30, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/moby/buildkit-0.5.0 branch April 30, 2019 06:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants