To customize the image repository and tag, modify the values file as shown below:
Dify images support both AMD64 and ARM64 architectures. You can use the following script to sync them to your private container registry.
sync.sh
.Edit the sync.sh
file and set the following variables:
REGISTRY_URL
: The URL of your private registry.NAMESPACE
: The namespace of your private registry.BASE_IMAGE
(Optional): The base image to sync, default is langgenius/$IMAGE:$VERSION
.To customize the image repository and tag, modify the values file as shown below:
Dify images support both AMD64 and ARM64 architectures. You can use the following script to sync them to your private container registry.
sync.sh
.Edit the sync.sh
file and set the following variables:
REGISTRY_URL
: The URL of your private registry.NAMESPACE
: The namespace of your private registry.BASE_IMAGE
(Optional): The base image to sync, default is langgenius/$IMAGE:$VERSION
.