@ours.network/install 1.2.1-nightly.3 → 1.2.1-nightly.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/Dockerfile +3 -1
- package/assets/release.json +1 -1
- package/assets/sources.json +1 -1
- package/package.json +1 -1
package/assets/Dockerfile
CHANGED
|
@@ -3,7 +3,9 @@ FROM node:24 AS toolchain
|
|
|
3
3
|
RUN apt-get update && apt-get install -y --no-install-recommends build-essential python3 ca-certificates git && rm -rf /var/lib/apt/lists/*
|
|
4
4
|
FROM toolchain AS build
|
|
5
5
|
WORKDIR /opt/ours
|
|
6
|
-
|
|
6
|
+
# The host selection is private (0600); this non-secret image policy must be
|
|
7
|
+
# readable by arbitrary runtime UIDs while remaining root-owned and non-writable.
|
|
8
|
+
COPY --chmod=644 sources.json /opt/ours/sources.json
|
|
7
9
|
COPY scripts/build/*.mjs /build-scripts/
|
|
8
10
|
COPY scripts/maintenance/build-context.mjs scripts/maintenance/provenance-compare.mjs scripts/maintenance/release-graph.mjs /maintenance/
|
|
9
11
|
RUN --mount=type=secret,id=github_token --mount=type=cache,id=ours-dist-2-npm,target=/root/.npm,sharing=locked node /build-scripts/build.mjs
|
package/assets/release.json
CHANGED
package/assets/sources.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ours.network/install",
|
|
3
|
-
"version": "1.2.1-nightly.
|
|
3
|
+
"version": "1.2.1-nightly.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The all-in-one ours.network installer: one shared daemon, MCP, cowork, Telegram, Fleet initialization, harness plugins, Human identity, progress UI, and guided next steps.",
|
|
6
6
|
"type": "module",
|