diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-09-12 14:45:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-12 16:26:58 +0200 |
| commit | 9296c80bbce49adf175bb56d59ebf614b54ca190 (patch) | |
| tree | af0bafef561f43ba34768de137e3b919a004c76d /tools/docker/env | |
| parent | ce441f065b6eebb166bb006dfd28ea0c6b730384 (diff) | |
tools/docker: mirror images on github
Some users don't have access to the gcr.io registry.
Mirror images on github as well.
Diffstat (limited to 'tools/docker/env')
| -rw-r--r-- | tools/docker/env/Dockerfile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/docker/env/Dockerfile b/tools/docker/env/Dockerfile index a10fdec0d..abad26420 100644 --- a/tools/docker/env/Dockerfile +++ b/tools/docker/env/Dockerfile @@ -1,19 +1,7 @@ # Copyright 2020 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -# The image provides dev environment suitable for syzkaller development/testing. -# It includes Go toolchain and C/C++ cross-compilers. - -# The image is available as gcr.io/syzkaller/env. - -# To download and run locally: -# docker pull gcr.io/syzkaller/env -# docker run -it gcr.io/syzkaller/env - -# To build and push new version: -# docker build -t gcr.io/syzkaller/env tools/docker/env -# gcloud auth login && gcloud auth configure-docker -# docker push gcr.io/syzkaller/env +# See /tools/docker/README.md for details. FROM debian:buster |
