Nick Jones
490ac8a8f3
[OpenStack] Add example configuration
...
Signed-off-by: Nick Jones <nick@dischord.org >
2017-10-18 22:57:33 +01:00
Justin Cormack
d3549b78f5
Merge pull request #2604 from ijc/go1.9
...
Update to go 1.9
2017-10-12 20:10:01 +01:00
Ian Campbell
5e6a78821b
Update yaml and reenable linuxkit.packages.containerd test
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-12 17:29:19 +01:00
Justin Cormack
e90337bd44
Merge pull request #2602 from justincormack/wg-kernel
...
Fix kernel version in Wireguard example
2017-10-12 16:40:16 +01:00
Justin Cormack
1c7065bde9
Fix kernel version in Wireguard example
...
This must have had a merge error. Fixes version mismatch which
stops this working. The test was updated so is fine.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-10-12 15:14:50 +01:00
Ian Campbell
510802a245
Update yml
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-12 13:04:16 +01:00
Rolf Neugebauer
8173300f76
Update YAML files to new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-10-11 13:12:49 +01:00
Ian Campbell
4df5d394e8
Bump yml
...
Done as follows:
find -name build.yml | xargs dirname | while read d ; do
t=$(linuxkit pkg show-tag $d)
./scripts/update-component-sha.sh --image ${t%:*} ${t#*:}
done
git commit -s test pkg tools blueprints examples projects/kubernetes projects/swarmd docs linuxkit.yml Makefile src
This explicitly excludes projects/* which I did not know whether to update.
Then:
git reset --hard
for i in init runc containerd ca-certificates sysctl dhcpcd getty rngd ; do
o=$(git grep -h "\(image:\|-\) *linuxkit/$i:[0-9a-f]\{40\}" origin/master:linuxkit.yml | awk '// { print $2 }')
n=$(linuxkit pkg show-tag pkg/$i)
./scripts/update-component-sha.sh "$o" "$n"
done
git commit --amend projects
This updates any projects which were using components with the same hash as the
top-level linuxkit.yml.
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-10-10 13:23:45 +01:00
Nick Jones
d73092adca
Update metadata image references
...
Signed-off-by: Nick Jones <nick@dischord.org >
2017-10-09 12:27:00 +01:00
Rolf Neugebauer
28303f6858
Update YAML files with new getty/ip/sshd hashes
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-10-06 11:16:10 +01:00
Rolf Neugebauer
d3b9d06924
Update YAML files with new kernel tags
...
In particular also fix the wireguard test whose kernel
tag hasn't been updated for quite some time...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-10-06 11:15:34 +01:00
Isaac Rodman
0c23a5f3ce
updated linuxkit/format tag to linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79
...
Signed-off-by: Isaac Rodman <isaac@eyz.us >
2017-10-02 15:11:13 -07:00
Rolf Neugebauer
ab2333d70e
Update YAML files with new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-28 15:45:23 +01:00
Ian Campbell
1bdf0df8b6
Update yml for new linuxkit/mount package.
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-09-27 16:44:40 +01:00
Ian Campbell
563ee76cb5
Update yml
...
Pulling in containerd v1.0.0-beta.1.
Fixes #2533 .
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-09-25 13:54:24 +01:00
Rolf Neugebauer
cc200d296a
Merge pull request #2527 from eyz/linuxkit-dhcpcd-CAP_SYS_ADMIN
...
added capability to pkg/dhcpcd for sethostname
2017-09-21 20:53:16 +01:00
Isaac Rodman
542ad766b7
switched linuxkit/dhcpcd hash to d4408777ed
for PR #2527
...
Signed-off-by: Isaac Rodman <isaac@eyz.us >
2017-09-21 10:47:06 -07:00
Justin Cormack
a5054d5ad4
Update containerd hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-09-20 14:35:37 -07:00
Rolf Neugebauer
ffe6de1119
Update YAMLs to new kernel versions
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-20 12:14:40 +01:00
Rolf Neugebauer
60dd54670f
Update YAML files with new getty, ip, and sshd package hashes
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-20 11:52:42 +01:00
Justin Cormack
2010d999ca
update hashes for init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-09-18 11:53:02 -07:00
Justin Cormack
9d55b197c0
Merge pull request #2483 from zx2c4/custom-wg-script
...
wireguard: use custom wg-quick
2017-09-15 09:51:54 -07:00
Jason A. Donenfeld
8f3847e985
wireguard: use custom wg-quick
...
This removes things we do not need and expects the interface to
already be created.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com >
2017-09-15 01:01:55 +02:00
Rolf Neugebauer
2d20ef1014
Update YAML files to new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-14 17:21:01 +01:00
David Scott
2b80ff5a0f
Update init version in YAML files
...
Signed-off-by: David Scott <dave.scott@docker.com >
2017-09-14 11:47:38 +01:00
Rolf Neugebauer
11d9dc1e99
Update YAML files to latest kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-12 11:49:52 +01:00
Rolf Neugebauer
a1dcdd6495
Update YAML files with latest kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-08 15:46:02 +01:00
Ian Campbell
b7ec19bb1f
Update yml for containerd beta.0
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-09-07 18:46:40 +01:00
Rolf Neugebauer
ed8d367e2a
Update 4.9.x/4.4.x kernel version in YAML files
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-09-04 17:58:16 +01:00
Riyaz Faizullabhoy
fb8a1bf39f
Merge pull request #2464 from rn/dock-up
...
Update DinD from 17.06.1-ce to 17.07.0-ce
2017-08-31 09:43:53 -07:00
Rolf Neugebauer
419deee158
Update Linux kernel versions to latest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-30 19:23:45 +01:00
Rolf Neugebauer
94cdc5aee8
Update DinD from 17.06.1-ce to 17.07.0-ce
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-30 16:52:15 +01:00
Ian Campbell
d78321d701
Update hashes for init and containerd
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-08-29 01:05:50 +01:00
Justin Cormack
baf76d5e0c
update hashes for init
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-23 16:43:18 +01:00
Justin Cormack
2129d1de21
Merge pull request #2450 from justincormack/improve-wireguard-example
...
Improve wireguard example
2017-08-22 17:44:01 +01:00
Justin Cormack
6e2e9d7049
Improve Wireguard example with more realistic setup
...
This creates two containers connected over a Wireguard tunnel.
From the `getty` container that comes up you can connect to the
Nginx server via an encrypted tunnel with
```
wget -O - http://192.168.2.1
```
You can use `nsenter` to check out the other namespaces. There is no
external connectivity in either the `getty` or `nginx` containers,
so the only available networking is through the wireguard tunnel.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-22 11:57:45 +01:00
Justin Cormack
1c4e8c3ae2
Update Docker CE image to 17.06.1
...
Bug fix update.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-22 10:54:26 +01:00
Justin Cormack
0cda27d4ef
Update hashes
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-21 15:40:17 +01:00
Justin Cormack
3e494f7762
Update hashes for metadata
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-19 19:30:04 +01:00
Justin Cormack
ada924b527
Update packet example
...
- use one shot dhcp
- add a one shot rngd as needs entropy
- add metadata
- remove ssh key from host as we have in metadata
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-19 19:27:37 +01:00
Rolf Neugebauer
efe8292e25
Update YAML files to new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-18 18:08:33 +01:00
Justin Cormack
9506d45d49
Merge pull request #2413 from justincormack/runtime-config
...
Add a runtime config
2017-08-18 17:45:10 +01:00
Justin Cormack
b1acdbce2f
Add a wireguard example and test
...
This uses the new features
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-18 15:51:57 +01:00
Justin Cormack
a9bf2a0735
Update hashes for metadata
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-17 15:03:23 +01:00
Justin Cormack
2f915b8cf2
Update init, containerd, runc images
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-17 13:54:51 +01:00
Rolf Neugebauer
2007c4eef0
Update YAML files to 4.9.43/4.4.82 kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-14 11:02:30 +01:00
Rolf Neugebauer
ead41d0904
Update YAML files to 4.9.42 and 4.4.81 kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-14 10:52:15 +01:00
Ian Campbell
6f0d9d855b
Update yml for containerd v1.0.0-alpha4 and runc v1.0.0-rc4
...
Signed-off-by: Ian Campbell <ijc@docker.com >
2017-08-11 16:21:42 +01:00
Justin Cormack
fae7a76009
update runc and containerd images
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-08-10 14:33:21 +01:00
Rolf Neugebauer
9beaf45a07
Update YAML files with new kernels
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-08-08 17:46:22 +01:00