moby--moby/project
Tibor Vass 996138bf8e Fix release scripts
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>
2016-03-25 11:55:26 -04:00
..
ARM.md Improve checking dummy kernel module 2016-03-14 18:25:24 +01:00
BRANCHES-AND-TAGS.md
CONTRIBUTORS.md
GOVERNANCE.md
IRC-ADMINISTRATION.md
ISSUE-TRIAGE.md ISSUE-TRIAGE: fix shinny -> shiny typo 2016-03-18 09:42:49 +00:00
PACKAGE-REPO-MAINTENANCE.md
PACKAGERS.md Revert "Merge pull request #21003 from riyazdf/hardware-signing-ga" 2016-03-24 21:12:52 -07:00
PATCH-RELEASES.md
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md Fix release scripts 2016-03-25 11:55:26 -04:00
RELEASE-PROCESS.md
REVIEWING.md
TOOLS.md

README.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.