Authenticate to private container registries
Configure the dockercfg.json file
echo -n 'username:password' | base64Examples of dockercfg.json file configuration
For private registries other than Nexus
{
"auths": {
"gcr.io": {
"auth": "BASE64-ENCODED-AUTH-DETAILS"
},
// Add other registries as necessary, for example:
"<yourdomain>.azurecr.io": {
"auth": "BASE64-ENCODED-AUTH-DETAILS"
}
}
}For Nexus Repository
For Artifactory Container Registry
For GKE using GCR
For GKE using Google Artifact Registry (GAR)
For EKS using ECR
For AKS using ACR
Create the Kubernetes secret
PreviousOptional installation steps for the Snyk Controller with HelmNextInstall the Snyk Controller on Amazon Elastic Kubernetes Service (Amazon EKS)
Last updated
Was this helpful?

