Build docker packages for platforms not supported by get.docker.io (RHEL, etc).
To make an RPM, do make clean && make docker-rpm
To update the version of Docker (and this package), the following should be changed:
-
Change the version in VERSION
-
Revert the 'ITERATION' variable in the makefile back to '1'
-
Pull and replace an updated bash completion script from the official Docker repo
-
Review and (if necessary) pull in any systemd service changes in the official Docker repo
For Example: mkdir /tmp/1.6.0 cd /tmp/1.6.0 wget http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages/docker-1.6.0-1.el7.x86_64.rpm rpm2cpio docker-1.6.0-1.el7.x86_64.rpm | cpio -idmv cdz dockerpkg rm -fr dockerpkg/{etc,usr} tar -C /tmp/1.6.0 -czf - etc usr | tar -C dockerpkg -xzf -
- See if it would be easier to contribute to get.docker.io
- Jenkify this