cri-o-snap:main

Last commit made on 2023-10-02
Get this branch:
git clone -b main https://git.launchpad.net/cri-o-snap

Branch merges

Branch information

Name:
main
Repository:
lp:cri-o-snap

Recent commits

1f3bd40... by Stefan Hammer

Add basic README documentation (#5)

d95b20a... by Stefan Hammer

Add testing (#4)

* Add cri-o snap integration testing

Testing cri-o snap service integrated with microk8s. Basic integration
tests configures microk8s to use crio container runtime, and then
launches the nginx app. Running pod is verified to be using cri-o.

2bc913a... by Stefan Hammer

Add cri-o and it's dependencies (#3)

* Add cri-o and it's dependencies

* fix: cri-o daemon service

Added an app wrapper to handle correctly setting up PATH and
LD_LIBRARY_PATH, as well as creating required directories.

2c4e0f9... by Konstantinos Tsakalozos

Initialize the cri-o snap (#1)

* Initialize the cri-o snap

* Fixes

155ec38... by Konstantinos Tsakalozos

Initial commit