-
Notifications
You must be signed in to change notification settings - Fork 19
Fix race, update API and container image #47
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
Signed-off-by: Ruben Jenster <[email protected]>
Remove environment variables from cli doc. The output of lxcri --help is preferable and is always up-to-date. Signed-off-by: Ruben Jenster <[email protected]>
Don't encourage API users to mix the lxcri and go-lxc API. The user should only use the OCI specs.Spec to create the container if possible. The go-lxc Container is exported as Container.LinuxContainer and can be used to access the go-lxc API if there is really a need for it. Signed-off-by: Ruben Jenster <[email protected]>
It's not an error if the lxc monitor process exits, while waiting for container startup. It simply indicates that either the container process failed to execute in first place or is a short-lived process that has already returned. Signed-off-by: Ruben Jenster <[email protected]>
Signed-off-by: Ruben Jenster <[email protected]>
* golang 1.16.2 -> 1.16.3 * cri-o: 1.20 -> 1.20.2 * kubernetes server binaries: 1.20.4 -> 1.20.6 Signed-off-by: Ruben Jenster <[email protected]>
Signed-off-by: Ruben Jenster <[email protected]>
Hi @stgraber I need your help on the pull request checks. The 'Branch target' and 'DCO' checks are always stuck. |
The tests are currently waiting as we need to restart jenkins for a security update, they'll be scheduled right after that. |
Thanks for the info! I was too fast with merging. Next time I'll wait for the checks to complete. |
Can we implemented these checks through github actions in the long run ? |
Github would need to improve for that. There isn't a way currently to add Github Actions to all projects within an organization without having to manually commit them to every repos. |
Ok, I see! |
lxcri start