Initial commit
ContainerImages/build.selinux/pipeline/head This commit looks good Details

Dustin 2023-10-24 18:11:46 -05:00
commit f5312ee872
2 changed files with 13 additions and 0 deletions

10
Containerfile Normal file
View File

@ -0,0 +1,10 @@
FROM registry.fedoraproject.org/fedora:latest
RUN --mount=type=cache,target=/var/cache \
dnf install -y \
make \
selinux-policy-devel \
tini \
&& :
CMD ["tini", "sleep", "--", "infinity"]

3
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,3 @@
// vim: set ft=groovy :
buildContainerImage2(name: 'build/selinux', archlist: ['amd64', 'arm64'])