sourcegraph/docker-images/executor-vm
Erik Seliger 5875e18cc9
executor-vm: Bump source image to resolve vulnerabilities (#49262)
This will bring us from

```
Total: 358 (UNKNOWN: 0, LOW: 110, MEDIUM: 246, HIGH: 2, CRITICAL: 0)
```

vs

```
Total: 233 (UNKNOWN: 0, LOW: 100, MEDIUM: 133, HIGH: 0, CRITICAL: 0)
```

There's still one that we'll need to address in src-cli, but that's
outside of this repo.
2023-03-20 12:24:34 +01:00
..
autologin.conf executors: Publish VM image to docker hub (#41231) 2022-09-05 15:37:21 +02:00
build.sh executors: Publish VM image to docker hub (#41231) 2022-09-05 15:37:21 +02:00
Dockerfile executor-vm: Bump source image to resolve vulnerabilities (#49262) 2023-03-20 12:24:34 +01:00
README.md executors: Publish VM image to docker hub (#41231) 2022-09-05 15:37:21 +02:00

sourcegraph/executor-vm

We produce a version of Ubuntu 20.04 (Focal Fossa), losely inspired by weaveworks/ignite-ubuntu:20.04-amd64 that contains additional dependencies and config tweaks for the Sourcegraph executor fircracker VMs.

This image serves as the base image for Firecracker virtual machines in which we run user configured containers and code.