Commit Graph
9 Commits
Author SHA1 Message Date
Evelyn Chen e75412e6d4 Make native checksum proof independent of a consumer bundle
Authored-By: Codex (GPT-6) <noreply@openai.com>
2026-09-07 14:53:04 +00:00
Evelyn Chen 320cab62a0 Own canonical offline private Go module build tooling
Authored-By: Codex (GPT-6) <noreply@openai.com>
2026-09-07 14:52:03 +00:00
Dave Kowalski b2540dcac2 Merge pull request '[bug-s28h753sx24n] fix(image-build): document private pull token' (#1) from dev/bug-s28h753sx24n/document-private-pull-token into main 2026-08-26 13:53:50 +00:00
Dave Kowalski 925be5d5e3 docs(image-build): add pull-token trust contract
Authored-By: Codex (GPT-5) <noreply@openai.com>
2026-08-26 13:39:16 +00:00
Dave Kowalski e20e59ad0d docs(image-build): document private pull capability
Authored-By: Codex (GPT-5) <noreply@openai.com>
2026-08-26 13:23:04 +00:00
Donavan FritzandClaude Opus 4.8 ffb1af3553 feat: add secrets input for BuildKit --secret mounts
Lets a build fetch a private fritzlab Go module (or any tokened resource)
without leaking the token into image layers/history the way a build-arg
would. Backward-compatible: empty default, no change for existing callers.
First consumer: fritzlab/agenthub (hub/bridge depends on the private
fritzlab/imessage module).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v1
2026-07-08 19:32:41 -05:00
Donavan FritzandClaude Opus 4.8 b371af7f37 image-build: optional token input -> docker login to pull private base images
Org is 'limited' so buildx 401s pulling a private FROM base. Add an optional ci-bot token input; when set, docker/login-action authenticates before build (mirrors image-push). Public-base builds (base = FROM debian) omit it. Removes the need for a separate per-workflow login step.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:13:20 -05:00
Donavan FritzandClaude Sonnet 4.6 115fa86023 add dockerfile input for monorepos
Lets a caller point at a non-default Dockerfile while keeping the
build context broader. Needed for repos with multiple binaries sharing
internal packages (api/Dockerfile + worker/Dockerfile, build context
at repo root). Empty default preserves prior behavior.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 13:07:11 -05:00
Donavan Fritz 83ecfc3176 initial: action/image-build @v1 2026-05-06 08:07:13 -05:00