40f3d8b8b8
More unit test fixes
...
- Fix TestGetImagesJSON when there is more than one image in the test
repository;
- Remove an hardcoded constant use in TestGetImagesByName;
- Wait in a loop in TestKillDifferentUser;
- Use env instead of /usr/bin/env in TestEnv;
- Create a daemon user in contrib/mkimage-unittest.sh.
Upstream-commit: f03c1b8eeb367beefa91046e2fa114af9a816aaa
Component: engine
2013-07-01 17:24:21 -07:00
09b324ca87
Add a script to create the docker-ut image
...
It's a fork of the mkimage-busybox.sh script and it adds socat to the
image. (socat being needed to add udp support, see #33 ).
This script, like mkimage-busybox.sh, probably only works on
Debian/Ubuntu.
Upstream-commit: e5c0b3110703258e255305cd9feb114a02c33350
Component: engine
2013-06-26 12:35:14 -07:00
9cf4a66364
Remove code unreachable using Go 1.1
...
Upstream-commit: 50b70eeb6830040db73c8b2b389d881a3200de8d
Component: engine
2013-06-20 23:19:44 -04:00
549a47a3dd
Remove bsdtar dependency in various install scripts
...
Upstream-commit: 6f511ac29b1c3cf1c2424b3c39ee14a32aecb5d7
Component: engine
2013-06-18 10:23:45 -07:00
cfd63a0293
docker-build contrib script is deprecated by the new 'build' command
...
Upstream-commit: 0d6db333d6b4944a228848a9f451d6a647324b40
Component: engine
2013-06-06 19:05:21 +02:00
4747c5b99f
linted names
...
Upstream-commit: fd224ee590dc9f003f6507b529a9f47cceb02c44
Component: engine
2013-06-04 18:00:22 +00:00
9c0086fb7d
drop/omit
...
Upstream-commit: 86ada2fa5d00820288df8a59eca3deef83f4aeb6
Component: engine
2013-06-04 13:51:12 +00:00
6c880d5b85
Merge pull request #533 from tianon/mkimage-debian
...
Update mkimage-debian.sh now that wheezy is officially the stable release
MD: Ref issue #447
Upstream-commit: 926c1d45aa3fbf86d63d20d4df5bf91b36bc2382
Component: engine
2013-05-31 14:53:37 -07:00
52887551f6
Documented who decides what and how.
...
Upstream-commit: 24ddfe3f25f99db5a23f62d411c949b2236288a1
Component: engine
2013-05-28 19:39:09 -07:00
71ceced6ad
Merge pull request #523 from steakknife/522-docker-build
...
* Builder: use any whitespaces instead of tabs
Upstream-commit: 6ac33eb64936e16769ea6e6efb57c0bd98bc7aeb
Component: engine
2013-05-06 19:06:11 -07:00
f9a9fed08f
Update mkimage-debian.sh now that wheezy is officially the stable release - also, we can't rely on "release" versions for testing or unstable - only "stable" has reliable release versions
...
Upstream-commit: 2f89315bf882f6b507f843a65fcf08ba2ae91959
Component: engine
2013-05-06 17:00:21 -06:00
e156e85d9d
Update documentation, use docker-latest instead of docker-master
...
Upstream-commit: 87cc8b6058c8cf185825a039d2320af578cb8f8a
Component: engine
2013-05-06 13:26:23 -07:00
cbd0ae7b4d
closes #522
...
Upstream-commit: 424cc678ebac93c69c288fcdbc2e1a4bd0493328
Component: engine
2013-05-04 21:20:41 -07:00
46f6747321
New Dockerfile operation: 'add'
...
Upstream-commit: 71199f595de081a4f2e93142d9f5b98df16e9089
Component: engine
2013-05-01 18:32:38 -07:00
399385fca4
new Dockerfile keyword: cmd to set a default runtime command
...
Upstream-commit: e7fb7f13d51b4026571e47981f0d432cc4b59f80
Component: engine
2013-05-01 16:43:37 -07:00
ac9a4e4b6a
New Dockerfile operation 'expose' exposes default tcp ports
...
Upstream-commit: 08812096f580c820d8cd06e3cb2128871551f60f
Component: engine
2013-05-01 14:16:56 -07:00
06f7402ec1
Added dummy script for docker-build example
...
Upstream-commit: a3ce90b78bf5edcacdfd4312e8ec9e25b59d6abb
Component: engine
2013-05-01 00:49:28 -07:00
44b3ef5d4b
Fix example dockerfile
...
Upstream-commit: 03b83b3210865a1981cec43dbc9fe5d24995c060
Component: engine
2013-05-01 00:44:36 -07:00
7cc5673df7
new Dockerfile keyword: 'push'
...
Upstream-commit: 40ccf1d30039a7ee975ddb2fc8aa989b1fa680fc
Component: engine
2013-05-01 00:42:11 -07:00
8fa50ab35a
docker-build: added support for 'maintainer' keyword
...
Upstream-commit: 038ca5ee392b974b1ace08d0a6359b02006e6aac
Component: engine
2013-05-01 00:14:52 -07:00
5f6bf28c14
Improve crashTest
...
Upstream-commit: d97661aa715321a017190bd24870473ac6df34a3
Component: engine
2013-04-30 11:16:26 -07:00
89bd2e658f
Improve crashTest
...
Upstream-commit: cdc2657ee9bdb1464a17d9daecc0659297d0ee83
Component: engine
2013-04-28 07:10:58 -07:00
cba2c66321
Simplify the crashTest
...
Upstream-commit: 76a1a7cf5ba2d2db2c7e5873df529f3f956a2156
Component: engine
2013-04-28 06:23:02 -07:00
8f8a9ec275
add network endpoint for crashTest
...
Upstream-commit: 20c2a4f80f4171ffb59ea61bdcf57d8edc970fa8
Component: engine
2013-04-28 03:54:22 -07:00
d9ff34c9b9
Update the crashTest to have the dockerpath in env
...
Upstream-commit: ebe157ebb567965e05cca45a1221cd36ec48a052
Component: engine
2013-04-28 01:27:56 -07:00
eb1c306ba5
Use default mirror from debootstrap when not explicitly provided, and add better target directory naming
...
Upstream-commit: ab34115b42cbcb42cb91593601d6daff2c7f32ad
Component: engine
2013-04-28 13:38:26 -06:00
236d6db8f3
Improve mkimage-debian script to also tag using the release version number of the final image (6.0.7, 7.0, etc.)
...
This is as discussed on #447 .
Upstream-commit: 4b3354af3fa4cea59271ace7cc4d1d072312b688
Component: engine
2013-04-28 12:31:28 -06:00
c2191051d8
Add contrib/mkimage-debian.sh used to create the tianon/debian images
...
Upstream-commit: 86ad98e72aa764a236984b3cc4ab8d59071b876a
Component: engine
2013-04-26 08:54:29 -06:00
6dd897a921
contrib/vagrant-docker: a placeholder to centralize collaboration on an official docker provider for vagrant
...
Upstream-commit: d8416539b3b068a6a1a17f6dba441913b648a774
Component: engine
2013-04-19 15:55:34 -07:00
faf8875469
contrib/docker-build: don't remove the base image if the first build step fails
...
Upstream-commit: deb55e416e068a9b51c5973dfeeb2bb2ce6fd1be
Component: engine
2013-04-18 14:46:17 -07:00
9843493c35
Merge pull request #409 from lynaghk/master
...
Docker init created by contrib setup script should set proper UTF8 LANG
Upstream-commit: 521ce07859ad09032268793b71e1e5f007e203b5
Component: engine
2013-04-17 15:23:12 -07:00
fd84a2d5c0
improve the crashTest script
...
Upstream-commit: c4cd224d901ece4d9a2f15d10a80998f2b970c07
Component: engine
2013-04-16 15:20:04 -07:00
34287914c5
install.sh script's dockerd.conf should set docker daemon environment's LANG to en_US.UTF-8. See #355 .
...
Upstream-commit: 468fb901172f2534972cc44cd4459f14b3745a98
Component: engine
2013-04-15 08:49:48 -07:00
a2aceab579
Add a script to help reproduce #407
...
Upstream-commit: 1ec6c223c9e3a22e9cf182d1d4d69f16a9d083f4
Component: engine
2013-04-14 15:13:32 -07:00
c1ad596926
Added docker-build (formerly github.com/shykes/changer) as a contrib script
...
Upstream-commit: 048f9f4974ac74fac3b03af132c392daaa9f134e
Component: engine
2013-04-11 14:44:39 -07:00
75a146bba9
Fix mkimage-busybox
...
Upstream-commit: cc2558bf10817b086fcb9783474d47db24d2cb3a
Component: engine
2013-04-01 14:34:12 -07:00
dc534249b1
Merge pull request #74 from jpetazzo/contrib-install-sh
...
Update get.docker.io install script for single-binary
Upstream-commit: 722d4c92c394ebc4e184e4e4f8a33cf3489b0867
Component: engine
2013-03-13 21:30:45 -07:00
d56aa1816f
Update get.docker.io install script for single-binary
...
Upstream-commit: e81d7132faf0e9e9e12b24733e1bdc452eb81525
Component: engine
2013-03-14 03:29:56 +00:00
5a4f4d5ee7
Add contrib/ directory, README, and script to create a basic busybox image
...
Upstream-commit: c74408d7b8e70c67e411bc21a31b98cbf5480a47
Component: engine
2013-03-14 03:16:42 +00:00