Justin Cormack
ee349da98a
update hashes for sysctl (arm and x86)
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-04 13:34:14 +01:00
Rolf Neugebauer
633195cbe3
Update YAML files with new multi-arch packages
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-03 17:46:11 +01:00
Justin Cormack
075dd61efe
update rngd hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-02 21:03:46 +01:00
Justin Cormack
4daf008956
Merge pull request #2331 from justincormack/rng-golang
...
Replace rngd with a Go version
2017-08-01 10:56:10 +01:00
Justin Cormack
3bcd6b5113
update sysctl hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-31 23:10:25 +01:00
Justin Cormack
ded8ebd280
add init hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-31 21:11:33 +01:00
Justin Cormack
0a3d78e47f
Update hashes for rngd and add a one shot example in sshd
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-31 20:18:20 +01:00
Justin Cormack
26b6a0cbdd
update hash for init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-31 15:27:22 +01:00
Justin Cormack
782d40bf28
update hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-31 13:57:41 +01:00
Rolf Neugebauer
c57cea4757
Merge pull request #2318 from rn/kern-up
...
Update kernel to 4.9.40/4.4.79, remove 4.11.x
2017-07-28 22:28:10 +01:00
Rolf Neugebauer
9812d0e5ea
Update YAML files with new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-28 20:17:13 +01:00
Justin Cormack
927028cb96
update sysctl hash
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-28 17:56:41 +01:00
Avi Deitcher
8f10f69fd3
Merge pull request #2233 from dave-tucker/ns-detect
...
getty: Detect if you are in a namespace
2017-07-27 16:50:02 +03:00
Avi Deitcher
d4f5878669
Update hashes in examples
2017-07-27 15:45:19 +03:00
Avi Deitcher
5cda493a21
Update hashes for getty
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2017-07-27 15:01:29 +03:00
Ian Campbell
017d3304fc
Update yml after containerd bump
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-07-27 11:45:56 +01:00
Justin Cormack
b853e05d9c
Update init, runc, containerd hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-26 16:51:11 +01:00
Justin Cormack
5194bf13d1
Merge pull request #2296 from justincormack/service-does-more
...
Make service start up containerd and services
2017-07-26 15:34:03 +01:00
Justin Cormack
74e067748a
Update hashes for containerd
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-26 12:08:09 +01:00
Justin Cormack
64ba3eaaca
update hashes for resolv.conf changes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-25 16:26:38 +01:00
Justin Cormack
9a79ebc0f4
Update hashes for new init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-24 15:09:30 +01:00
Rolf Neugebauer
7ccc2786ae
Update kernel version in all YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-24 11:05:40 +01:00
Avi Deitcher
afc1e1e970
Updated hashes for getty and sshd
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2017-07-21 19:16:38 +03:00
Ian Campbell
d01aa72670
Update ymls
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-07-20 15:08:27 +01:00
Ian Campbell
19207bb81b
Update yml and moby version
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-07-20 14:13:20 +01:00
Rolf Neugebauer
118816b4c3
Merge pull request #2231 from samoht/dhcp-split
...
[WIP] Split the DHCP client into three components communicating via RPCs
2017-07-18 20:05:02 +01:00
Avi Deitcher
0f725c366e
Merge pull request #2241 from deitch/fix-getty-background
...
flag in init and background only if not in init
2017-07-18 21:39:53 +03:00
Avi Deitcher
03244e3776
Change hash for getty in examples
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2017-07-18 17:47:36 +03:00
Justin Cormack
ae039ac141
update hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-18 14:22:16 +01:00
Thomas Gazagnaire
f5716ce985
Split the DHCP client into three components communicating via named pipes
...
3 components:
- network: read eht0 and proxy only DHCP traffic
- engine: read DHCP traffic, handle DHCP client state machine, and call the
host actuator to change the host config when a lease is obtained
host system configuration.
- actuator: perform the acutall net syscalls, read and write host configuration
files, etc
These three components can either be linked together in a single binary
(see src/dhcp-client/main.ml) or can be used as 3 binaries communicating
over cap-n-proto.
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org >
2017-07-17 17:46:17 +02:00
Rolf Neugebauer
fcac29681b
Update kernels in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-17 11:04:18 +01:00
Justin Cormack
79f9a66027
update init hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-15 14:13:25 +01:00
Justin Cormack
07469ac60b
Merge pull request #2207 from justincormack/getty-x
...
remove -x from getty script
2017-07-15 12:38:52 +01:00
Justin Cormack
b0800cba59
update getty hash
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-14 18:38:36 +01:00
Justin Cormack
497122126f
update runc hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-14 15:54:11 +01:00
Ian Campbell
074431eebe
Update yml to linuxkit/containerd:b6ffbb669248e3369081a6c4427026aa968a2385
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-07-14 13:53:51 +01:00
Justin Cormack
f8a0b332f2
Update hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-14 11:08:50 +01:00
Ian Campbell
fa1ac99dfb
Update yml's to linuxkit/containerd:389e67c3c1fc009c1315f32b3e2b6659691a3ad4
...
Only those which used the same value as linuxkit.yml are updated.
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-07-13 10:45:45 +01:00
Ian Campbell
a2d3be0e6f
Update runc and containerd
...
pull in newer containerd v1.0.0-alpha0 via updated alpine base, update runc to
429a5387123625040bacfbb60d96b1cbd02293ab which is vendored by that version of
containerd (and also update alpine base for runc)
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-07-13 10:37:15 +01:00
Justin Cormack
298f4aab32
Consistently don't use quotes around image names
...
These are not needed, but we are inconsistent. Been waiting for a
quiet moment to fix this since I noticed while doing a presentation...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-09 17:47:30 +01:00
Rolf Neugebauer
dca5671fc1
Update kernel version in all YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-07 18:41:33 +01:00
Thomas Leonard
815f5599fc
Update https-unikernel example to latest API
...
Also, stop static linking for now, as it generates a lot of warnings
with glibc.
Signed-off-by: Thomas Leonard <thomas.leonard@docker.com >
2017-07-07 15:09:54 +01:00
Justin Cormack
779fdc9499
Update init and containerd hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-07-03 14:51:23 +01:00
Rolf Neugebauer
89c40eaddb
Update hashes in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-07-01 19:24:16 +01:00
Justin Cormack
6c837b28b6
Merge pull request #2133 from samoht/fdd
...
sdk: add a yml example on how to use fdd to create container channels
2017-07-01 10:51:58 +01:00
Rolf Neugebauer
4c6e0264b9
Update kernels in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-06-30 18:23:29 +01:00
Thomas Gazagnaire
5525937c10
sdk: add fdd exec to map socketpair shares to local fds
...
To enable this:
```
$ fdd init &
$ fdd share /tmp/foo
$ fdd exec -m /tmp/foo:1:2 -- echo hello world!
$ fdd exec -m /tmp/foo:0 -- cat
hello world!
```
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org >
2017-06-30 16:11:41 +02:00
Thomas Gazagnaire
b4feb71f78
sdk: add a yml example on how to use fdd to create container channels
...
Lots of boilerplate for now on, will work on upstreaming that in the tool
properly if needed later.
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org >
2017-06-30 16:11:41 +02:00
Rolf Neugebauer
736713dc8f
Merge pull request #2120 from dave-tucker/getty
...
Make it more obvious that getty/sshd are namespaced
2017-06-29 23:30:17 +01:00
Thomas Gazagnaire
875b877047
sdk: add Dockerfile root pivot runs + static linking
...
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org >
2017-06-29 18:17:02 +02:00