Commit Graph
3869 Commits
Author SHA1 Message Date
Jérôme Petazzoni 8da97a2aaa Moved release scripts to hack/release and updated instructions.
Upstream-commit: b5a48eaed34b81253334575fccf5cb6f1b01fc61
Component: engine
2013-08-20 19:36:06 -07:00
Jérôme Petazzoni ba0db20d6d +CHANGES is now -dirty (works better in URLs), and we have postinstall and prerm jobs.
Upstream-commit: a8059059c6d6e83cac23fd84e552d4d98ccf3e57
Component: engine
2013-08-20 19:36:06 -07:00
Jérôme Petazzoni b3dfbae570 Bump to 0.5.3 (VERSION file)
Upstream-commit: c8c69a1499c195cae1669e7cbd4cf96ad19181fc
Component: engine
2013-08-20 19:36:06 -07:00
Jérôme Petazzoni 0cd2fece97 Release script also takes care of index file (if the S3 bucket is WS-enabled)
Upstream-commit: 0469e47674f01d3f71e979d4597eb81371f124d9
Component: engine
2013-08-20 19:36:06 -07:00
Jérôme Petazzoni 13541356e1 If there are changes, add the timestamp to the package version.
Upstream-commit: 5b630d436dc94c26fb551269508f76f110c618bd
Component: engine
2013-08-20 19:35:31 -07:00
Jérôme Petazzoni 2d055ce58a Implement apt-secure repository signing.
Upstream-commit: 9c06420b1876a58d2cd6ea38e5c5139ca42061fe
Component: engine
2013-08-20 19:35:31 -07:00
Jérôme Petazzoni e0cb1690c7 Repository should also have i386 index, since Ubuntu is multi-arch by default
Upstream-commit: 87872006ceda36adc9d1e51e34177f4ba716542f
Component: engine
2013-08-20 19:35:31 -07:00
Jérôme Petazzoni 20d1f9978e Update to go 1.1.2.
Upstream-commit: abfa7a204de9c21ee722a45de51ebae4c004e07e
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 6c3ed6eab3 Run reprepro from release, incrementally (it needs S3 credentials). Add virtual package.
Upstream-commit: 5b0eaef60264a8a5461d85272e00c6721a19d868
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni fe0392c5a2 Install python-magic (it helps s3cmd) and a convenience /src symlink
Upstream-commit: 9694fb85d791376dc05849f607883f50a6c79f7d
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 8ae78ad8ab Polish instructions a little bit.
Upstream-commit: bfee2c726e75181df3250248a45f89d3c2b0a812
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 3d82ce2445 Add a check for S3 bucket access.
Upstream-commit: ab4fb9bbfaabccc99e30dd104352dd110f3fd6bd
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 1a991a16ad Running the build image will now execute release.sh automatically.
Upstream-commit: fbd5b20c388f189ffd59da78951bfc0c623de856
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 31b53c5f9b Protect the release.sh script against accidental use. Infer VERSION automatically.
Upstream-commit: ff30eb96b67a0ab078553a769456bf6669a29214
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 01a13c5c8e Add a check to make sure that make.sh only runs within a container.
Upstream-commit: 749a7d0e4f9da13f238062ae0417e68128c589fd
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 99b30cf785 Cosmetic changes: rewrapping, `` → $()… before starting the real work
Upstream-commit: d9f769930be1c361ac69f9d8479774f37bb39d8c
Component: engine
2013-08-20 19:35:30 -07:00
Jérôme Petazzoni 7a66148c26 add "|| true" otherwise "set -e" kills us if the repo is clean
Upstream-commit: d750060f0c39db4b88f14aa413fc1f81706a4373
Component: engine
2013-08-20 19:35:30 -07:00
Guillaume J. Charmes 611ecad7e3 Upgrade Dockerfile with new dependency
Upstream-commit: bdbac9f7a1dd31bd5d78f50eb9fa3b3793d1d13b
Component: engine
2013-08-20 19:35:30 -07:00
Solomon Hykes 279eeec40e Update release checklist. Still needs work.
Upstream-commit: 13201775dedcb4a544bba32e5d8366eb561093d7
Component: engine
2013-08-20 19:34:10 -07:00
Solomon Hykes 28606dd370 release.sh: publish a full release of docker to a S3 bucket, including static binary and a full APT repository with install instructions
Upstream-commit: ccc3969536f875719fca446fa5ad8f69557dbe84
Component: engine
2013-08-20 19:34:10 -07:00
Solomon Hykes 4299704169 Good-bye, ugly mega-Makefile. Docker can now be built with docker, with the help of a simple very simple shell script.
Upstream-commit: 89ee5242291c50402973ffb73fe1dbbf5820e44c
Component: engine
2013-08-20 19:34:10 -07:00
Solomon Hykes 436a1e7c85 docker -v: show version and build information without making remote connections
Upstream-commit: 9fce6f662ae3e31832bbc45938e509824bea67d5
Component: engine
2013-08-20 19:32:37 -07:00
Solomon Hykes 0bebe41d5e Move VERSION to a dedicated file to facilitate automated builds and releases
Upstream-commit: 9087ef9a770789e6987cd1ca4396d6b20a446724
Component: engine
2013-08-20 19:32:37 -07:00
Solomon Hykes 4ccbc259fe Deprecate dockerbuilder in favor of a standard Dockerfile
Upstream-commit: aa2ab5143b82cb63e061fe735b8c9ca9f84e0c55
Component: engine
2013-08-20 19:31:30 -07:00
Tyler Brock 0957301291 add mongodb image example
Upstream-commit: 2c147dd721c5a92fa86af0ab4a6b9b9ebcd8d546
Component: engine
2013-08-20 18:08:15 -04:00
Daniel Mizyrycki e0ca7af39e testing, issue #773: Automatically test pull requests on docker-ci
Upstream-commit: ee64e099e06175ec9c7735b591f51cfcdfbdd6fe
Component: engine
2013-08-20 12:32:32 -07:00
Daniel Mizyrycki fd5c791e7d Improve docker-ci deployment and tests
Upstream-commit: 30726c378572f8aa2256875b1b39b94144acff80
Component: engine
2013-08-20 12:18:29 -07:00
Victor Vieux f0aa1cf20d fix typo
Upstream-commit: 41973d41e950249cd630f193a4d9250e3b3740e5
Component: engine
2013-08-20 11:52:37 +00:00
Victor Vieux ac774c5f65 rebase docs
Upstream-commit: f69c4652314064a2e676220ef8e137e8499ce3b8
Component: engine
2013-08-20 11:42:53 +00:00
Andy Rothfusz 2524368b0f Fix #1330 and #1149. Improve CMD, ENTRYPOINT, and attach docs.
Upstream-commit: 75f4fd978d234efbc3a5c5c55ea162a9a68246d9
Component: engine
2013-08-19 19:13:26 -07:00
Kyle Conroy 96f3b3cdc4 Enable mobile view for website.
The documentation currently uses responsive Bootstrap, but didn't
include the correct meta tag for proper display on mobile devices.
Upstream-commit: e9a1246527c229528286e6c9c41ec38cca9d2566
Component: engine
2013-08-19 11:54:51 -07:00
Andy Rothfusz 09d848fbf1 Merge pull request #1590 from elmendalerenda/patch-3
fixed postgresql conf setting
Upstream-commit: d627ff969735d44201fc88539d388ad87f102cda
Component: engine
2013-08-19 10:27:43 -07:00
Michael Crosby 20388436a9 Merge pull request #1396 from calavera/985-ordered-api-images
Sort APIImages by most recent creation date.
Upstream-commit: 04c16f347bd7fc6f361debc7c0cddcde06aa56ba
Component: engine
2013-08-19 09:41:39 -07:00
Michael Crosby a77ffeddfa Merge pull request #1581 from mhennings/workdirsupport-buildfile
Add workdir support for the Buildfile
Upstream-commit: 9c829cb5b4b0a06cb4264f77c0582731594bf1b5
Component: engine
2013-08-19 09:18:22 -07:00
elmendalerenda 9fa228bf68 fixed postgresql conf setting
small typo, changed listen_address to listen_addresses
Upstream-commit: 83acd37161ed7149843546a779a95fdaf3e2458f
Component: engine
2013-08-19 14:20:25 +01:00
Victor Vieux 9fd5016532 assume ip_forwarding = 1 by default
Upstream-commit: b21f89862076397b63eb3ac4a19b9125b6f6477a
Component: engine
2013-08-19 12:34:30 +00:00
Victor Vieux c2eb20c17f improve version
Upstream-commit: 646afab28d8ccadf81e1d18055335739b6b983d1
Component: engine
2013-08-19 12:07:49 +00:00
Victor Vieux 03e9994efc Merge pull request #1553 from dotcloud/1540_fix_error_message
fix can't connect message with socket
Upstream-commit: f6653c3fa55dc4e0595fc8d3904bd5873f317441
Component: engine
2013-08-19 05:06:21 -07:00
Victor Vieux a4c8dff47f load authConfig only when needed and fix useless WARNING
Upstream-commit: 18962d0ff33cfa6ba2976aa459c766acfd23c1bf
Component: engine
2013-08-19 11:42:38 +00:00
Song Gao c06359e035 Added escape sequence to tutorial
Upstream-commit: b22c9731102abbaf42e8d7e37e179ef56b945ccd
Component: engine
2013-08-18 21:44:46 -05:00
Marco Hennings 0c286d916a Add workdir support for the Buildfile
For consistency the Buildfile should have the option to
set the working directory.

Of course that is one option more to the buildfile,
so please tell me if we really want this to happen.
Upstream-commit: 319988336ceed4428de0e1e55685f8a0ed48a7bd
Component: engine
2013-08-18 20:30:19 +02:00
Michael Crosby ab7031e5b5 Merge pull request #1459 from mhennings/set-working-directory
Add an option to set the working directory
Upstream-commit: 67c9ce6dd1632097b1e6ee612dddecc80ac841df
Component: engine
2013-08-18 11:23:34 -07:00
Marco Hennings 35c6bf7330 Add an option to set the working directory.
This makes it possible to simply wrap a command inside a container. This makes
it easier to use a container as an unified build environment.

Examples:

~/workspace/docker
$ docker  run  -v `pwd`:`pwd` -w `pwd` -i -t  ubuntu ls
AUTHORS		 Makefile	archive.go	   changes.go	      docker
[...]


docker  run  -v `pwd`:`pwd` -w `pwd` -i -t  ubuntu pwd
/home/marco/workspace/docker
Upstream-commit: 687d27ab575778196ea646b6d3fa61b6c8e512b0
Component: engine
2013-08-18 19:34:01 +02:00
David Calavera d4a3bfffc8 Use flag.StringVar to capture the command line flags.
Upstream-commit: 6aff117164a8e665aa9e417ab019581297336d2e
Component: engine
2013-08-17 22:28:05 -07:00
David Calavera 9d57f6e148 Fix syscall name.
Upstream-commit: e69f7142190451eb1e0553e2dfab8e916dc9cead
Component: engine
2013-08-17 22:22:49 -07:00
David Calavera e2f06c2314 Remove unused imports.
Upstream-commit: 276d2bbf1d400415bec8d4652ac61e570b9206e3
Component: engine
2013-08-17 22:22:11 -07:00
David Calavera 2845552dec Sort images by tag name when the creation date is the same.
This establishes a strict alphabetical order for tags with the same creation date.
Upstream-commit: e6affb1b1ac0a172ce345d14162f6944ec68da4e
Component: engine
2013-08-17 22:11:34 -07:00
Matt Mueller 9a03ff28c0 add to cli
Upstream-commit: f409c119168b145157ff5329fd10ad0a8725d341
Component: engine
2013-08-17 22:10:06 -07:00
Michael Crosby 87af7e4261 Merge pull request #1575 from evanphx/tags
Show tag used when image is missing
Upstream-commit: 3885ee00c5da9083999e56f714f7c50c6e910662
Component: engine
2013-08-17 22:05:58 -07:00
Matthew Mueller d4bbe3167c updated default
Upstream-commit: 5325703c2758b394de3e12723dd8dc89b1df9b29
Component: engine
2013-08-17 21:54:10 -07:00