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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ This command creates:
71
71
72
72
-`aruna-portal-dist.tar.gz`: static portal files at archive root, including `index.html`, `assets/`, `brand/`, and `portal-manifest.json`
73
73
-`aruna-portal-dist.tar.gz.sha256`: SHA-256 checksum for the tarball
74
-
-`portal-manifest.json`: release metadata consumed by Aruna `/api/v1/info.portal`
74
+
-`portal-manifest.json`: release metadata, including the tarball SHA-256, consumed by Aruna `/api/v1/info.portal`
75
75
76
-
The manifest contains the portal name, package version, source git commit/ref, build time, and source repository reference.
76
+
The standalone release manifest contains the portal name, package version, source git commit/ref, build time, source repository reference, and `artifact_sha256`. The copy inside the tarball omits `artifact_sha256` because the tarball checksum cannot be embedded inside the archive without making the checksum self-referential.
0 commit comments