Skip to content
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

nydus: support more options #85

Merged
merged 3 commits into from
Jan 17, 2023
Merged

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Dec 26, 2022

nydus: support more options

  • Add backend_force_push option;
  • Add docker2oci option;
  • Add fs_align_chunk option;
  • Add fs_chunk_size option;
  • Add prefetch_patterns option;

See misc/config/config.nydus.yaml for option explanation.

refine converter codes

  • Rename LocalConverter to Converter;
  • Should enable UpdateLayerDiffID func ability in exported Converter;
  • Move LocalProvider codes into separate file;

support converting images for specific platforms

Allow users specify platforms option in configuration to convert
images for specific platforms, leave empty for all platforms.

Signed-off-by: Yan Song imeoer@linux.alibaba.com

- Add `backend_force_push` option;
- Add `docker2oci` option;
- Add `fs_align_chunk` option;
- Add `fs_chunk_size` option;
- Add `prefetch_patterns` option;

See `misc/config/config.nydus.yaml` for option explanation.

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
- Rename `LocalConverter` to `Converter`;
- Should enable `UpdateLayerDiffID` func ability in exported `Converter`;
- Move `LocalProvider` codes into separate file;

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
Allow users specify `platforms` option in configuration to convert
images for specific platforms, leave empty for all platforms.

Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
@imeoer imeoer merged commit 68ea4ff into goharbor:main Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants