Rolf Neugebauer
093dae22d5
Update YAML files
...
- Use the new style kernel tags with the full kernel version
- Update packages with new alpine base and new/simplified Makefiles.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-27 19:56:08 +01:00
Ian Campbell
b6071df200
Update getty and sshd sha's in *.yml to current.
...
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-26 11:52:41 +01:00
Ian Campbell
ea79748830
pkg/containerd: Add /etc/localtime set to UTC
...
containerd/ctr includes this in the default set of bind mounts for a container.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-26 11:52:30 +01:00
Rolf Neugebauer
d3e0898fb7
Update containerd hash in all YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-19 11:04:58 -07:00
Ian Campbell
9d2da9cabc
Update to containerd c215531a8f63a98a69134e804fea4ee6d354bb90
...
This includes https://github.com/containerd/containerd/pull/994 and hence
requires updating the various instances of `/etc/containerd/config.toml`.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-16 13:42:24 +01:00
Ian Campbell
d51784adc0
Allow /etc/init.d/010-containerd to exit when complete
...
Don't think there is a need for it to remain and it drops an unnecessary
process.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-16 11:49:52 +01:00
Ian Campbell
5833d1b6bc
init: replace ctr with a custom client using the containerd client library
...
Currently it supports only `service start <SERVICE>`, but it could grow e.g.
`stop`, `exec` etc in the future (although you can still use `ctr` for those).
In order to be able to use go-compile.sh the containerd build needs to move
from /root/go to /go as the GOPATH.
The vendoring situation is not ideal, but since this tool wants to be an exact
match for the containerd it seems tollerable to reuse its vendoring.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-16 11:48:53 +01:00
Ian Campbell
f7b2a739ee
pkg/getty: Stop bind mounting /tmp/ctr
...
This doesn't exist with newer ctr or in systems where service containers are
not started using the ctr tool. All it contains today are the stdio FIFOs,
which are not in general useful to access after container creation.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-16 11:21:40 +01:00
Justin Cormack
684b77d62b
Merge pull request #2048 from MagnusS/vpnkit-docker-ce
...
pkg/docker-ce: add vpnkit-expose-port
2017-06-15 15:18:54 -07:00
Rolf Neugebauer
7e989ca773
Merge pull request #2051 from rn/kup
...
kernel update to 4.11.5/4.9.32/4.4.72 + init update
2017-06-15 15:17:31 -07:00
Magnus Skjegstad
cc59b458f1
Update to latest pkg/docker-ce
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com >
2017-06-15 21:50:07 +01:00
Justin Cormack
32f505469b
Merge pull request #2027 from justincormack/mobyup
...
Use the user's ssh key automatically in ssh examples
2017-06-15 13:33:35 -07:00
Rolf Neugebauer
9b6f708fc3
Update init in all YAML files
...
The new init adds the usermode helper which is needed with
the soon to be pushed new 4.11 kernel update.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-15 13:17:28 -07:00
Justin Cormack
c2f2141473
Use the user's ssh key automatically in ssh examples
...
This requires moby tool update to support `~` in paths, but
makes everything much nicer.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-06-15 11:28:25 -07:00
Riyaz Faizullabhoy
6dedac2fe9
Update getty image for setsid changes
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-06-15 09:16:12 -07:00
Rolf Neugebauer
90c441ef67
Update YAML files to new init
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-13 15:57:24 -07:00
Ian Campbell
c47b2c770c
kubernetes: Create disk in state dir
...
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-13 11:08:44 +01:00
Ian Campbell
d4f601f6fb
kubernetes: give each instance a specific state directory
...
In particular avoid all nodes sharing the same default directory.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-13 09:31:43 +01:00
Ian Campbell
ec2b56da5a
kubernetes: Combine boot-{master,node}.sh into a single script
...
Easier to get a global view on what is happening.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-13 09:31:43 +01:00
Ian Campbell
4162cfb834
kubernetes: update to latest init
...
and add the getty container.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-13 09:31:43 +01:00
Riyaz Faizullabhoy
9c8e82734d
fix disk size arg
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com >
2017-06-08 17:09:52 -07:00
Dave Tucker
1598b11375
Update YAML files to use new containerd package
...
Signed-off-by: Dave Tucker <dt@docker.com >
2017-06-07 15:30:39 +01:00
Ian Campbell
0eb21735ae
Update to containerd bdf9f5f7388e8203e63a74b89800f7f3dd4a7743
...
Note that this is not the latest (which was 95efd45db073 at time of writing)
but the next commit 6428b4bad0c2 merges "Port ctr to use client package" breaks
the use of `ctr run --runtime-config` (by removing that option).
This contains https://github.com/containerd/containerd/pull/954 which was
causing some services to fail to start.
All previous uses of 15541037b9
are updated to
5749f2e9e6
.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-06-07 09:38:10 +01:00
Justin Cormack
9f4c6da4e5
Update containerd in yaml
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-06-06 22:14:30 +01:00
Ian Campbell
eaedbd454c
Update containerd to 7fc91b05917e93d474fab9465547d44eacd10ce3
...
Update everything including the current
linuxkit/containerd:b1766e4c4c09f63ac4925a6e4612852a93f7e73b to the new
linuxkit/containerd:deaf5bf838bf7f131c2287ecff3ed9835b0497e2.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-05-31 17:05:24 +01:00
Justin Cormack
d92e19f020
Update the yaml files with new builds
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-30 15:40:51 +01:00
Justin Cormack
599f2d6f5b
Update yaml files with new init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-30 14:15:16 +01:00
Rolf Neugebauer
8cff978fab
Update YAML files with updated binfmt package
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-29 17:30:57 +01:00
Rolf Neugebauer
9bdfcb5b12
Update YAML files with new packages, config, and trust data
...
- Update to packages using the Alpine 3.6 base image
- Remove config for packages which now supply it
- Update/add trust section
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-26 16:23:55 +01:00
Justin Cormack
00737bd859
Remove outputs from the yaml files
...
The latest version of the `moby` tool now requires that the output formats
be specified in the CLI not in the yaml file.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-26 13:55:06 +01:00
Rolf Neugebauer
ae5dfc6d7d
Update all YAML files to use the new binfmt, dhcpcd and rngd packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-23 15:55:40 +01:00
Rolf Neugebauer
a6d834ddf0
Merge pull request #1865 from justincormack/go-compile
...
more Go compile fixes
2017-05-21 11:18:45 +01:00
Rolf Neugebauer
4377ae3209
Merge pull request #1861 from justincormack/containerd-build
...
Update containerd
2017-05-21 11:13:07 +01:00
Justin Cormack
e52bf2f745
Update sysctl and sysfs in yaml files
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-20 11:16:48 +01:00
Justin Cormack
702ad5d9d9
Update git hashes for sysctl
...
And remove all the config options as they are now in the label.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-19 22:05:15 +01:00
Justin Cormack
a3ea4646e5
Update containerd in yaml files
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-19 11:52:12 +01:00
Rolf Neugebauer
6bea56c185
Update all YAML files to use the new packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-18 18:55:22 +01:00
Justin Cormack
5eff65a688
Merge pull request #1818 from jadametz/fix-1817
...
Specifies root user in projects/kubernetes ssh_into_kubelet script
2017-05-13 10:21:56 +01:00
Jesse Adametz
547e2dca95
Specifies root user in projects/kubernetes ssh_into_kubelet script
...
Signed-off-by: Jesse Adametz <jesseadametz@gmail.com >
2017-05-12 15:17:26 -07:00
Jesse Adametz
2ece5ac28a
Add rm flag to projects/kubernetes ssh script
...
Signed-off-by: Jesse Adametz <jesseadametz@gmail.com >
2017-05-12 14:25:18 -07:00
Ian Campbell
5eee4c0607
pkg/runc: WORKDIR as first item in second stage
...
Works around https://github.com/moby/moby/issues/33176 and fixes #1807 .
Updated al users of linuxkit/runc:2649198589ef0020d99f613adaeda45ce0093a38 to
this new build.
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-05-12 19:23:27 +01:00
Justin Cormack
6a5f8099a4
Remove extra files from init
...
fix #1807
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-12 15:36:13 +01:00
Justin Cormack
66d6d3a6e3
Update containers to use containerd
...
Now the issues seem fixed, switch over to containerd.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-11 11:25:06 +01:00
Justin Cormack
9ca3ba489a
Update yaml files to new Docker CE
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-09 11:12:39 +01:00
Justin Cormack
61bbbf0808
Change containerd and runc to use multistage builds from new Alpine base
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-08 22:37:59 +01:00
Rolf Neugebauer
423957cfef
Update YAML files to new packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-08 16:49:39 +01:00
Rolf Neugebauer
21f1646ce2
Update YAML files with new package hashes
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-05-04 22:27:59 +01:00
Justin Cormack
3bd53067fb
Update yaml files with new ca-certificates
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-03 16:43:24 +01:00
Ian Campbell
bb50dd9781
projects/kubernetes: Allow linuxkit to pick default backend
...
Drop `hyperkit` from the `linuxkit run` invocation, thus causing the linuxkit
tool to pick the platform's default backend (which is qemu on my Linux system,
which works better than hyperkit in this environment).
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-05-03 09:11:32 +01:00
Justin Cormack
713046e158
Update ca-certificates to be based on Alpine and use nested build
...
We were using Debian but Alpine more consistent. Use nested build.
Currently extract the hash in a nasty way but this can be fixed later
when we switch over hashing method.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-04-26 15:24:26 +01:00