-
Notifications
You must be signed in to change notification settings - Fork 780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help: skopeo sync How to preserve the project name of the mirror #1992
Comments
There is |
I tried it and brought over the domain name of the source warehouse. I only want to bring the following path
reality
expect
|
Yes; I think the only way right now is to split up the YAML file and run |
I implemented it through the following script
|
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
- Add `RegistryName` field to `repoDescriptor` for better registry handling. - Introduce `getSubPath` function to cleanly handle subpath extraction. - Update functions `imagesToCopyFromRegistry` and `filterSourceReferences` to include `RegistryName`. - Modify `syncOptions.run` to use `getSubPath`. - Add unit tests for `getSubPath`. Resolves - containers#1992
- Add `RegistryName` field to `repoDescriptor` for better registry handling. - Introduce `getSubPath` function to cleanly handle subpath extraction. - Update functions `imagesToCopyFromRegistry` and `filterSourceReferences` to include `RegistryName`. - Modify `syncOptions.run` to use `getSubPath`. - Add unit tests for `getSubPath`. Resolves - containers#1992 Signed-off-by: David Beck <[email protected]>
- Add `RegistryName` field to `repoDescriptor` for better registry handling. - Introduce `getSubPath` function to cleanly handle subpath extraction. - Update functions `imagesToCopyFromRegistry` and `filterSourceReferences` to include `RegistryName`. - Modify `syncOptions.run` to use `getSubPath`. - Add unit tests for `getSubPath`. Resolves - containers#1992 Signed-off-by: David Beck <[email protected]>
For example mine : sync.yml
My Sync Command
My expected effect
Actual effect
The text was updated successfully, but these errors were encountered: