mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
996138bf8e
Add some missing dependencies in the Dockerfile: - apt-utils for apt-ftparchive.conf - bsdmainutils for our use of the column command in hack/make/generate-index-listing We also ensure that the docker daemon is started before calling release-deb or release-rpm, since .detect-daemon-osarch, which is sourced in each of them, requires the daemon to be running. This commit also gets completely rid of s3cmd and fixes references to AWS_* environment variables (changing from AWS_ACCESS_KEY to AWS_ACCESS_KEY_ID and AWS_SECRET_KEY to AWS_SECRET_ACCESS_KEY) in order to please awscli. Also AWS_DEFAULT_REGION is now important to specify, the default has been set to the region used by get.docker.com and test.docker.com. Signed-off-by: Tibor Vass <tibor@docker.com> |
||
---|---|---|
.. | ||
ARM.md | ||
BRANCHES-AND-TAGS.md | ||
CONTRIBUTORS.md | ||
GOVERNANCE.md | ||
IRC-ADMINISTRATION.md | ||
ISSUE-TRIAGE.md | ||
PACKAGE-REPO-MAINTENANCE.md | ||
PACKAGERS.md | ||
PATCH-RELEASES.md | ||
PRINCIPLES.md | ||
README.md | ||
RELEASE-CHECKLIST.md | ||
RELEASE-PROCESS.md | ||
REVIEWING.md | ||
TOOLS.md |
Hacking on Docker
The project/
directory holds information and tools for everyone involved in the process of creating and
distributing Docker, specifically:
Guides
If you're a contributor or aspiring contributor, you should read CONTRIBUTORS.md.
If you're a maintainer or aspiring maintainer, you should read MAINTAINERS.
If you're a packager or aspiring packager, you should read PACKAGERS.md.
If you're a maintainer in charge of a release, you should read RELEASE-CHECKLIST.md.
Roadmap
A high-level roadmap is available at ROADMAP.md.
Build tools
hack/make.sh is the primary build tool for docker. It is used for compiling the official binary, running the test suite, and pushing releases.