moby--moby/pkg
Prabhav Thali 5ba3208ec7 Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack
Signed-off-by: Prabhav Thali <Prabhav.Thali1@ibm.com>
2022-09-20 16:18:21 +05:30
..
aaparser
archive Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack 2022-09-20 16:18:21 +05:30
authorization
broadcaster
capabilities
chrootarchive
containerfs
devicemapper reformat "nolint" comments 2022-08-17 18:12:14 +02:00
directory
discovery
dmesg
filenotify
fileutils
fsutils
homedir
idtools
ioutils
jsonmessage
locker
longpath
loopback reformat "nolint" comments 2022-08-17 18:12:14 +02:00
mount
namesgenerator namesgenerator: remove Valentina Tereshkova 2022-09-06 13:57:50 +02:00
parsers
pidfile
platform
plugingetter
plugins staticcheck: ignore "SA1019: strings.Title is deprecated" 2022-08-18 08:44:20 +02:00
pools
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid
symlink
sysinfo
system reformat "nolint" comments 2022-08-17 18:12:14 +02:00
tailfile
tarsum
term
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!