diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-06-07 13:41:46 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-06-07 17:06:01 +0000 |
| commit | 82c05ab8ae0b7da9a799b45753b4b14f3369d790 (patch) | |
| tree | ab07dacbfe9ce85d173503dac8dc0d7d1e577d84 /tools/docker/syzbot/Dockerfile | |
| parent | 121701b62358a454bbfdccfadfcce9bb843602d6 (diff) | |
tools/docker/syzbot: add run-syz-command.sh
It enables us to use CloudRun.
The goal is to run syzkaller tools as a gcp job.
Diffstat (limited to 'tools/docker/syzbot/Dockerfile')
| -rw-r--r-- | tools/docker/syzbot/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile index a18aa0f27..3d23642fb 100644 --- a/tools/docker/syzbot/Dockerfile +++ b/tools/docker/syzbot/Dockerfile @@ -69,3 +69,5 @@ RUN test "$(uname -m)" != x86_64 && exit 0 || \ # pkg/osutil uses syzkaller user for sandboxing. RUN useradd --create-home syzkaller RUN echo "export PS1='\n\W🤖 '" >> /root/.bashrc + +COPY run-syz-command.sh /run-syz-command.sh |
