1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Find a file
Sebastiaan van Stijn 3ce37a6aa4 vendor: github.com/moby/buildkit v0.8.2
full diff: 68bb095353...9065b18ba4

- fix seccomp compatibility in 32bit arm
    - fixes Unable to build alpine:edge containers for armv7
    - fixes Buildx failing to build for arm/v7 platform on arm64 machine
- resolver: avoid error caching on token fetch
    - fixes "Error: i/o timeout should not be cached"
- fileop: fix checksum to contain indexes of inputs
- frontend/dockerfile: add RunCommand.FlagsUsed field
    - relates to [20.10] Classic builder silently ignores unsupported Dockerfile command flags
- update qemu emulators
    - relates to "Impossible to run git clone inside buildx with non x86 architecture"
- Fix reference count issues on typed errors with mount references
    - fixes errors on releasing mounts with typed execerror refs
    - fixes / addresses invalid mutable ref when using shared cache mounts
- dockerfile/docs: fix frontend image tags
- git: set token only for main remote access
    - fixes "Loading repositories with submodules is repeated. Failed to clone submodule from googlesource"
- allow skipping empty layer detection on cache export

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Tibor Vass <tibor@docker.com>
(cherry picked from commit 9962a3f74e)
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-02-25 01:41:11 +00:00
.github
api Merge pull request #41977 from thaJeztah/20.10_backport_minor_fixes 2021-02-18 12:29:07 -08:00
builder builder: ensure libnetwork state file do not leak 2021-02-17 21:21:25 +01:00
cli
client
cmd/dockerd
container
contrib contrib/check-config.sh: fix INET_XFRM_MODE_TRANSPORT 2021-02-17 21:17:39 +01:00
daemon Merge pull request #42045 from cpuguy83/20.10_fallback_manifest_on_bad_plat 2021-02-18 21:37:34 +01:00
distribution pull: Validate layer digest format 2021-01-28 21:33:12 +00:00
dockerversion
docs Merge pull request #41977 from thaJeztah/20.10_backport_minor_fixes 2021-02-18 12:29:07 -08:00
errdefs
hack Merge pull request #42014 from thaJeztah/20.10_backport_bump_runc_binary 2021-02-18 12:24:02 -08:00
image replace json.Unmarshal with NewFromJSON in Create 2021-02-17 21:18:19 +01:00
integration Merge pull request #41974 from thaJeztah/20.10_backport_for_linux_1169_plugins_custom_runtime-panic 2021-02-18 12:36:21 -08:00
integration-cli Fix Error in daemon_unix.go and docker_cli_run_unit_test.go 2021-02-17 21:17:28 +01:00
internal/test/suite
layer
libcontainerd
oci Fix daemon panic when starting container with invalid device cgroup rule 2021-02-17 21:16:01 +01:00
opts
patches
pkg Merge pull request #42017 from thaJeztah/20.10_backport_build_fixes 2021-02-22 20:04:04 +01:00
plugin
profiles profiles: seccomp: update to Linux 5.11 syscall list 2021-02-17 21:22:12 +01:00
project
quota
reference
registry
reports
restartmanager
rootless
runconfig
testutil
vendor vendor: github.com/moby/buildkit v0.8.2 2021-02-25 01:41:11 +00:00
volume
.DEREK.yml
.dockerignore
.gitignore
.mailmap
AUTHORS
CHANGELOG.md
codecov.yml
CONTRIBUTING.md
Dockerfile
Dockerfile.buildx Dockerfile.buildx: update buildx to v0.5.1 2021-02-03 13:54:27 +01:00
Dockerfile.e2e
Dockerfile.simple Dockerfile.simple: Fix compile docker binary error with btrfs 2021-02-08 17:47:03 +01:00
Dockerfile.windows
Jenkinsfile Jenkinsfile: add cgroup2 2021-02-16 09:22:30 +01:00
LICENSE
MAINTAINERS
Makefile
NOTICE
poule.yml
README.md
ROADMAP.md
SECURITY.md
TESTING.md
vendor.conf vendor: github.com/moby/buildkit v0.8.2 2021-02-25 01:41:11 +00:00
VENDORING.md

The Moby Project

Moby Project logo

Moby is an open-source project created by Docker to enable and accelerate software containerization.

It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas. Components include container build tools, a container registry, orchestration tools, a runtime and more, and these can be used as building blocks in conjunction with other tools and projects.

Principles

Moby is an open project guided by strong principles, aiming to be modular, flexible and without too strong an opinion on user experience. It is open to the community to help set its direction.

  • Modular: the project includes lots of components that have well-defined functions and APIs that work together.
  • Batteries included but swappable: Moby includes enough components to build fully featured container system, but its modular architecture ensures that most of the components can be swapped by different implementations.
  • Usable security: Moby provides secure defaults without compromising usability.
  • Developer focused: The APIs are intended to be functional and useful to build powerful tools. They are not necessarily intended as end user tools but as components aimed at developers. Documentation and UX is aimed at developers not end users.

Audience

The Moby Project is intended for engineers, integrators and enthusiasts looking to modify, hack, fix, experiment, invent and build systems based on containers. It is not for people looking for a commercially supported system, but for people who want to work and learn with open source code.

Relationship with Docker

The components and tools in the Moby Project are initially the open source components that Docker and the community have built for the Docker Project. New projects can be added if they fit with the community goals. Docker is committed to using Moby as the upstream for the Docker Product. However, other projects are also encouraged to use Moby as an upstream, and to reuse the components in diverse ways, and all these uses will be treated in the same way. External maintainers and contributors are welcomed.

The Moby project is not intended as a location for support or feature requests for Docker products, but as a place for contributors to work on open source code, fix bugs, and make the code more useful. The releases are supported by the maintainers, community and users, on a best efforts basis only, and are not intended for customers who want enterprise or commercial support; Docker EE is the appropriate product for these use cases.


Legal

Brought to you courtesy of our legal counsel. For more context, please see the NOTICE document in this repo.

Use and transfer of Moby may be subject to certain restrictions by the United States and other governments.

It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

For more information, please see https://www.bis.doc.gov

Licensing

Moby is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.