aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel <danielituswapp@gmail.com>2025-09-19 13:46:41 -0300
committerAleksandr Nogikh <nogikh@google.com>2025-09-22 08:48:20 +0000
commit770ff59fb77d138f63af2893d3f1c97da2625d05 (patch)
tree52b8995ee7daf56e0bf04e5fbca67fe09b2a480d /docs
parent4688d9460dff255a905637c5120faad7be4f0329 (diff)
docs/contributing.md: remove deprecated instructions to use ghcr
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index 85ce77e6d..881b69260 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -138,19 +138,6 @@ To update `syz-env` container to the latest version do:
docker pull gcr.io/syzkaller/env
```
-If you do not have access to the `gcr.io` registry, there is also a mirror in `docker.pkg.github.com` registry.
-In order to use it, you need to
-[authenticate Docker](https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages)
-with your Github account with:
-```
-docker login https://docker.pkg.github.com
-```
-and then pull the image and retag it to the name expected by `syz-env`:
-```
-docker pull docker.pkg.github.com/google/syzkaller/env
-docker tag docker.pkg.github.com/google/syzkaller/env gcr.io/syzkaller/env
-```
-
You can also build the container from the respective `Dockerfile` by setting the `SYZ_ENV_BUILD` environment variable, i.e.:
```
SYZ_ENV_BUILD=1 syz-env