0398c9c138
Merge pull request #1607 from TylerBrock/mongodb
...
Add MongoDB image example
Upstream-commit: 348696f3fe88fbae1a1c15d34fe09398e73f6897
Component: engine
2013-08-21 12:07:50 -07:00
29acb4a3dc
Merge pull request #1513 from dotcloud/add_user_dockerfile
...
Add USER instruction do Dockerfile
Upstream-commit: 6da071985f5500d10122d5ce59a2764377652c2f
Component: engine
2013-08-21 09:19:31 -07:00
8a0c775435
Merge pull request #1588 from dotcloud/1561_fix_warning_in_tests
...
assume ip_forwarding = 1 by default
Upstream-commit: 56e02dd0c7f1eac50d05d272d8f597a79a370ab7
Component: engine
2013-08-21 09:15:23 -07:00
9e0921e842
Merge pull request #1576 from MatthewMueller/patch-1
...
updated default -H docs
Upstream-commit: e0a7013836e9302a5181f1e78ed6b9310b5eeac6
Component: engine
2013-08-21 09:09:43 -07:00
c79c5213b2
small fix to docs regarding adding docker groups
...
Upstream-commit: 467dbb75f10ae97e785a127a7547a5015cbb2a99
Component: engine
2013-08-21 17:28:13 +02:00
2865213e6d
Make sure 'Ghost' container is available with allocated IP
...
Upstream-commit: 2f6ce27fde04456284457ff686c8f78ab9bd6d71
Component: engine
2013-08-21 22:37:58 +08:00
6fad2c6e0b
Keep linebreaks and generalize code
...
Upstream-commit: c349b4d56c338bc43c81667bb927518b923998cb
Component: engine
2013-08-21 15:48:39 +02:00
f2e7496ac3
proper resolv.conf parsing
...
Upstream-commit: 62e84785b6ffec04a39cf611d7eaff21f2532195
Component: engine
2013-08-21 15:23:12 +02:00
7440fa2394
update help
...
Upstream-commit: 215094903a9574953af915f5b93c89858d626473
Component: engine
2013-08-21 02:08:32 -07:00
e0db16a652
Remove -x flag — we do not want to be *that* verbose.
...
Upstream-commit: 8a7c0495e0251c9b74db2c74d09397fb158ed512
Component: engine
2013-08-20 20:50:42 -07:00
cae3da65a2
Bump up VERSION file to 0.5.3-dev
...
Upstream-commit: 885afebe07c79f54df9c1c4a8c71fcb323f3c944
Component: engine
2013-08-20 19:36:42 -07:00
76af4da97d
Update packaging/README to point to hack/release
...
Upstream-commit: e06372d6f434ae64f3cbafddee5491d1e2570584
Component: engine
2013-08-20 19:36:06 -07:00
8da97a2aaa
Moved release scripts to hack/release and updated instructions.
...
Upstream-commit: b5a48eaed34b81253334575fccf5cb6f1b01fc61
Component: engine
2013-08-20 19:36:06 -07:00
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
b3dfbae570
Bump to 0.5.3 (VERSION file)
...
Upstream-commit: c8c69a1499c195cae1669e7cbd4cf96ad19181fc
Component: engine
2013-08-20 19:36:06 -07:00
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
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
2d055ce58a
Implement apt-secure repository signing.
...
Upstream-commit: 9c06420b1876a58d2cd6ea38e5c5139ca42061fe
Component: engine
2013-08-20 19:35:31 -07:00
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
20d1f9978e
Update to go 1.1.2.
...
Upstream-commit: abfa7a204de9c21ee722a45de51ebae4c004e07e
Component: engine
2013-08-20 19:35:30 -07:00
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
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
8ae78ad8ab
Polish instructions a little bit.
...
Upstream-commit: bfee2c726e75181df3250248a45f89d3c2b0a812
Component: engine
2013-08-20 19:35:30 -07:00
3d82ce2445
Add a check for S3 bucket access.
...
Upstream-commit: ab4fb9bbfaabccc99e30dd104352dd110f3fd6bd
Component: engine
2013-08-20 19:35:30 -07:00
1a991a16ad
Running the build image will now execute release.sh automatically.
...
Upstream-commit: fbd5b20c388f189ffd59da78951bfc0c623de856
Component: engine
2013-08-20 19:35:30 -07:00
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
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
99b30cf785
Cosmetic changes: rewrapping, `` → $()… before starting the real work
...
Upstream-commit: d9f769930be1c361ac69f9d8479774f37bb39d8c
Component: engine
2013-08-20 19:35:30 -07:00
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
611ecad7e3
Upgrade Dockerfile with new dependency
...
Upstream-commit: bdbac9f7a1dd31bd5d78f50eb9fa3b3793d1d13b
Component: engine
2013-08-20 19:35:30 -07:00
279eeec40e
Update release checklist. Still needs work.
...
Upstream-commit: 13201775dedcb4a544bba32e5d8366eb561093d7
Component: engine
2013-08-20 19:34:10 -07:00
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
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
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
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
4ccbc259fe
Deprecate dockerbuilder in favor of a standard Dockerfile
...
Upstream-commit: aa2ab5143b82cb63e061fe735b8c9ca9f84e0c55
Component: engine
2013-08-20 19:31:30 -07:00
0957301291
add mongodb image example
...
Upstream-commit: 2c147dd721c5a92fa86af0ab4a6b9b9ebcd8d546
Component: engine
2013-08-20 18:08:15 -04:00
e0ca7af39e
testing, issue #773 : Automatically test pull requests on docker-ci
...
Upstream-commit: ee64e099e06175ec9c7735b591f51cfcdfbdd6fe
Component: engine
2013-08-20 12:32:32 -07:00
fd5c791e7d
Improve docker-ci deployment and tests
...
Upstream-commit: 30726c378572f8aa2256875b1b39b94144acff80
Component: engine
2013-08-20 12:18:29 -07:00
f0aa1cf20d
fix typo
...
Upstream-commit: 41973d41e950249cd630f193a4d9250e3b3740e5
Component: engine
2013-08-20 11:52:37 +00:00
ac774c5f65
rebase docs
...
Upstream-commit: f69c4652314064a2e676220ef8e137e8499ce3b8
Component: engine
2013-08-20 11:42:53 +00:00
2524368b0f
Fix #1330 and #1149 . Improve CMD, ENTRYPOINT, and attach docs.
...
Upstream-commit: 75f4fd978d234efbc3a5c5c55ea162a9a68246d9
Component: engine
2013-08-19 19:13:26 -07:00
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
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
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
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
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
9fd5016532
assume ip_forwarding = 1 by default
...
Upstream-commit: b21f89862076397b63eb3ac4a19b9125b6f6477a
Component: engine
2013-08-19 12:34:30 +00:00
c2eb20c17f
improve version
...
Upstream-commit: 646afab28d8ccadf81e1d18055335739b6b983d1
Component: engine
2013-08-19 12:07:49 +00:00
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