dregsy icon indicating copy to clipboard operation
dregsy copied to clipboard

Keep container registries in sync

Results 27 dregsy issues
Sort by recently updated
recently updated
newest added

Any plans to support [ECR public](https://docs.aws.amazon.com/AmazonECR/latest/public/public-registries.html)? the API is seperate from the normal ECR one: https://docs.aws.amazon.com/sdk-for-go/api/service/ecrpublic/#ECRPublic.GetAuthorizationToken so while current ecr auth implementation won't work implementing ECR public would be very...

enhancement
blocked

This code is adding a new optional parameter `--dry-run` to dregsy's command line. It allows _easier_ debugging of matching tags based on the specified configuration without syncing all the information...

Even when configuration contains `skip-tls-verify: true` if the registry has a prefix different than `localhost` the Registry.Scheme is always https, and the catalog retrieval fails.

added js tags filter for complex scenarios when regex and semver uncomfortable

Can this use workload identity while using skopeo to push images to GCR from inside a container?

enhancement

Hi all, I've encountered an issue uploading images to my immutable registry. When the source image gets changed for whatever reason dregsy tries reuploading the image but fails because the...

enhancement

I'm working on a solution to synchronize images to a set of remote registries, and having the ability to run tasks in parallel would be a huge help. Right now...

enhancement

It is great that repos are created if they don't exist, but for ECR it would be nice if we can enable image scanning on push for the created repo:...

enhancement

This makes cross-account syncing much easier, by allowing configuration of two different credential profiles from your AWS SDK configuration. I updated the README and implemented an E2E test, which generates...

I am using skopeo to sync my registries, but every time it runs it transfers data, even if it has already copied the image in the prior pass. I see...

enhancement