Commit 8c9bd65
batch(entrypoint): configure the
The image bakes a repo clone at build time, so a scratch remote in the
(gitignored) `.dvc/config.local` never reaches the container. Instead the
entrypoint sets up `reproc` from env — `REPROC_URL`/`REPROC_ENDPOINT` as
job-def env, `R2_ACCESS_KEY_ID`/`R2_SECRET_ACCESS_KEY` via Secrets Manager.
Keeps the scratch remote + creds out of both committed config and the image,
and since the container only ever talks to `reproc` (R2), R2 keys suffice —
no AWS/S3 creds baked in.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01GgLAzeRJeNeyizG4XHWRBKreproc remote from env at runtime1 parent 95ee41c commit 8c9bd65
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
33 | 46 | | |
34 | 47 | | |
35 | 48 | | |
| |||
0 commit comments