- Sep 29, 2021
-
-
Peter Pan authored
-
- Sep 27, 2021
-
-
Victor Morales authored
-
Cristian Calin authored
* Kata-Containers: add 2.2.0 hashes and make default * Kata-Containers: replace 2.1.0 with bugfix version 2.1.1 * Kata-Containers: move to q35 a more modern VM architecture as 'pc' is removed in 2.2.0
-
- Sep 22, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Sep 17, 2021
-
-
Florian Ruynat authored
-
- Sep 10, 2021
-
-
Bryan Hundven authored
* Fix missing file mode (risky-file-permissions) Found this using ansible-lint. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> * Fix another missing file mode (risky-file-permissions) This one fixes `/etc/crio/config.json` Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-
- Sep 06, 2021
-
-
Cristian Calin authored
-
- Sep 01, 2021
-
-
kranthi guttikonda authored
* cri-o registry auth support * yaml lint for comments * crio_registry_auth from registry_auth * crio_registry_auth as defaults
-
- Aug 30, 2021
-
-
Florian Ruynat authored
-
- Aug 23, 2021
-
-
Samuel authored
* feat(containerd): auth support * fix(registry-auth): rename variable
-
- Jul 23, 2021
-
-
AnatomicJC authored
* CRI-O: Install libseccomp2 from backports on Debian 10 libseccomp2 is a required dependency of cri-o-runc package The one provided in Debian 10 repositories is outdated * 7816: Remove useless when condition As this condition is handled by block
-
- Jul 21, 2021
-
-
cola-zero authored
-
- Jul 15, 2021
-
-
spaced authored
* set selinux type t_etc if selinux state is enforcing * workaround with update repo is no longer needed remove comments about failing playbook * grubby is not available in distros using ostree * remove docker support because removed in fcos update install script example with live rootfs * do not call grubby on ostree based distro * update docs enabling containerd on fedora coreos
-
- Jul 13, 2021
-
-
jayonlau authored
Clean up extra spaces, although these errors are not important, they affect the code specification.
-
- Jul 12, 2021
-
-
Cristian Calin authored
* Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10 * Docs: add a note about ansible upgrade post 2.9.x * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures * Ansible: use newer ansible-lint * Fix ansible-lint 5.0.11 found issues * syntax issues * risky-file-permissions * var-naming * role-name * molecule tests * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+ * Pin ansible-base to 2.10.11 to get package fix on RHEL8
-
- Jul 10, 2021
-
-
Sébastien Huss authored
-
- Jun 21, 2021
-
-
Cristian Calin authored
* Docker/Containerd: move downloads urls to containerd-common * gVisor: initial support for gVisor container runtime
-
- Jun 16, 2021
-
-
Cristian Calin authored
-
- Jun 11, 2021
-
-
Marko Kohtala authored
$releasever can be 7Server, but there is no such CentOS path on download.opensuse.org. Use ansible_distribution_major_version instead of $releasever.
-
Florian Ruynat authored
-
- Jun 05, 2021
-
-
jiriproX authored
-
- Jun 03, 2021
-
-
Sergey authored
-
- Jun 02, 2021
-
-
Florian Ruynat authored
-
- May 28, 2021
-
-
Florian Ruynat authored
* Update docker package to 20.10.6 * Add Fedora 33 image and CI, remove Fedora 31 (EOL)
-
- May 27, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- May 19, 2021
-
-
Fatih Sarhan authored
* Override the default value of containerd's root, state, and oom_score configurations * Add tests data for containerd_storage_dir, containerd_state_dir and containerd_oom_score variables
-
- May 11, 2021
-
-
Cristian Calin authored
-
- Apr 28, 2021
-
-
Cristian Calin authored
* crio: add supported versions 1.20 and 1.21 and align default with k8s version * cri-o: drop versions 1.17 and 1.18 from version matrix * update note on cri-o version alignment
-
- Apr 26, 2021
-
-
Florian Ruynat authored
-
Cristian Calin authored
-
muzi502 authored
* Add nerdctl cli tool for containerd user * Add nerdctl enable option * Add nerdctl enable option and update nerdctl version to 0.8.0
-
- Apr 23, 2021
-
-
Cristian Calin authored
* AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux * AlmaLinux: identify as a centos derrivative * AlmaLinux: add AlmaLinux to checks for CentOS * Use ansible_os_family to compare family and not distribution
-
- Apr 21, 2021
-
-
Cristian Calin authored
-
Xachman authored
-
Kenichi Omichi authored
As the official document[1], the parameter keepcache should be '0' or '1' as string. To avoid the following warning message, this fixes the parameter value: [WARNING]: The value False (type bool) in a string field was converted to u'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_repository_module.html
-
- Apr 15, 2021
-
-
Florian Ruynat authored
-
- Apr 13, 2021
-
-
Krystian Młynek authored
-
- Apr 12, 2021
-
-
Zhong Jianxin authored
* Add containerd_extra_args This is useful for custom containerd config, e.g. auth Signed-off-by: Zhong Jianxin <azuwis@gmail.com> * Make containerd config.toml mode 0640 It may contain sensitive information like password Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
-