Hi Phuchoang,
Have you checked if the mirror registry has been added to you local DNS.
Could you confirm if you have used this link to create your mirror registry in the darksite -Create a Mirror Registry at a Dark Site .
During deployment have you created the mirror.yaml as mentioned in the Optional Customization Add a Mirror Registry to Your SAS Viya Platform Deployment with the required changes being made.
I have attached below a sample of the required changes
#Sample mirror.yaml located at sas-bases/examples/mirror/mirror.yaml
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: image-transformer-sas-admin-content-loader-mirror
imageTag:
name: cr.sas.com/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
newName: {{ MIRROR-HOST }}/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
---
You have to edit the {{ MIRROR-HOST }} with the fqdn/registry_name of you mirror registry.
#Edited mirror.yaml in site-config/
apiVersion: builtin
kind: ImageTagTransformer
metadata:
name: image-transformer-sas-admin-content-loader-mirror
imageTag:
name: cr.sas.com/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
newName: registry.darksite.com/lts2025.03/viya-4-x64_oci_linux_2-docker/sas-admin-content-loader
---
Here, registry.darksite.com is my mirror registry fqdn, and lts2025.03 is the name of the registry containing all the images.