> For the complete documentation index, see [llms.txt](https://stablebuild.gitbook.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stablebuild.gitbook.io/ja/readme.md).

# StableBuild ドキュメント

StableBuild へようこそ！ StableBuild は、Docker イメージ、OS パッケージ、Python パッケージ、その他のビルド依存関係を簡単に固定・ピン留めすることで、信頼性の高い再現可能なビルドを実現するサービスです。既存のビルドへの組み込みは 5 行以内で完了し、パッケージの更新によるビルドの突然の破壊を心配する必要がなくなります。

**はじめに**

* すべての依存関係をピン留めする必要がある理由がわからない場合は、まず [なぜ StableBuild？](/ja/why-stablebuild.md) をお読みください。
* 次に、チュートリアルを進めてください：[はじめてのコンテナのピン留め](/ja/pinning-your-first-container.md)。

**ミラーとキャッシュ**

* [OS パッケージレジストリ](/ja/mirtokyasshu/os-package-registry-ubuntu-debian-alpine.md) - Ubuntu、Debian、Alpine のパッケージを特定の日付にピン留めします。
* [Docker ミラー](/ja/mirtokyasshu/docker-mirror.md) - コンテナをキャッシュし、イミュータブルにして、レート制限なしでプルできます。
* [PyPI ミラー](/ja/mirtokyasshu/pypi-mirror.md) - pip、Poetry または uv で Python パッケージを特定の日付にピン留めします。
* [ファイルミラー](/ja/mirtokyasshu/file-mirror.md) - URL をイミュータブルにし、任意のビルド依存関係を保存します。

**プロダクトドキュメント**

* [シングルサインオン（SSO）の設定](/ja/purodakuto/single-sign-on-saml.md) - Google Workspace および Okta 向けのチュートリアルを含みます。
* [請求方法](/ja/purodakuto/billing.md) - トラフィックとストレージの課金方法の詳細説明。

**チュートリアル**

* [公開 Docker コンテナでのキーの保護](/ja/chtoriaru/protecting-your-keys-in-public-docker-containers.md) - StableBuild でビルドしたコンテナを Docker Hub などの公開レジストリに公開する予定の方は必読です。

サポートや請求に関するお問い合わせは <support@stablebuild.com> までご連絡ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://stablebuild.gitbook.io/ja/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
