8f33d9c562
- add modules - add config - add environments - add .gitignore - add makefile Wire up config.hcl, variables, and terragrunt inputs for all new types.
29 lines
613 B
YAML
29 lines
613 B
YAML
base_url: https://registry-1.docker.io
|
|
description: Docker Hub registry
|
|
immutable_ttl: 0
|
|
mutable_ttl: 300
|
|
patterns:
|
|
- "^library/almalinux"
|
|
- "^library/busybox"
|
|
- "^library/debian"
|
|
- "^library/fedora"
|
|
- "^library/nginx"
|
|
- "^library/postgres"
|
|
- "^library/redis"
|
|
- "^beats/filebeat"
|
|
- "^bitnami/"
|
|
- "^curlimages/curl"
|
|
- "^emberstack/kubernetes-reflector"
|
|
- "^hashicorp/consul"
|
|
- "^hashicorp/vault"
|
|
- "^jfrog/"
|
|
- "^kanidm/"
|
|
- "^rancher/"
|
|
- "^rspamd/rspamd"
|
|
- "^tozd/postfix"
|
|
- "^traefik/"
|
|
- "^valkey/valkey"
|
|
- "^ubi9/ubi-minimal"
|
|
- "^victoriametrics/"
|
|
- "^woodpeckerci/"
|