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

1. An optional field `mappings_file:` can be added to config file wherein the mappings can be listed. 2. Allows for dynamic refresh of mappings. This means, we can edit the...

Hello! I am working on syncing images from Dockerhub/quay.io to ECR. However, I would need to attach an ECR Repository Policy to the repositories created by Dregsy - as far...

enhancement

Hi @xelalexv, thanks for providing this tool which has a lot of helpers for ECR compared to "raw Skopeo" (mainly update auth tokens and creating a repo if does not...

enhancement

Hello I get a "unauthorized to list catalog", i want to sync images from a harbor instance, the login is correct (checked several times, i can push to it with...

I have lot of images which I am syncing with dregsy , I am providing configfile using configmap and running dregsy as a K8s job, but smetimes when I add...

question

``` - name: aquasec/trivy verbose: true mappings: - from: aquasec/trivy to: someplace/dockerhub/aquasec tags: - 0.40.0 - 0.41.0 - 'keep: latest 5' platform: all ``` hi @xelalexv , just wanted to...

question

I need dregsy to sync images to our private ECR repos and I know that we can achieve that by injecting static AWS keys into a Kubernetes resource (we're using...

enhancement

It would be useful if a destination tag could be specified as when running skopeo natively. Example of this in skopeo `skopeo copy docker://httpd:latest docker://dockerusername/httpd:newtag`

enhancement

Hello, I ran into a problem that the regular expression does not work if there is a '_' character in the name. ```ubuntu@nexus:~/nexus-sync$ docker run --rm -it -v $(pwd)/config.yaml:/config.yaml -e...

documentation