Upgraded aws-sdk-go to v1.35.5 to include more regions, i.e. Millan
./hack/pin-dependency.sh github.com/aws/aws-sdk-go v1.35.5 ./hack/update-vendor.sh ./hack/lint-dependencies.sh // Additional changes required by lint-dependencies hack/pin-dependency.sh github.com/jmespath/go-jmespath v0.4.0 ./hack/update-vendor.sh ./hack/lint-dependencies.sh
This commit is contained in:
11
vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go
generated
vendored
11
vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go
generated
vendored
@@ -3,12 +3,13 @@
|
||||
// Package ecr provides the client and types for making API
|
||||
// requests to Amazon EC2 Container Registry.
|
||||
//
|
||||
// Amazon Elastic Container Registry (Amazon ECR) is a managed Docker registry
|
||||
// service. Customers can use the familiar Docker CLI to push, pull, and manage
|
||||
// images. Amazon ECR provides a secure, scalable, and reliable registry. Amazon
|
||||
// ECR supports private Docker repositories with resource-based permissions
|
||||
// Amazon Elastic Container Registry (Amazon ECR) is a managed container image
|
||||
// registry service. Customers can use the familiar Docker CLI, or their preferred
|
||||
// client, to push, pull, and manage images. Amazon ECR provides a secure, scalable,
|
||||
// and reliable registry for your Docker or Open Container Initiative (OCI)
|
||||
// images. Amazon ECR supports private repositories with resource-based permissions
|
||||
// using IAM so that specific users or Amazon EC2 instances can access repositories
|
||||
// and images. Developers can use the Docker CLI to author and manage images.
|
||||
// and images.
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21 for more information on this service.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user