support dockerhub credentials when pulling with kaniko-ecr (#27)

This commit is contained in:
Colin Hoglund
2021-09-16 00:42:03 -04:00
committed by GitHub
parent e86d4583a7
commit 609d203bed
5 changed files with 153 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
package docker
const (
RegistryV1 string = "https://index.docker.io/v1/"
RegistryV2 string = "https://index.docker.io/v2/"
RegistryECRPublic string = "public.ecr.aws"
)