dregsy
dregsy copied to clipboard
Keep container registries in sync
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...
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...
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...
``` - 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...
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...
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`
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...