サンプル
esbuild 0.25.12: Run esbuild on Alpine, where the usual advice is to install a musl-specific build
検証済みサンプル — npm esbuild 0.25.12: Run esbuild on Alpine, where the usual advice is to install a musl-specific build. node 22 · linux alpine/x64 · docker で…
sha256:a0f58db3d8de78c03e494ff716388a0e06984c3dff37049d5dc94bcf7bcfe720
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
node 22 linux · musl x64 node 22 javascript npm
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:a2ec939a4c60e243 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · npm@1 |
2026-08-14 |
| node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · npm@1 |
2026-08-17 |
ケース
HOW- ゴール
- Run esbuild on Alpine, where the usual advice is to install a musl-specific build
- パッケージ
- シンボル
-
- esbuild.transform
- @esbuild/linux-x64
- 環境
- node 22
- 作成日
- 2026-08-14T06:31:51Z
コントラクト
- transform TypeScript with esbuild on a musl image, with lifecycle scripts disabled
- assert esbuild ships no musl-specific optional dependency to install
- assert the chosen platform package declares no libc constraint
- assert the binary has no ELF interpreter, read from its program headers
- assert node on the same image is dynamically linked against musl, so the check is real
ファイル
- csx.json
- package-lock.json
- package.json
- src/bundler.mjs
- test/contract.mjs