moby--moby/pkg
Tonis Tiigi f6c8266afd builder: fix wrong cache hits building from tars
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2018-02-15 23:42:42 -08:00
..
aaparser Add canonical import comment 2018-02-05 16:51:57 -05:00
archive Add canonical import comment 2018-02-05 16:51:57 -05:00
authorization Add canonical import comment 2018-02-05 16:51:57 -05:00
broadcaster Add canonical import comment 2018-02-05 16:51:57 -05:00
chrootarchive Add canonical import comment 2018-02-05 16:51:57 -05:00
containerfs Add canonical import comment 2018-02-05 16:51:57 -05:00
devicemapper Add canonical import comment 2018-02-05 16:51:57 -05:00
directory Add canonical import comment 2018-02-05 16:51:57 -05:00
discovery Add canonical import comment 2018-02-05 16:51:57 -05:00
dmesg Add canonical import comment 2018-02-05 16:51:57 -05:00
filenotify Add canonical import comment 2018-02-05 16:51:57 -05:00
fileutils Add canonical import comment 2018-02-05 16:51:57 -05:00
fsutils Add canonical import comment 2018-02-05 16:51:57 -05:00
homedir Add canonical import comment 2018-02-05 16:51:57 -05:00
idtools Add canonical import comment 2018-02-05 16:51:57 -05:00
ioutils Add canonical import comment 2018-02-05 16:51:57 -05:00
jsonmessage Add canonical import comment 2018-02-05 16:51:57 -05:00
locker Add canonical import comment 2018-02-05 16:51:57 -05:00
longpath Add canonical import comment 2018-02-05 16:51:57 -05:00
loopback Add canonical import comment 2018-02-05 16:51:57 -05:00
mount Add canonical import comment 2018-02-05 16:51:57 -05:00
namesgenerator Add canonical import comment 2018-02-05 16:51:57 -05:00
parsers Add canonical import comment 2018-02-05 16:51:57 -05:00
pidfile Add canonical import comment 2018-02-05 16:51:57 -05:00
platform Add canonical import comment 2018-02-05 16:51:57 -05:00
plugingetter Add canonical import comment 2018-02-05 16:51:57 -05:00
plugins Add canonical import comment 2018-02-05 16:51:57 -05:00
pools Add canonical import comment 2018-02-05 16:51:57 -05:00
progress Add canonical import comment 2018-02-05 16:51:57 -05:00
pubsub Add canonical import comment 2018-02-05 16:51:57 -05:00
reexec Add canonical import comment 2018-02-05 16:51:57 -05:00
signal Add canonical import comment 2018-02-05 16:51:57 -05:00
stdcopy Add canonical import comment 2018-02-05 16:51:57 -05:00
streamformatter Add canonical import comment 2018-02-05 16:51:57 -05:00
stringid Add canonical import comment 2018-02-05 16:51:57 -05:00
symlink Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo Add canonical import comment 2018-02-05 16:51:57 -05:00
system Fix typos in pkg 2018-02-10 19:43:13 +08:00
tailfile Fix typos in pkg 2018-02-10 19:43:13 +08:00
tarsum builder: fix wrong cache hits building from tars 2018-02-15 23:42:42 -08:00
term Add canonical import comment 2018-02-05 16:51:57 -05:00
truncindex Add canonical import comment 2018-02-05 16:51:57 -05:00
urlutil Add canonical import comment 2018-02-05 16:51:57 -05:00
useragent Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md Rename a few docker to moby 2017-10-25 13:56:12 +02:00

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!