diff options
| author | Taras Madan <tarasmadan@google.com> | 2022-10-11 16:17:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-11 14:17:55 +0000 |
| commit | 866d6a5e9ec45494421a2dc1a6c3ceb4370625ea (patch) | |
| tree | f35623f262a126d8ae9d2c0d6c5fad0fdd1cee95 /tools/syz-env | |
| parent | 1353c374a28b0c3b20e5acf59753aceb934c7fd0 (diff) | |
tools/syz-env: auto update (#3432)
always pull latest syz-env version if available
Diffstat (limited to 'tools/syz-env')
| -rwxr-xr-x | tools/syz-env | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/syz-env b/tools/syz-env index 7760ccc22..2d3d2192e 100755 --- a/tools/syz-env +++ b/tools/syz-env @@ -54,6 +54,9 @@ elif [ "$(basename -- "$0")" == "syz-old-env" ]; then IMAGE="old-env" fi +# Update docker image +docker pull -q gcr.io/syzkaller/${IMAGE} + # Run everything as the host user, this is important for created/modified files. docker run \ --rm \ |
