moby--moby/pkg
Akihiro Suda 0a3b2bda34 pkg/archive: escape ":" symbol in overlay lowerdir
lowerdir needs escaping:
https://github.com/torvalds/linux/blob/v5.4/fs/overlayfs/super.c#L835-L853

Fix #40939

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
(cherry picked from commit 6a5e3547fb)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-05-15 06:57:49 +09:00
..
aaparser
archive pkg/archive: escape ":" symbol in overlay lowerdir 2020-05-15 06:57:49 +09:00
authorization
broadcaster
capabilities
chrootarchive Add realChroot for non linux/windows 2019-08-08 18:15:26 +02:00
containerfs
devicemapper
directory
discovery Setup tests 2019-09-26 23:52:42 +02:00
dmesg
filenotify
fileutils
fsutils
homedir
idtools
ioutils
jsonmessage
locker
longpath
loopback cast Dev and Rdev of Stat_t to uint64 for mips 2020-01-13 09:25:13 +08:00
mount pkg/mount/Make*: optimize 2019-09-26 23:52:10 +02:00
namesgenerator Remove cocky from names-generator 2020-01-17 10:03:40 +01:00
parsers pkg/parsers/kernel: gofmt hex value (preparation for Go 1.13+) 2020-01-17 10:43:36 +01:00
pidfile
platform
plugingetter
plugins Harden TestClientWithRequestTimeout 2019-08-14 15:21:34 +02:00
pools
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid Entropy cannot be saved 2019-06-11 17:40:09 +02:00
symlink
sysinfo
system Fix possible runtime panic in Lgetxattr 2020-01-17 11:31:12 +01:00
tailfile
tarsum
term pkg/term: refactor TestEscapeProxyRead 2019-09-25 21:35:55 +02:00
truncindex Entropy cannot be saved 2019-06-11 17:40:09 +02:00
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!