mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-27 03:08:04 +00:00
testing, issue #1766: Upgrade tooling for Docker nightly release
This commit is contained in:
committed by
Daniel Mizyrycki
parent
1dcdc3deb7
commit
fac190959f
@@ -52,18 +52,5 @@ nighthly release
|
||||
================
|
||||
|
||||
The nightly release process is done by buildbot, running a DinD container that downloads
|
||||
the docker repository and builds the release container. The resulting
|
||||
docker binary is then tested, and if everything is fine the release is done.
|
||||
|
||||
Building the release DinD Container
|
||||
-----------------------------------
|
||||
|
||||
# Log into docker-ci
|
||||
ssh ubuntu@docker-ci.dotcloud.com
|
||||
cd /data/docker/testing/nightlyrelease
|
||||
# Add release_credentials.json as specified in ./Dockerfile
|
||||
cat > release_credentials.json << EOF
|
||||
EOF
|
||||
sudo docker build -t dockerbuilder .
|
||||
# Now that the container is built release_credentials.json is not needed anymore
|
||||
git checkout release_credentials.json
|
||||
the docker repository and builds the release container. The resulting docker
|
||||
binary is then tested, and if everything is fine, the release is done.
|
||||
|
||||
Reference in New Issue
Block a user