Commit Graph

3213 Commits

Author SHA1 Message Date
Rolf Neugebauer
0783642775 Merge pull request #1685 from tomwillfixit/patch-4
Typo in link to sshd.yml
2017-04-22 10:20:58 -05:00
Rolf Neugebauer
f750a04b04 Merge pull request #1679 from riyazdf/dockercon-summit-notes
summit: add notes from session 1 bof
2017-04-22 10:18:32 -05:00
Thomas Shaw
465b513289 Typo in link to sshd.yml 2017-04-21 22:31:03 -05:00
Riyaz Faizullabhoy
63b0846e6b Merge pull request #1684 from tomwillfixit/patch-3
Fix broken link to pkg dir
2017-04-21 19:31:13 -07:00
Riyaz Faizullabhoy
9bbe2830f9 Merge pull request #1682 from tomwillfixit/patch-2
Fix link. Cosmetic.
2017-04-21 19:29:27 -07:00
Thomas Shaw
e9d7989e36 Fix broken link to pkg dir 2017-04-21 21:17:32 -05:00
Thomas Shaw
e5f929a344 Fix link. Cosmetic. 2017-04-21 20:56:18 -05:00
Riyaz Faizullabhoy
a51e06bd20 Update top-level linuxkit yml with new hub repos
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-04-21 18:50:59 -07:00
Riyaz Faizullabhoy
c087af7282 Merge pull request #1681 from tomwillfixit/patch-1
Fix link to kernels directory
2017-04-21 18:42:38 -07:00
Riyaz Faizullabhoy
f163457a7a Merge pull request #1677 from rneugeba/sshd-doc
examples: Add doc on how to use the SSHD example
2017-04-21 18:35:22 -07:00
Thomas Shaw
b0584f05bd Fix link to kernels directory 2017-04-21 20:33:09 -05:00
Riyaz Faizullabhoy
a3030f5d5e summit: add notes from session 1 bof
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-04-21 13:27:05 -07:00
Rolf Neugebauer
f2b9295081 examples: Add doc on how to use the SSHD example
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-21 14:12:02 -05:00
Rolf Neugebauer
b95b275f07 Merge pull request #1662 from thebsdbox/vmware_prefix
Fix for prefix for linuxkit
2017-04-21 13:45:59 -05:00
Rolf Neugebauer
90d459a82e Merge pull request #1676 from t-koulouris/theo_pr
Numerous fixes and updates for the okernel project
2017-04-20 11:22:33 -05:00
Theo Koulouris
f1508901f4 Updated okernel README.md
Signed-off-by: Theo Koulouris <theo.koulouris@hpe.com>
2017-04-20 15:52:27 +01:00
Theo Koulouris
19e0433637 Updated references to 'linuxkit', added 'examples' subdirectory, improved build files
Signed-off-by: Theo Koulouris <theo.koulouris@hpe.com>
2017-04-20 15:26:00 +01:00
Rolf Neugebauer
fc1e7e4ca5 Merge pull request #1663 from technolo-g/k8s_shell_to_ash
Migrate the Kubernetes shell to ash
2017-04-20 08:58:59 -05:00
Rolf Neugebauer
be47b771d0 Merge pull request #1669 from rneugeba/demo-up
Update DockerCon 2017 demo files
2017-04-19 18:37:35 -05:00
Rolf Neugebauer
722ab1848d demo: Update READMEs
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
2017-04-19 18:09:07 -05:00
Justin Cormack
1d6e84730a Merge pull request #1665 from papanikge/patch-1
fix wording in README.md
2017-04-19 15:35:56 -05:00
George Papanikolaou
70f1033d15 fix wording in README.md 2017-04-19 23:22:38 +03:00
Justin Cormack
fac8a6022f Merge pull request #1667 from inthecloud247/patch-2
Fix grammar
2017-04-19 15:11:23 -05:00
Rolf Neugebauer
ff1279d9b0 demo: Use redis instead of nginx
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
238436616d demo: Add prometheus server configuration
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
c854d58ca4 demo: Update etcd
- Add prometheus node monitor
- Make the hyperkit VMs slightly bigger
- Add GCP upload
- Use env vars in infrakit startup script

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:58:27 -05:00
Rolf Neugebauer
846c96384f demo: Update nginx build
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-19 14:36:09 -05:00
Rolf Neugebauer
327d08dadd Merge pull request #1668 from yomimono/copyedit
typo fixes
2017-04-19 14:33:52 -05:00
Mindy Preston
f74d9eaa7d typo fixes
Signed-off-by: Mindy Preston <mindy.preston@docker.com>
2017-04-19 13:52:18 -05:00
John Albietz
f1a0aa769d Fix grammar 2017-04-19 17:05:53 +00:00
Dave Tucker
11742d0148 makefile: Add target for LTP tests
This adds a target that runs the LTP tests
This target will be run on master and tag builds in CI

Signed-off-by: Dave Tucker <dt@docker.com>
2017-04-19 16:02:48 +01:00
Dave Tucker
bbe8078755 moby: add skip-cleanup flag to moby run gcp
This is used as the CI will cleanup after itself

Signed-off-by: Dave Tucker <dt@docker.com>
2017-04-19 16:02:48 +01:00
Matt Bajor
7686c1a153 Migrate the Kubernetes shell to ash
The Kubernetes images have been migrated to Alpine Linux which
does not include bash by default.

Signed-off-by: Matt Bajor <matt@notevenremotelydorky.com>
2017-04-18 19:34:06 -05:00
Daniel Finneran
6f9d0247c9 Fix for prefix for linuxkit
Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
2017-04-18 19:00:31 -05:00
Justin Cormack
f2d6752751 Merge pull request #1657 from solidnerd/fix-make
Rename old repo to linuxkit/linuxkit to let the build work
2017-04-18 13:31:24 -05:00
solidnerd
2c836c28ab
Rename package initrd in build.go
This will rename github.com/docker/moby/src/initrd to github.com/linuxkit/linuxkit/src/initrd

Signed-off-by: solidnerd <niclas@mietz.io>
2017-04-18 20:19:21 +02:00
solidnerd
00b7e145e6
Rename package github.com/docker/moby
This commit will rename the package to the correct new place.

Signed-off-by: solidnerd <niclas@mietz.io>
2017-04-18 20:18:26 +02:00
Justin Cormack
d422c70ac6 Merge pull request #1652 from justincormack/blueprints
Add a blueprints directory
2017-04-18 09:49:47 -05:00
Justin Cormack
9da733b163 Add a blueprints directory
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-18 09:48:34 -05:00
Justin Cormack
71d9439b84 Merge pull request #1651 from justincormack/linuxkit-path
change paths to linuxkit/linuxkit
2017-04-18 08:49:51 -05:00
Justin Cormack
e08f3a9a3f Change docker/linuxkit to linuxkit/linuxkit
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-17 18:13:28 -05:00
Justin Cormack
0a8ad62d50 Update Go path to linuxkit/linuxkit for libraries
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-17 17:39:18 -05:00
Justin Cormack
135eb9c137 Merge pull request #1499 from thaJeztah/add-poule-config
Add basic poule configuration file
2017-04-17 14:32:52 -05:00
Sebastiaan van Stijn
ecd8716fe5 add basic poule configuration
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-17 14:13:04 -05:00
Justin Cormack
88e9c24c62 Merge pull request #1498 from thaJeztah/add-open-source-boilerplating
Add license, templates, and other files for open sourcing
2017-04-17 11:13:47 -05:00
Justin Cormack
8148701099 Merge pull request #1650 from thaJeztah/add-authors-file
Add AUTHORS file and script
2017-04-17 10:47:44 -05:00
Sebastiaan van Stijn
19a3123f09 Add AUTHORS file and script
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-17 10:30:28 -05:00
Justin Cormack
514777e01d Merge pull request #1649 from justincormack/more-linuxkit
Move more images to new hub org
2017-04-16 21:08:41 -05:00
Justin Cormack
f8a6193845 Move more images to new hub org
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-16 20:28:33 -05:00
Sebastiaan van Stijn
6d1ea86da6 add license, and files for opensourcing
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-04-16 18:23:23 -05:00