You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,9 @@ Cherry-pick the commit where you update images on the release branch back into `
37
37
38
38
### Smoke test: ensure Docker Compose starts from scratch
39
39
40
-
**IMPORTANT**: This step MUST be ran on a Linux machine, NOT Mac or Windows/WSL. This is because Docker for Linux treats file permissions differently and we must identify such issues.
40
+
> ⚠️ This test now runs in Buildkite, under the `docker-compose-test` step - you can validate [the results of the CI run](https://buildkite.com/sourcegraph/deploy-sourcegraph-docker) instead.
41
+
42
+
This step must be run on a Linux machine, NOT Mac or Windows/WSL. This is because Docker for Linux treats file permissions differently and we must identify such issues.
41
43
42
44
```
43
45
git checkout <version_branch>
@@ -91,6 +93,10 @@ Visit http://localhost and confirm the app loads.
91
93
92
94
### Confirm Pure-Docker works with a smoke test
93
95
96
+
> ⚠️ This test now runs in Buildkite, under the `docker-compose-test` step - you can validate [the results of the CI run](https://buildkite.com/sourcegraph/deploy-sourcegraph-docker) instead.
97
+
98
+
See [Releasing Pure-Docker](#releasing-pure-docker) to set up a Pure-Docker release.
0 commit comments