82 Commits

Author SHA1 Message Date
Shishir Mahajan
10a29eb6e4 Add support for shm_size.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-29 16:15:41 -07:00
Shishir Mahajan
c2ee37323d Add pid_mode to enable host pid namespace.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-29 13:30:42 -07:00
Shishir Mahajan
65bdeec138 Docker registry auth support via driver config.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-22 16:17:58 -07:00
Mahmood Ali
4549f984a0 Support Nomad memory oversubscription
Nomad 1.1.0 introduced Memory Oversubscription: Now, the
NomadResources.Memory struct contains a `MemoryMaxMB` which, if set,
specifies a hard limit on the task. The `MemoryMB` in such case is to be
interpreted as a soft limit.
2021-05-19 13:18:52 -04:00
lisongmin
b0bfb21268
add registry authentication 2021-05-09 09:04:22 +08:00
Shishir Mahajan
f80f41896d
Add support for hostname. 2021-04-19 15:15:14 -07:00
Shishir Mahajan
5b7969448a
Add support for image_pull_timeout. 2021-04-09 11:19:15 -07:00
Shishir Mahajan
f4a27f615c
Add support for sysctl. 2021-04-08 11:26:37 -07:00
Shishir Mahajan
0d83b4eb83
Add support for pids_limit. 2021-03-29 10:13:24 -07:00
Shishir Mahajan
4d41ab8b37
Bump version to 0.8. 2021-03-26 11:34:48 -07:00
Shishir Mahajan
a657d6ce68
Fix review comments. 2021-03-25 06:29:45 -07:00
Shishir Mahajan
947c05e01f Add support for entrypoint.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-03-24 13:11:44 -07:00
Shishir Mahajan
6a7fa68c0f
Plugin configuration level privileged mode. 2021-03-04 09:46:27 -08:00
Shishir Mahajan
3b9038987a Bump version to 0.7. 2021-02-24 11:08:46 -08:00
Shishir Mahajan
bf13908ec6
Add support for extra_hosts. 2021-02-23 16:13:32 -08:00
lisongmin
e0abb30f66
support config dns via network stanza 2021-01-28 08:25:18 +08:00
lisongmin
6650170982
Add task name as part of container name 2021-01-24 10:23:11 +08:00
Shishir Mahajan
2e0a50bde1
Change filesystem isolation to FSIsolationImage.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-01-14 12:32:00 -08:00
Shishir Mahajan
fb05935de4 Fix issue in Recover Task. 2021-01-08 12:10:41 -08:00
Shishir Mahajan
d2a674636b
Bump version to 0.6. 2021-01-07 18:18:32 -08:00
lisongmin
1e9234971a
support volume_mount in task 2021-01-06 09:59:02 +08:00
Shishir Mahajan
5febf78f7d
Fix review comments. 2021-01-05 16:15:54 -08:00
Shishir Mahajan
ffb973ea72 Fix loggers. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
44cbe74881 Mark status as Unhealthy instead of Undetected. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
c4060e6466 Updates. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
0e85f4ab18 Fix issue #2: nil pointer exception in handleWait() 2021-01-05 09:18:21 -08:00
Shishir Mahajan
a23d84064e Fix issue #1: Add timeout to containerd context. 2021-01-05 09:18:21 -08:00
lisongmin
72880d0845
Add commandline options so we can get the driver version via commandline via containerd-driver -v.
update roblox/cla-signature-bot to v2.0.1
2021-01-05 10:09:50 +08:00
Shishir Mahajan
d101e9c5b3
Add option to select current working directory (cwd). 2020-11-12 11:34:56 -08:00
Shishir Mahajan
b810840bec
Add host_dns flag into TaskConfig. 2020-09-29 14:32:51 -07:00
Shishir Mahajan
44b3fc82bc
Fix review comments: Add ContainerConfig struct. 2020-09-28 19:08:02 -07:00
Shishir Mahajan
a54d675d08
Add support for cpu shares. 2020-09-28 17:42:27 -07:00
Shishir Mahajan
d49a03d6c6
Apply memory cgroups to the container. 2020-09-25 16:41:30 -07:00
Shishir Mahajan
8d56f64297
Bind mount ${NOMAD_ALLOC_DIR} into the container. 2020-09-23 13:39:19 -07:00
Shishir Mahajan
c79c4e4c30
Add support for consul templates. 2020-09-22 14:11:52 -07:00
Shishir Mahajan
1f4864d824
Fix review comments. 2020-09-16 18:14:06 -07:00
Shishir Mahajan
9d94718869
Don't override $(PATH) environment variable. 2020-09-16 13:48:45 -07:00
Shishir Mahajan
c49fd132d2
Add support for custom seccomp profiles. 2020-08-31 15:51:02 -07:00
Shishir Mahajan
d02f35f2d5 Updates. 2020-08-27 17:58:55 -07:00
Shishir Mahajan
c872343d45 Add support for networking. 2020-08-27 17:58:55 -07:00
Shishir Mahajan
ac817ceaf3
Add seccomp support. 2020-08-27 15:26:23 -07:00
Shishir Mahajan
ac74e4f226
Error out on invalid signal. 2020-08-26 10:05:36 -07:00
Shishir Mahajan
dfb312ca2b
Add support for host network. 2020-08-21 15:24:21 -07:00
Shishir Mahajan
c699faf654
Add support for {nomad alloc logs} command. 2020-08-20 17:42:58 -07:00
Shishir Mahajan
2bda59679b
Add license file and headers. 2020-07-10 16:53:50 -07:00
Shishir Mahajan
fb3781aba2
Add validations.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2020-06-29 14:37:47 -07:00
Shishir Mahajan
acf30037b2 Add support for mounts.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2020-06-29 11:47:55 -07:00
Shishir Mahajan
66c2eb0b93
Fix review comments. 2020-06-29 11:38:31 -07:00
Shishir Mahajan
92bd3023f7 Prefix allocID in container name. 2020-06-29 11:36:27 -07:00
Shishir Mahajan
3b0a1ca61c
Support for adding linux devices (/dev) into the container.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2020-06-26 19:06:43 -07:00