Remove GitHub-specific project plumbing
This commit is contained in:
parent
895cb608c0
commit
0181de2563
7 changed files with 13 additions and 62 deletions
|
|
@ -18,14 +18,13 @@ Materialization workflow:
|
|||
Official environment publication workflow:
|
||||
1. `make runtime-materialize`
|
||||
2. `DOCKERHUB_USERNAME=... DOCKERHUB_TOKEN=... make runtime-publish-official-environments-oci`
|
||||
3. or run the repo workflow at `.github/workflows/publish-environments.yml` with Docker Hub credentials
|
||||
4. if your uplink is slow, tune publishing with `PYRO_OCI_UPLOAD_TIMEOUT_SECONDS`, `PYRO_OCI_UPLOAD_CHUNK_SIZE_BYTES`, and `PYRO_OCI_REQUEST_TIMEOUT_SECONDS`
|
||||
3. if your uplink is slow, tune publishing with `PYRO_OCI_UPLOAD_TIMEOUT_SECONDS`, `PYRO_OCI_UPLOAD_CHUNK_SIZE_BYTES`, and `PYRO_OCI_REQUEST_TIMEOUT_SECONDS`
|
||||
|
||||
Official end-user pulls are anonymous; registry credentials are only required for publishing.
|
||||
|
||||
Build requirements for the real path:
|
||||
- `docker`
|
||||
- outbound network access to GitHub and Debian snapshot mirrors
|
||||
- outbound network access to the pinned upstream release hosts and Debian snapshot mirrors
|
||||
- enough disk for a kernel build plus 2G ext4 images per source profile
|
||||
|
||||
Kernel build note:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue