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: DEVSH.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,9 @@ The `DevSH FOSS image` workflow builds a fully self-hosted FOSS Rocket.Chat imag
18
18
3. Build shared packages.
19
19
4. Run `yarn fossify`, which removes Enterprise and commercial source directories.
20
20
5. Build the Meteor production bundle.
21
-
6. Build and verify the Docker image.
22
-
7. Publish immutable semver-compatible tags to `ghcr.io/devsh-graphics-programming/rocketchat-foss`.
21
+
6. Add the DevSH FOSS runtime stub for the license package expected by shared Community code paths.
22
+
7. Build the Docker image.
23
+
8. Publish immutable semver-compatible tags to `ghcr.io/devsh-graphics-programming/rocketchat-foss`.
23
24
24
25
Runtime validation happens after deployment through the TerraInfra Rocket.Chat E2E checks. The image workflow stays focused on producing and publishing the DevSH FOSS container.
0 commit comments