Skip to content

s-maj/ecr-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECR copy

This tool allows to copy AWS ECR repositories and their content between AWS regions.

Getting Started

Prerequisites

  • Go 1.10 or later
  • Dep 0.4.1 or later

Installing

  • dep ensure
  • go build main.go or for cross compile GOOS=linux GOARCH=amd64 go build main.go

Usage

main copy -s source -d destination (./main copy -s us-west-2 -d eu-west-2)

About

Copy ECR repos from one region to another

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages