-
Notifications
You must be signed in to change notification settings - Fork 846
gha: Add workflow to test rootless install #488
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
Conversation
9093f9d to
737b898
Compare
.github/workflows/ci.yml
Outdated
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - name: Rootless install | ||
| run: FORCE_ROOTLESS_INSTALL=1 ./rootless-install.sh |
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.
This is a separate workflow step, because we need to check it outside of container (due to lsmod, iptables checks)
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.
Is it worth adding a comment for that? (i.e. why we need to do separate)
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.
Added a comment
|
Fails as expected because it's before: #487 Will rebase it after a merge and it should become green. |
c4094d1 to
ad4a61b
Compare
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
ad4a61b to
5c96993
Compare
thaJeztah
left a comment
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, thanks!
Test the rootless install in CI