-
Notifications
You must be signed in to change notification settings - Fork 22
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
prepare dynamic format recognition for object set serialization filesystem formats #97
Conversation
fce48c2
to
c6e57de
Compare
This PR is to prepare being conform to https://github.com/opencontainers/image-spec/blob/main/image-layout.md. |
@mandelsoft You need rebase this pull request with latest master branch. Please check. |
1208801
to
33cb8ba
Compare
Unfortunately I had to provide support now for the extended accessio options to be able to pass additional options not used by the accessio package. This was required to give users of the accessio lib the chance to provide extended options. For the artfefactset this if the structure format option. This required some changed in the option and error handling for the options, which must be adjusted at various places. |
573fcfa
to
68d064c
Compare
1bbc404
to
6036ffc
Compare
6036ffc
to
18fbe17
Compare
Just rebased to be mergeable |
…ystem formats Switch from a static set of data for configure the filesystem format to a potentially dynamic format specification supporting format discovery based on the actual state of the filesystem. The static structure describing fixed values for various features is replaced by an interface with an additional discover method.
18fbe17
to
74a9381
Compare
This |
Switch from a static set of data for configure the filesystem format
to a potentially dynamic format specification supporting format
discovery based on the actual state of the filesystem.
The static structure describing fixed values for various features
is replaced by an interface with an additional discover method.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: