We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294c966 commit 98ffcedCopy full SHA for 98ffced
README.md
@@ -70,10 +70,10 @@ To run these integration tests locally:
70
1. Pull the version of the Coder image you wish to test:
71
72
```console
73
- docker pull ghcr.io/coder/coder:main-x.y.z-devel-abcd1234
+ docker pull ghcr.io/coder/coder-preview:main-x.y.z-devel-abcd1234
74
```
75
76
-1. Run `CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration`.
+1. Run `CODER_IMAGE=ghcr.io/coder/coder-preview CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration`.
77
78
> **Note:** you can specify `CODER_IMAGE` if the Coder image you wish to test is hosted somewhere other than `ghcr.io/coder/coder`.
79
> For example, `CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration`.
0 commit comments