mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:49 +08:00
8 lines
187 B
Go
8 lines
187 B
Go
package docker
|
|
|
|
const (
|
|
RegistryV1 string = "https://index.docker.io/v1/"
|
|
RegistryV2 string = "https://index.docker.io/v2/"
|
|
RegistryECRPublic string = "public.ecr.aws"
|
|
)
|