containerd/integration/client
Sebastiaan van Stijn 0ba0664742
vendor: github.com/opencontainers/runc v1.1.7
release notes: https://github.com/opencontainers/runc/releases/tag/v1.1.7
full diff: https://github.com/opencontainers/runc/compare/v1.1.6...v1.1.7

This is the seventh patch release in the 1.1.z release of runc, and is
the last planned release of the 1.1.z series. It contains a fix for
cgroup device rules with systemd when handling device rules for devices
that don't exist (though for devices whose drivers don't correctly
register themselves in the kernel -- such as the NVIDIA devices -- the
full fix only works with systemd v240+).

- When used with systemd v240+, systemd cgroup drivers no longer skip
  DeviceAllow rules if the device does not exist (a regression introduced
  in runc 1.1.3). This fix also reverts the workaround added in runc 1.1.5,
  removing an extra warning emitted by runc run/start.
- The source code now has a new file, runc.keyring, which contains the keys
  used to sign runc releases.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-27 12:00:23 +02:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Add Fields type alias to log package 2023-02-20 17:29:08 -08:00
client_ttrpc_test.go Consolidate gogo/protobuf dependencies under our own protobuf package 2022-04-19 15:53:36 +00:00
client_unix_test.go integration: use sleep inf with busybox:1.36 2023-01-29 18:02:18 +08:00
client_unix.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
client_windows_test.go Integration: Change to Windows Server 2022 build number constant 2022-01-19 11:54:22 -08:00
client.go Do not rename test files on-the-fly to share functions 2022-08-19 03:48:18 +00:00
container_checkpoint_test.go Remove v1 runctypes 2023-03-15 09:18:16 -07:00
container_fuzzer.go update fuzz function names in docs with golang naming convention 2023-02-06 17:59:07 +08:00
container_linux_test.go Remove v1 runctypes 2023-03-15 09:18:16 -07:00
container_test.go integration: add container start test using abs runtime path 2023-03-29 11:54:52 +08:00
content_test.go Add shared content label to namespaces 2022-03-11 23:37:02 -08:00
convert_test.go Use testify 2022-04-01 18:17:58 -07:00
daemon_config_linux_test.go Remove v1 runctypes 2023-03-15 09:18:16 -07:00
daemon.go Retry client connection in waitForStart 2022-10-19 16:24:07 +00:00
export_test.go export: add test for WithSkipDockerManifest 2023-03-13 09:02:53 +00:00
go.mod vendor: github.com/opencontainers/runc v1.1.7 2023-04-27 12:00:23 +02:00
go.sum vendor: github.com/opencontainers/runc v1.1.7 2023-04-27 12:00:23 +02:00
helpers_unix_test.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
helpers_unix.go chore: use go fix to cleanup old +build buildtag 2022-12-29 14:25:14 +08:00
helpers_windows_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_windows.go sys: move ForceRemoveAll to integration/client 2022-08-30 17:39:18 +02:00
image_test.go labels: Add LabelDistributionSource 2023-03-08 10:01:58 +01:00
import_test.go Update imagestore interface to support multiple references 2023-02-13 13:58:33 -08:00
lease_test.go Fix command line parsing for image list 2022-07-25 14:19:40 -07:00
restart_monitor_test.go integration: add restart monitor test for paused task 2023-03-15 14:32:17 +08:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go Remove escalated privileges 2023-03-31 06:17:35 -07:00
tracing.go Add integration test for tracing on image pull 2023-01-31 05:45:26 +00:00
transfer_test.go Add media type to export stream 2022-11-30 12:56:57 -08:00