fbc6f6129d17196f4074302749fe4445f7fbe059
The centralized logging stack (argocd-apps ClickHouse + Vector + NATS JetStream) pulls all container images through artifactapi instead of directly from upstream. Add the Docker Hub repositories it needs to the dockerhub remote allowlist. - add ^altinity/ (clickhouse-operator + metrics-exporter) - add ^clickhouse/ (clickhouse-server) - add ^library/nats (NATS server) - add ^natsio/ (nats-box, nats-server-config-reloader) - add ^timberio/vector (vector agent/aggregator/archiver/vm-ingest + CI) Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
terraform-artifactapi
Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.
Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the
filename is the repository name. make plan / make apply (via Terragrunt) reconcile
them against the ArtifactAPI instance.
Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted
directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual
(merged views over members of one package type).
Description
Languages
HCL
91.7%
Makefile
8.3%