Wei Fu
01047edea6
Merge pull request #3814 from rll2396/bug-3813
...
Fix dependency in BUILDING.md
2019-11-11 14:13:55 +08:00
Wei Fu
f684e5a775
Merge pull request #3815 from estesp/fix-Dockerfile
...
Update name for btrfs headers package
2019-11-11 14:12:27 +08:00
Shiwei Zhang
5bf2c6fc25
Fix panic on reference.Spec.Hostname()
...
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
2019-11-11 13:53:31 +08:00
Maksym Pavlenko
d1bcb4beea
Merge pull request #3620 from thaJeztah/update_go_1.13
...
Update to Golang 1.13.4
2019-11-10 10:56:21 -08:00
Phil Estes
fda652be5a
Update name for btrfs headers package
...
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2019-11-09 15:22:35 -05:00
unknown
a647407ca0
Fix dependency in BUILDING.md
...
btrfs/ioctl.h is now included in libbtrfs-dev instead of btrfs-tools.
Update BUILDING.md Dockerfile to install the correct dependency.
Resolves : #3813
Signed-off-by: Reid Li <reid.li@utexas.edu>
2019-11-09 12:22:53 -06:00
Sebastiaan van Stijn
608791bfc3
Update to Golang 1.13.4
...
go1.13.4 (released 2019/10/31) includes fixes to the net/http and syscall
packages. It also fixes an issue on macOS 10.15 Catalina where the non-
notarized installer and binaries were being rejected by Gatekeeper.
See the Go 1.13.4 milestone on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.4
Update to Golang 1.13.3:
go1.13.3 (released 2019/10/17) includes fixes to the go command, the toolchain,
the runtime, syscall, net, net/http, and crypto/ecdsa packages. See the Go
1.13.3 milestone on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.3
Update to Golang 1.13.2:
go1.13.2 (released 2019/10/17) includes security fixes to the crypto/dsa
package and the compiler. See the Go 1.13.2 milestone on the issue tracker
for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.2
Update to Golang 1.13.1:
go1.13.1 (released 2019/09/25) includes security fixes to the
net/http and net/textproto packages. See the Go 1.13.1 milestone
on the issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.13.1
Update to Golang 1.13.0:
Full diff: https://github.com/golang/go/compare/go1.12.9...go1.13
Milestone: https://github.com/golang/go/milestone/83?closed=1
Today the Go team is very happy to announce the release of Go 1.13. You can get it
from the download page.
Some of the highlights include:
- The go command now downloads and authenticates modules using the Go module
mirror and Go checksum database by default (https://golang.org/doc/go1.13#introduction )
- Improvements to number literals (https://golang.org/doc/go1.13#language )
- Error wrapping (https://golang.org/doc/go1.13#error_wrapping )
- TLS 1.3 on by default (https://golang.org/doc/go1.13#tls_1_3 )
- Improved modules support (https://golang.org/doc/go1.13#modules )
For the complete list of changes and more information about the improvements above,
see the Go 1.13 release notes: https://golang.org/doc/go1.13
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-11-08 13:26:59 -08:00
Sebastiaan van Stijn
cfb425fc10
Update .mailmap to reduce duplicates
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-11-08 11:41:54 -08:00
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
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
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
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
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
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
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
Akihiro Suda
966b1b8e30
Merge pull request #3775 from jterry75/vendor_hcsshim
...
Update Microsoft/hcsshim vendor
2019-10-24 12:15:23 +09:00
Justin Terry (VM)
37b56cafc6
Add ctr metrics support for Windows/LCOW containers
...
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2019-10-23 13:50:34 -07:00
Justin Terry (VM)
178469e2ae
Update Microsoft/hcsshim vendor
...
Updates Microsoft/hcsshim vendor commit hash to a recent version that now:
1. Supports container stats via the Stats RuntimeV2 gRPC call.
2. Fixes a regression when issuing a resize of the pty after the container has
exited which previously in Docker was expected to be a non-error case.
3. Puts in a workaround when using a non-default sandbox size for Windows
containers due to a platform bug. This expansion now happens in the go library
itself.
Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
2019-10-23 11:48:43 -07:00
Phil Estes
4523ab734a
Merge pull request #3766 from estesp/move-autocomplete
...
Move autocomplete files to contrib/
2019-10-22 08:42:11 -04:00