Commit Graph

10590 Commits

Author SHA1 Message Date
Michael Crosby
40ac9239a8
Merge pull request #3806 from thaJeztah/bump_golang_1.12.13
Update to Golang 1.12.13
2019-11-08 14:35:33 -05:00
Sebastiaan van Stijn
15669a1d34
Update to Golang 1.12.13
go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina
where the non-notarized installer and binaries were being rejected by
Gatekeeper. Only macOS users who hit this issue need to update.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-11-08 10:28:40 -08:00
Phil Estes
1e12854831
Merge pull request #3805 from AkihiroSuda/ctr-shim2-runc-flags
ctr: add --runc-binary --runc-systemd-cgroup
2019-11-08 11:11:39 -05:00
Akihiro Suda
8f74de9e9e ctr: allow specifying --runc-systemd-cgroup
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-11-08 14:06:08 +09:00
Akihiro Suda
7f5d900769 ctr: allow specifying --runc-binary
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-11-08 14:06:08 +09:00
Maksym Pavlenko
c038a7c4b1
Merge pull request #3803 from crosbymichael/proto-paths
Add proto path /usr/include to Protobuild
2019-11-07 12:48:27 -08:00
Michael Crosby
0f4374169e Add proto path /usr/include to Protobuild
This fixes proto compiles on alpine based systems.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-11-07 14:36:54 -05:00
Michael Crosby
c80fa7df17
Merge pull request #3801 from jneuhauser/arch-mips
mips: -buildmode=pie is not supported for the mips arch
2019-11-06 07:27:47 -05:00
Johann Neuhauser
4c99c81326 mips: -buildmode=pie is not supported for the mips arch
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
2019-11-06 12:50:58 +01:00
Michael Crosby
356702098d
Merge pull request #3798 from estesp/common-indentifiers
Common identifiers validation
2019-11-05 07:08:02 -05:00
Phil Estes
fdf7a795bc
Clarify requirements for identifiers validation
Fix commentary to be clear that the RFC1035 2.3.1 rules are not
explicitly enforced by the identifiers regex.

Add a test to show the lessened restrictions for digits to follow hyphen
and period.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-11-04 21:22:10 -05:00
Phil Estes
76aa4e546e
Use common identifiers package with less restrictive regex
Regular expressions in the namespaces package are redundant with the
pre-existing validator in the "identifiers" package; replace this custom
usage with the validator in "identifiers"

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-11-04 21:22:01 -05:00
Derek McGowan
4d7739527e
Merge pull request #3796 from crosbymichael/cgo
Add CGO makefile flag
2019-11-04 14:28:38 -08:00
Michael Crosby
84879b7c48 Add CGO makefile flag
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2019-11-04 16:25:58 -05:00
Michael Crosby
f9d8f0e56e
Merge pull request #3794 from fahedouch/server_test
add tests to server_test
2019-11-04 10:37:26 -05:00
fahedouch
7c016b655b
add tests to server_test
Signed-off-by: fahedouch <fahed.dorgaa@gmail.com>
2019-11-04 09:15:05 -05:00
Lantao Liu
8f9eff4fec Support disk usage in windows snapshot.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-11-01 00:12:10 -07:00
Lantao Liu
9f79be1b88
Merge pull request #1331 from erikwilson/fix-http-localhost
Fix using `http` for localhost, 127.0.0.1 and ::1 by default
2019-11-01 00:09:53 -07:00
Erik Wilson
7cc3938717 Set default scheme in registryEndpoints for host
Signed-off-by: Erik Wilson <Erik.E.Wilson@gmail.com>
2019-10-31 10:30:17 -07:00
Mike Brown
5abebfa27a
Merge pull request #1330 from mikebrow/update-support-statement-oct29
missed the release version for HEAD in table-1
2019-10-31 11:56:04 -05:00
Maksym Pavlenko
257a7498d0
Merge pull request #3790 from ameyag/windows-shim-install
Windows process shim installer
2019-10-30 22:46:10 -07:00
Ameya Gawde
d21f0f116e
windows process shim installer
Signed-off-by: Ameya Gawde <ameya.gawde@docker.com>
2019-10-30 16:22:02 -07:00
Mike Brown
a3d180b094 HEAD is not needed in support tables
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2019-10-30 11:22:41 -05:00
Phil Estes
342ce3e602
Merge pull request #3789 from AkihiroSuda/vendor-20191030
bring back aufs and zfs
2019-10-30 12:29:13 +01:00
Akihiro Suda
a2688b972c bring back aufs and zfs
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-30 17:51:27 +09:00
Mike Brown
73e5fa0f34
Merge pull request #1328 from Random-Liu/make-localhost-http
Use `http` for localhost and 127.0.0.1 by default.
2019-10-29 12:43:07 -05:00
Lantao Liu
41f73f79fe
Merge pull request #1329 from Random-Liu/update-support-metrics
Update support metrics.
2019-10-29 10:23:11 -07:00
Michael Crosby
4a1a1bc626
Merge pull request #3784 from tiborvass/ppc64
ppc64: -buildmode=pie is not supported
2019-10-29 11:23:32 -04:00
Michael Crosby
62b13256ef
Merge pull request #3786 from Random-Liu/not-found-error-if-no-platform
Return not found error if no platform matched.
2019-10-29 11:21:56 -04:00
Lantao Liu
78be736622 Return not found error if no platform matched.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-28 22:37:07 -07:00
Lantao Liu
bd54412b81 Update support metrics.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-28 19:19:28 -07:00
Lantao Liu
65b9c31805 Use http for localhost, 127.0.0.1 and ::1 by default.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-28 19:07:43 -07:00
Tibor Vass
d12b53a072 ppc64: -buildmode=pie is not supported
I needed this patch to compile containerd for ppc64.

Signed-off-by: Tibor Vass <tibor@docker.com>
2019-10-28 22:47:47 +00:00
Michael Crosby
cedd3cb16c
Merge pull request #3782 from mrueg/vndr-autocompl
Makefile: Drop vndr whitelist
2019-10-28 11:28:36 -04:00
Manuel Rüger
5e5584196b
Makefile: Drop vndr whitelist
Since autocompletions moved to contrib/ in
https://github.com/containerd/containerd/pull/3766

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2019-10-28 15:16:45 +01:00
Michael Crosby
edb6f2344a
Merge pull request #3780 from AkihiroSuda/1.1-eol
RELEASES.md: 1.1 EOL
2019-10-28 10:10:16 -04:00
Lantao Liu
aeebf37ab7
Merge pull request #1326 from Random-Liu/add-container-compute-stats
[WCOW] Add container compute stats support.
2019-10-27 23:57:28 -07:00
Lantao Liu
d95e21c89b Add container compute stats support.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-25 14:32:02 -07:00
Lantao Liu
a7c5a650ff
Merge pull request #1324 from Random-Liu/stdout-non-block
Avoid O_NONBLOCK on stdout in the windows test.
2019-10-25 10:52:11 -07:00
Phil Estes
aeec80fca1
Merge pull request #3773 from Random-Liu/use-logrus-trace
Use logrus trace support.
2019-10-25 07:45:31 -04:00
Lantao Liu
20e844a227 Use logrus trace support.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-24 20:12:19 -07:00
Akihiro Suda
0c01992f9c
Merge pull request #3709 from Zyqsempai/3708-added-filters-to-shapsotters-api
Added filters to snapshots API
2019-10-25 11:52:20 +09:00
Derek McGowan
66aa1d3ef6
Add snapshot walk implementations
Temporarily remove zfs and aufs until interface update

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2019-10-24 11:11:22 -07:00
bpopovschi
e8c14c07c6
Added filters to snapshots API
Signed-off-by: bpopovschi <zyqsempai@mail.ru>
2019-10-24 11:11:22 -07:00
Phil Estes
c59561a08e
Merge pull request #3763 from AkihiroSuda/disable-mknod00-in-userns
apply: use naive applier when running in UserNS
2019-10-24 14:06:37 -04:00
Phil Estes
f05e19c5c6
Merge pull request #3777 from Random-Liu/fix-containerd-config
Fix `containerd config dump`.
2019-10-24 11:50:15 -04:00
Akihiro Suda
f593efdf0c RELEASES.md: 1.1 EOL
v1.1 reached EOL on October 23, 2019

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-24 19:38:49 +09:00
Lantao Liu
aaccfcbe2b Fix containerd config dump.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-23 22:38:18 -07:00
Akihiro Suda
8ce2ad6b7c
Merge pull request #1323 from Random-Liu/use-logrus-trace
logrus supports trace level now.
2019-10-24 13:46:09 +09:00
Akihiro Suda
c224edc5c6 apply: use naive applier when running in UserNS
`OverlayConvertWhiteout` calls `mknod c 0 0` which is not allowed when
running in a user namespace, even in Ubuntu kernel.

Although there is an alternative hacky way to create whiteouts without
calling mknod as Moby `overlay2` actually does(see #3762), let's use
naive applier when running in UserNS and call it a day.

Close #3762

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-24 13:33:09 +09:00