-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
contrib: use a distinct --pull-option= for each flag #23257
contrib: use a distinct --pull-option= for each flag #23257
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We were not able to find or create Copr project
Please check your configuration for:
|
6b0f2c4
to
a6b890f
Compare
# actually works. Just MAKE SURE THERE ARE NO SPACES IN THE {...}! | ||
export STORAGE_OPTIONS_OVERLAY='overlay.use_composefs=true --pull-option {enable_partial_images="true",use_hard_links="false",ostree_repos="",convert_images="true"}' | ||
# actually works. | ||
export STORAGE_OPTIONS_OVERLAY='overlay.use_composefs=true --pull-option=enable_partial_images=true --pull-option=convert_images=true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does containers/storage now understand --pull-option in environment variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, that is consumed directly by common_test.go
that converts it to the CLI options
From rootless system tests |
caused by containers/storage@48e010f @Honny1 can you please lower that to a debug message? |
opened a PR containers/storage#2019 |
Signed-off-by: Giuseppe Scrivano <[email protected]>
a6b890f
to
b1e535b
Compare
dropped the c/storage bump, I'll deal with that later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, is there way for us to throw an error when invalid options are passed to prevent these kind of errors?
currently not, opened an issue to not forget about it: containers/storage#2020 |
/lgtm |
Does this PR introduce a user-facing change?