moby--moby/pkg
Tonis Tiigi 80f1169eca chrootarchive: don't create parent dirs outside of chroot
If chroot is used with a special root directory then create
destination directory within chroot. This works automatically
already due to extractor creating parent paths and is only
used currently with cp where parent paths are actually required
and error will be shown to user before reaching this point.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 52d285184068998c22632bfb869f6294b5613a58)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2021-08-19 20:49:31 +00:00
..
aaparser Also trim "~..." from AppArmor versions 2020-10-08 17:03:51 -07:00
archive Use v2 capabilities in layer archives 2021-05-05 21:46:31 +09:00
authorization Update documentation links 2021-02-25 21:54:39 +01:00
broadcaster
capabilities
chrootarchive chrootarchive: don't create parent dirs outside of chroot 2021-08-19 20:49:31 +00:00
containerfs replace pkg/symlink with github.com/moby/sys/symlink 2020-11-03 11:17:12 +01:00
devicemapper pkg/devicemapper: fix invalid usage of reflect.SliceHeader 2020-11-03 14:20:52 +07:00
directory
discovery bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
dmesg
filenotify
fileutils pkg/fileutils: TestMatches: remove cases no longer valid for go1.16 2021-07-15 22:24:50 +02:00
fsutils
homedir
idtools Fix userns-remap option when username & UID match 2021-02-17 21:14:40 +01:00
ioutils bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
jsonmessage remove uses of deprecated pkg/term 2020-04-21 16:29:27 +02:00
locker replace pkg/locker with github.com/moby/locker 2020-09-10 22:15:40 +02:00
longpath
loopback
mount Separate non-Windows mount code from common code 2020-11-08 23:15:15 +11:00
namesgenerator Fixed typo in inventor comments. 2020-04-07 09:03:56 -04:00
parsers pkg/parsers: remove uses of mattn/go-shellwords 2020-07-14 14:03:10 +02:00
pidfile
platform
plugingetter
plugins Replace errors.Cause() with errors.Is() / errors.As() 2020-04-29 00:28:41 +02:00
pools bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
progress
pubsub docker stats: fix 'panic: close of closed channel' 2020-10-24 11:48:56 +08:00
reexec bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
signal pkg/signal: ignore SIGURG on all platforms 2021-05-25 21:42:21 +02:00
stdcopy
streamformatter bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
stringid
symlink replace pkg/symlink with github.com/moby/sys/symlink 2020-11-03 11:17:12 +01:00
sysinfo Fix setting swaplimit=true without checking 2021-06-07 17:27:35 +09:00
system pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
tailfile bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
tarsum bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
term pkg/term: vendor moby/term and make pkg/term an alias 2020-04-21 16:29:19 +02:00
truncindex
urlutil
useragent
README.md

README.md

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Moby organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!