Slackbot
02/07/2023, 4:43 PMXipeng Guan
02/07/2023, 5:35 PMamine ben Salah
02/07/2023, 5:53 PMkubectl get secret yatai-regcred -o jsonpath='{.data.*}' | base64 -d
{"auths":{"<https://index.docker.io/v1>":{"auth":"auth"}}}
But I am still getting the same erroramine ben Salah
02/09/2023, 8:57 AM{
"auths": {
"<https://index.docker.io/v1/>": {
"username": "xxxx",
"password": "docker_hub_token",
"email": "xxxx",
"auth": "xxxxxx"
}
}
}
Xipeng Guan
02/09/2023, 10:19 AMhelm get values yatai-image-builder -n yatai-image-builder
amine ben Salah
02/09/2023, 2:08 PMdockerRegistry:
server: '<https://index.docker.io/v1>'
inClusterServer: ''
username: 'xxxxxx'
password: 'xxxxxxx'
internalImages:
kaniko: <http://gcr.io/kaniko-project/executor:latest|gcr.io/kaniko-project/executor:latest>
bentoImageBuildEngine: kaniko