No description
  • Shell 97.5%
  • Makefile 2.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vitor Savian 6991bc1119 Set a better version for centos 10 rpms
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
2026-07-07 14:01:25 -03:00
.github Add more sign-and-upload step in the release process 2026-06-12 12:14:50 -03:00
policy Remove version script and add a generic one 2026-06-12 12:14:50 -03:00
scripts Add more sign-and-upload step in the release process 2026-06-12 12:14:50 -03:00
test fix for over-broad container_runtime_exec_t (#25) 2021-11-05 11:32:52 -07:00
.gitignore Build independent el7 and el8 RPMs for k3s-selinux 2020-11-10 09:28:23 -08:00
Dockerfile.centos8 Change centos8 to rockylinux 8 in docker 2026-03-25 16:40:25 -03:00
Dockerfile.centos9 Remove centos7 and remove dapper 2026-03-25 16:40:25 -03:00
Dockerfile.centos10 Set a better version for centos 10 rpms 2026-07-07 14:01:25 -03:00
Dockerfile.coreos Remove unnecesary repo and update to coreos 43 2026-07-06 13:08:46 -03:00
Dockerfile.microos Remove centos7 and remove dapper 2026-03-25 16:40:25 -03:00
Dockerfile.slemicro Remove centos7 and remove dapper 2026-03-25 16:40:25 -03:00
LICENSE Add LICENSE 2020-02-24 11:27:41 -07:00
Makefile Remove unnecesary repo and update to coreos 43 2026-07-06 13:08:46 -03:00
README.md mention rpm signing keys in the readme 2021-11-05 11:36:04 -07:00

k3s-selinux

K3s selinux policy repository.

Signing Keys

Versioning/Tagging

The version parsing logic for rancher/k3s-selinux expects tags to be of a certain format (that directly correlates to RPM naming)

The tag format should be as follows: v{k3s-selinux-version}.{rpm channel}.{rpm release} where

k3s-selinux-version is like 0.1, 0.2, etc. rpm channel is like testing, latest, stable rpm release is like 1, 2

rpm release should index from 1 for released RPM's

The following list shows the expected tag to (example) transformation for RPM's

Tag Tree State Output RPM RPM Channel Notes
master (no tag) Clean k3s-selinux-0.0~0d52f7d8-0.el7_8.noarch.rpm Testing
master (no tag) Dirty k3s-selinux-0.0~0d52f7d8-0.el7_8.noarch.rpm Testing
v0.2.testing.1 Clean k3s-selinux-0.2-1.el7_8.noarch.rpm Testing
v0.2.latest.1 Clean k3s-selinux-0.2-1.el7_8.noarch.rpm Latest
v0.2.latest.2 Clean k3s-selinux-0.2-2.el7_8.noarch.rpm Latest