From 0f7bd955547c7be462eb590da8c3c5b2651038c2 Mon Sep 17 00:00:00 2001 From: Morteza Zamani Date: Tue, 5 Aug 2025 10:09:23 +0200 Subject: [PATCH] chore(registries): change nexus url to harbor --- roles/famedly_sync/defaults/main.yml | 2 +- roles/ldap/defaults/main.yml | 2 +- roles/ldap/docs/MAINTENANCE.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/famedly_sync/defaults/main.yml b/roles/famedly_sync/defaults/main.yml index d2d6a87..9f8b99a 100644 --- a/roles/famedly_sync/defaults/main.yml +++ b/roles/famedly_sync/defaults/main.yml @@ -23,7 +23,7 @@ famedly_sync_container_image_repository: >- + famedly_sync_container_image_namespace | default('') + famedly_sync_container_image_name }} -famedly_sync_container_image_registry: "docker-oss.nexus.famedly.de" +famedly_sync_container_image_registry: "registry.famedly.net/docker-oss" famedly_sync_container_image_name: "famedly-sync-agent" famedly_sync_docker_networks: diff --git a/roles/ldap/defaults/main.yml b/roles/ldap/defaults/main.yml index b8d2866..b88c6ed 100644 --- a/roles/ldap/defaults/main.yml +++ b/roles/ldap/defaults/main.yml @@ -22,7 +22,7 @@ ldap_container_image_repository: >- + ldap_container_image_namespace | default('') + ldap_container_image_name }} -ldap_container_image_registry: "docker-oss.nexus.famedly.de" +ldap_container_image_registry: "registry.famedly.net/docker-oss" ldap_container_image_namespace: "" ldap_container_image_name: "openldap" diff --git a/roles/ldap/docs/MAINTENANCE.md b/roles/ldap/docs/MAINTENANCE.md index 27c8afe..16871b7 100644 --- a/roles/ldap/docs/MAINTENANCE.md +++ b/roles/ldap/docs/MAINTENANCE.md @@ -5,7 +5,7 @@ When the ldap container image is updated, one needs to make sure the config template is still up-to-date. -To do this, run `docker run --rm docker-oss.nexus.famedly.de/openldap:$VERSION cat /etc/openldap/slapd.ldif > templates/slapd_$VERSION.ldif` +To do this, run `docker run --rm registry.famedly.net/docker-oss/openldap:$VERSION cat /etc/openldap/slapd.ldif > templates/slapd_$VERSION.ldif` and use `diff templates/slapd_$VERSION templates/slapd.ldif.j2`. When you integrated potential config changes, make sure that the