Riyaz Faizullabhoy
fea68de22c
pkg/getty: fix example image tag
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-07 15:18:11 -07:00
Justin Cormack
09e6ff2e34
Merge pull request #1977 from deitch/console-login
...
Add getty pkg
2017-06-07 23:15:47 +01:00
Avi Deitcher
5db7e6fe69
Add getty pkg
...
Signed-off-by: Avi Deitcher <avi@deitcher.net>
2017-06-08 00:11:53 +03:00
Riyaz Faizullabhoy
c49a5bea5b
Merge pull request #1987 from riyazdf/sig-2017-06-21-agenda
...
sig: initial draft schedule for next security sig meeting
2017-06-07 13:32:42 -07:00
Justin Cormack
c8067287ff
Merge pull request #1986 from riyazdf/sig-video
...
sig: youtube link for 2017-06-07
2017-06-07 20:57:31 +01:00
Justin Cormack
fc52966150
Merge pull request #1983 from justincormack/mobyup
...
Update Moby tool
2017-06-07 20:56:26 +01:00
Justin Cormack
c8a3fd0e7a
Update Moby tool
...
- rename img→raw and gcp-img→gcp
- support creating `docker` outputs, see https://github.com/moby/tool/tree/master/examples
- less memory usage via streaming outputs
- allow specification of multiple yaml files in a single command line, improves modularity
- notary fixes and local cache, so does not pull as much
- you now have to specify the full filename of the yaml file, you cannot omit the suffix
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-06-07 20:11:37 +01:00
Riyaz Faizullabhoy
5a1ba2eada
sig: initial draft schedule for next security sig meeting
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-07 11:56:40 -07:00
Riyaz Faizullabhoy
41ad35d9b3
sig: youtube link for 2017-06-07
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-07 11:40:19 -07:00
Riyaz Faizullabhoy
efbeea75d0
Merge pull request #1951 from dave-tucker/ports
...
Test that no ports are open
2017-06-07 11:30:13 -07:00
Riyaz Faizullabhoy
c628d824e1
Merge pull request #1985 from riyazdf/sig-notes
...
sig: notes for 2017-06-07
2017-06-07 11:24:30 -07:00
Riyaz Faizullabhoy
21e6ca46c8
Merge pull request #1984 from rneugeba/build
...
build: Make GOOS and GOARCH over-writeable
2017-06-07 10:59:20 -07:00
Riyaz Faizullabhoy
1339340004
sig: notes for 2017-06-07
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-07 10:46:58 -07:00
Rolf Neugebauer
20d6fcf7eb
build: Make GOOS and GOARCH over-writeable
...
The GOOS and GOARCH are currently set based on the host 'make'
is executed on. On macOS this sets up cross compilation with
a Linux container.
Making them over-writeable allows users to test different
cross compilations, e.g., trying to build Linux binaries on macOS.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-06-07 18:13:57 +01:00
Dave Tucker
8763da79c9
tests: Add a test case to ensure no ports are open
...
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-07 17:57:21 +01: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
Dave Tucker
1af1a20a0d
containerd: Don't expose metrics by default
...
This can be turned on if required but we'll default to leaving it off
It's been enabled in the top-level linuxkit.yml
This port is also non-standard and there doesn't appear to be a standard
port for this as yet.
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-07 15:18:13 +01:00
Rolf Neugebauer
3cc6c36837
Merge pull request #1980 from rneugeba/plat
...
docs: Update platform documentation
2017-06-07 16:03:50 +02:00
Rolf Neugebauer
0c1498d8fa
docs: Update platform documentation
...
- Prefix platform documentation with 'platform-'
- Add/Correct links from top-level README.md
- Tweak the Azure documentation
- Move the vsudd README to platform-hyperkit.md
- Add a dummy document for qemu/kvm
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-06-07 13:39:41 +01:00
Justin Cormack
7efb87da50
Merge pull request #1979 from ijc25/update-containerd
...
Update to containerd bdf9f5f7388e8203e63a74b89800f7f3dd4a7743
2017-06-07 10:55:09 +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
d0620eebf9
Merge pull request #1976 from justincormack/containerdup
...
Containerd update
2017-06-06 22:57:16 +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
Justin Cormack
ad7770fbf9
Update containerd
...
Fixes boltdb copying issue which caused failures.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-06-06 22:10:12 +01:00
Riyaz Faizullabhoy
edd49cabc6
Merge pull request #1975 from avsm/gc-aws
...
projects/aws: remove remaining files now that #1964 is merged
2017-06-06 14:04:41 -07:00
Justin Cormack
e09f062ef6
Merge pull request #1974 from kencochrane/improve_aws_docs
...
Improved the AWS docs
2017-06-06 22:04:27 +01:00
Riyaz Faizullabhoy
d31413c39c
Merge pull request #1973 from kencochrane/fix_aws_name
...
Added more log statements to linuxkit push aws command
2017-06-06 13:31:22 -07:00
Anil Madhavapeddy
5652987f63
projects: mark aws as completed in a new section in README
...
Signed-off-by: Anil Madhavapeddy <anil@docker.com>
2017-06-06 21:24:29 +01:00
Anil Madhavapeddy
4b7e0e11a8
projects/aws: remove remaining files now that #1964 is merged
...
The AWS support has gone mainline so no need for the project anymore.
Signed-off-by: Anil Madhavapeddy <anil@docker.com>
2017-06-06 20:56:39 +01:00
Ken Cochrane
67c2a230fb
Fixed AWS push command, name wasn't set correctly
...
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
2017-06-06 15:50:25 -04:00
Justin Cormack
d7e8627c4e
Merge pull request #1971 from nrocco/kernel-drivers-for-broadcom-nics
...
Add tg3 module for Broadcom NIC support
2017-06-06 20:31:16 +01:00
Ken Cochrane
a1e0a301a6
Improved the AWS docs
...
Signed-off-by: Ken Cochrane <kencochrane@gmail.com>
2017-06-06 15:28:14 -04:00
Nico Di Rocco
f9da106c46
Add tg3 module for Broadcom NIC support
...
Signed-off-by: Nico Di Rocco <dirocco.nico@gmail.com>
2017-06-06 20:55:36 +02:00
Justin Cormack
3f8d627be6
Merge pull request #1969 from DieterReuter/fix-aws-default-img-name
...
Fix empty AWS default image name
2017-06-06 19:25:57 +01:00
Justin Cormack
b940a7f85d
Merge pull request #1968 from thebsdbox/open-vm-tools-wait
...
Added capability to wait for the OpenVM tools to report the IP of new VM
2017-06-06 18:29:14 +01:00
Dieter Reuter
fc5135b5cc
Fix empty AWS default image name
...
Signed-off-by: Dieter Reuter <dieter.reuter@me.com>
2017-06-06 19:10:21 +02:00
thebsdbox
7cc2bc43e4
Added capability to wait for the OpenVM tools to report the IP of new VM
...
Signed-off-by: Dan Finneran <daniel.finneran@gmail.com>
2017-06-06 17:52:18 +01:00
Riyaz Faizullabhoy
c5834261a2
Merge pull request #1967 from dgageot/fix-1966
...
Fix outdated GCP docs
2017-06-06 09:45:28 -07:00
Justin Cormack
55931b2d00
Merge pull request #1960 from MagnusS/vsudd-pkg
...
Add /pkg/vsudd
2017-06-06 17:19:59 +01:00
David Gageot
f5b8dd2620
Fix outdated GCP docs
...
The proper way to output an image for GCP is to
use `-output gcp-img`.
Fixes #1966
Signed-off-by: David Gageot <david@gageot.net>
2017-06-06 17:45:10 +02:00
Magnus Skjegstad
ae56dd81c2
vsudd: add /pkg/vsudd with README and example yml
...
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
2017-06-06 16:32:01 +01:00
Justin Cormack
b460a718cc
Merge pull request #1965 from samoht/mtime
...
sdk: update the tests to use mtime 1.0 and logs.fmt
2017-06-06 13:44:38 +01:00
Thomas Gazagnaire
c4c44253cb
sdk: the tests need logs.fmt
...
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-06-06 13:42:45 +02:00
Thomas Gazagnaire
c0d999dbab
sdk: use mtime 1.0
...
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
2017-06-06 13:42:42 +02:00
Justin Cormack
d617db19bf
Merge pull request #1964 from dave-tucker/aws
...
Add AWS Support to LinuxKit Push and Run
2017-06-06 12:06:50 +01:00
Dave Tucker
8f4408310d
docs: Add basic docs for AWS support
...
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-06 10:36:43 +01:00
Dave Tucker
719f260e01
linuxkit: Order push/run backends and cases alphabetically
...
This makes it easier to identify where a new backend should be added.
It's also simpler to match help text and case statements.
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-06 10:36:43 +01:00
Dave Tucker
3dcd8a2730
linuxkit: Add run support for AWS
...
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-06 10:36:31 +01:00
Dave Tucker
0737694eb7
linuxkit: Add push support for AWS
...
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-06 10:06:28 +01:00
Dave Tucker
3aa65e8fd3
vendor: Add dependencies for AWS
...
Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-06 09:42:26 +01:00