Operations grimoire/Docker registry

From Nasqueron Agora
Revision as of 10:11, 27 February 2020 by Dereckson (talk | contribs) (Created page with "The private Docker registry is currently deployed on Equatower. The IPs allowed to connect to are configured at nginx level. == FAQ == === Allow or restrict an IP === 1....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

📕📁📜 Old technical information :: content warning

⌛ This Nasqueron Operations Grimoire page hasn't been updated for a long time.

☣ As our infrastructure evolves quickly, there is a good chance this information is outdated or now inaccurate. Be careful and consider update it.

➡️ To assert the information is still up-to-date or not, you can check the history of the relevant role in our Operations repository.

The private Docker registry is currently deployed on Equatower.

The IPs allowed to connect to are configured at nginx level.

FAQ

Allow or restrict an IP

1. Edit Template:ROPS to adjust the list of IPs under allowed_ips key. 2. Update nginx configuration with salt equatower state.sls_id /etc/nginx/vhosts/registry/registry.conf roles/paas-docker/nginx/config 3. Reload nginx on Equatower sudo nginx -t && sudo nginx -s reload