Both container images published manually (CI on indri couldn't complete
due to host RAM pressure — 7.2 GB in macOS memory compressor causing
~10–100x slowdown on memory-touching work, see separate ticket thread):
- registry.ops.eblu.me/blumeops/alloy:v1.16.0-26a3ab5
(dagger build, run locally on gilbert via container.py)
- registry.ops.eblu.me/blumeops/alloy:v1.16.0-26a3ab5-nix
(nix build, run on ringtail's nix-container-builder)
Both images built from the alloy-v1.16.0 branch tip 26a3ab5b. After
PR squash-merge, follow up with a C0 to rebuild from the main SHA and
bump tags to a [main]-marked variant per the squash-merge convention.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
18 lines
309 B
YAML
18 lines
309 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: alloy
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- rbac.yaml
|
|
- daemonset.yaml
|
|
|
|
images:
|
|
- name: registry.ops.eblu.me/blumeops/alloy
|
|
newTag: v1.16.0-26a3ab5-nix
|
|
|
|
configMapGenerator:
|
|
- name: alloy-config
|
|
files:
|
|
- config.alloy
|