Phil Estes
a0efc54795
Merge pull request #5519 from wzshiming/fix/dont-check-apparmor-parser
...
Don't check for apparmor_parser to be present
2021-05-20 14:24:07 -04:00
Phil Estes
5089035c5e
Merge pull request #5520 from wzshiming/clean/gen-mgr
...
Remove useless lines
2021-05-20 08:22:30 -04:00
Shiming Zhang
869375a413
Remove useless lines
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2021-05-20 16:19:09 +08:00
Shiming Zhang
79e3452213
update the link
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2021-05-20 11:56:29 +08:00
Shiming Zhang
1acca8bba3
Don't check for apparmor_parser to be present
...
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2021-05-20 11:56:29 +08:00
Mike Brown
055c801ede
Merge pull request #5509 from gauravgahlot/typos
...
Fixed typos in docs
2021-05-19 11:41:43 -05:00
Derek McGowan
dbccd0d357
Merge pull request #5275 from haslersn/fix-4531
...
Try next mirror in case of non-404 errors, too
2021-05-19 07:57:57 -07:00
Akihiro Suda
88c98fdfef
Merge pull request #5514 from Priyankasaggu11929/psaggu_bump_runc_version_to_v1.0.0-rc95
2021-05-19 22:05:02 +09:00
Priyanka Saggu
ec28288f45
bump runc version to v1.0.0-rc95
...
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-19 17:24:56 +05:30
Fu Wei
89de7e7e1c
Merge pull request #5511 from AkihiroSuda/runc-rc95
...
update runc binary to v1.0.0-rc95
2021-05-19 19:23:28 +08:00
Akihiro Suda
599127f4df
update runc binary to v1.0.0-rc95
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-05-19 19:18:59 +09:00
Akihiro Suda
e9a7b6a7ae
Merge pull request #5508 from dims/bump-go-winio-to-0.5.0
...
Bump github.com/Microsoft/go-winio from 0.4.15 to 0.5.0
2021-05-19 15:49:01 +09:00
Akihiro Suda
cf7e0002cf
Merge pull request #5507 from dims/bump-selinux-to-1.8.1
...
Bump github.com/opencontainers/selinux from 1.8.0 to 1.8.1
2021-05-19 15:48:38 +09:00
Gaurav Gahlot
a5b1740bbe
fixed typos
...
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
2021-05-19 10:31:50 +05:30
Adelina Tuvenie
77285e311c
Schedule Windows job daily after midnight.
...
Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
2021-05-18 18:25:09 +03:00
Adelina Tuvenie
2b58782df0
Update windows-periodic.yml
...
Add 2019 to matrix
Signed-off-by: Adelina Tuvenie <atuvenie@cloudbasesolutions.com>
2021-05-18 18:25:00 +03:00
Davanum Srinivas
5dbae87c59
Bump github.com/Microsoft/go-winio from 0.4.15 to 0.5.0
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-18 11:11:11 -04:00
Davanum Srinivas
1093f05ab2
Bump github.com/opencontainers/selinux from 1.8.0 to 1.8.1
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-18 11:08:04 -04:00
Phil Estes
49321a12df
Merge pull request #5493 from oss-qm/submit/install-prog
...
Makefile: allow overriding install command via environment
2021-05-18 09:10:29 -04:00
Phil Estes
a152049d7d
Merge pull request #5163 from claudiubelu/test-windows
...
tests: Adds support for Windows cri-integration tests
2021-05-17 09:24:31 -04:00
Phil Estes
bf1a6678b9
Merge pull request #5504 from dmcgowan/fix-authorization-on-redirect
...
Update docker resolver to authorize redirects
2021-05-17 08:26:05 -04:00
Phil Estes
bd8ca8f595
Merge pull request #5505 from Priyankasaggu11929/bump-hcsshim-to-v0.8.17
...
bump hcsshim version to v0.8.17
2021-05-17 08:24:52 -04:00
Priyanka Saggu
b6a2517491
bump hcsshim version to v0.8.17
...
Signed-off-by: Priyanka Saggu <priyankasaggu11929@gmail.com>
2021-05-16 01:38:43 +05:30
Derek McGowan
b1d4140a22
Update docker resolver to authorize redirects
...
Allows redirects to be authorized if authorization is provided
for the redirected to host. The authorization will always go
to the redirect and never to the referrer.
Signed-off-by: Derek McGowan <derek@mcg.dev>
2021-05-14 12:16:24 -07:00
Claudiu Belu
09a0c9471b
tests: Adds support for Windows cri-integration tests
...
Currently, the cri-integration tests do not work on Windows due to various reasons.
One of the reasons is because all the tests are using Linux-specific images.
Previous commits refactored the image pulling / usage in the cri-integration tests,
making it easier to update, and easier to configure a custom registry to pull images
with Windows support.
For Windows runs, custom registries can be created, which will also contain Windows
images, and the cri-integration tests can be configured to use those registries by
specifying the "--repo-list" argument, a YAML file which will contain an alternative
mapping of the default registries. This is similar to how E2E tests are handled for
Windows runs in Kubernetes.
Some of the tests are Skipped, as they do not pass yet on Windows.
Windows does not collect inodes used stats, thus, the tests that were expecting non-zero
inodes stats were failing.
Signed-off-by: Claudiu Belu <cbelu@cloudbasesolutions.com>
2021-05-14 11:27:35 +00:00
Derek McGowan
fe5d3496a4
Merge pull request #5498 from mikebrow/release-binary-update-for-imgcrypt
...
Release binary update for imgcrypt
2021-05-13 14:33:43 -07:00
Mike Brown
3157392513
just release ctd-decoder not ctr-enc
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2021-05-13 15:56:45 -05:00
Mike Brown
b9c403e79a
Merge remote-tracking branch 'upstream/master'
2021-05-13 15:55:53 -05:00
Gijs Peskens
1442fee229
Remove mountpoints not commonly mounted on FreeBSD
...
Signed-off-by: Gijs Peskens <gijs@peskens.net>
2021-05-13 21:36:53 +02:00
Derek McGowan
fc4da9728e
Pin integration test image for alpine
...
The latest tag is no longer available for alpine, pin
to the latest version rather than using latest
Signed-off-by: Derek McGowan <derek@mcg.dev>
2021-05-13 14:10:59 -04:00
Fu Wei
c7e4747cfb
Merge pull request #5313 from claudiubelu/pull-images-once
...
cri-integration tests: Pull images once
2021-05-13 11:10:52 +08:00
Fu Wei
b9e1d0cd27
Merge pull request #5440 from Iceber/optimize-last-registration
...
plugin: optimize the check for the last registration
2021-05-13 10:51:36 +08:00
Fu Wei
18f3458180
Merge pull request #5465 from Iceber/update-lease-manager
...
metadata: modify NewLeaseManager to return leases.Manager
2021-05-13 10:47:15 +08:00
Phil Estes
e47400cbd2
Merge pull request #5100 from adisky/skip-tls-localHost
...
Skip TLS verification for localhost
2021-05-12 14:56:53 -04:00
Mike Brown
74c7d66dfb
Merge remote-tracking branch 'upstream/master'
2021-05-12 13:25:53 -05:00
Derek McGowan
28e29af62d
Merge pull request #5492 from oss-qm/submit/install-man
...
Makefile: make sure manpages are built before install-man
2021-05-12 09:29:30 -07:00
Phil Estes
a5f19b02d0
Merge pull request #5309 from mikebrow/document-hosts.toml
...
adds description for hosts.toml
2021-05-12 10:07:00 -04:00
Enrico Weigelt, metux IT consult
9643c99658
Makefile: allow overriding install command via environment
...
Packaging systems often want to override the install(1) command via INSTALL
environment variable, in order to do distro specific fixups (eg. splitting
out debug symbols from binaries to separate files).
Also use it for creating install target directories.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2021-05-12 15:52:51 +02:00
Enrico Weigelt, metux IT consult
4b1b8346be
Makefile: make sure manpages are built before install-man
...
Let install-man depend on man, so manpages are really built before
trying to install them.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2021-05-12 15:50:10 +02:00
Mike Brown
6e249b1aea
adds credentials description
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
2021-05-12 08:37:37 -05:00
Maksym Pavlenko
08fa9ab625
Merge pull request #5459 from dmcgowan/prepare-default-branch-rename
...
Prepare default branch rename
2021-05-11 09:56:32 -07:00
Mike Brown
d024133308
Merge remote-tracking branch 'upstream/master'
2021-05-10 16:25:23 -05:00
Gijs Peskens
de04b32430
Add copyright header & make sure compilation succeeds on all platforms
...
Signed-off-by: Gijs Peskens <gijs@peskens.net>
2021-05-10 21:49:46 +02:00
Gijs Peskens
e1fd6be7e8
Fix mounts for FreeBSD
...
Signed-off-by: Gijs Peskens <gijs@peskens.net>
2021-05-10 21:49:46 +02:00
Derek McGowan
d0240b31f9
Merge pull request #5473 from dims/update-runc-to-rc94
...
Update runc to rc94
2021-05-10 11:53:32 -07:00
Davanum Srinivas
de6db4038c
Update vendored runc to v1.0.0.0-rc94
...
Note that this is the code in containerd that uses runc (as almost
a library). Please see the other commit for the update to runc binary
itself.
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-10 13:12:48 -04:00
Davanum Srinivas
5c99f150ae
Update the runc binary used with containerd to runc v1.0.0-rc94
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-05-10 13:11:07 -04:00
Mike Brown
d559b00fe6
Merge remote-tracking branch 'upstream/release/1.5'
2021-05-10 09:18:34 -05:00
Phil Estes
1987f0ad1a
Merge pull request #5468 from wzshiming/fix/close-file
...
Fix `content.ReaderAt` close
2021-05-10 10:12:36 -04:00
Phil Estes
ec0e1a4f3e
Merge pull request #5466 from dmcgowan/update-release
...
Update releases doc with updated support timeline
2021-05-10 09:50:39 -04:00