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

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

12
Containerfile Normal file
View File

@ -0,0 +1,12 @@
FROM registry.fedoraproject.org/fedora:latest
RUN --mount=type=cache,target=/var/cache \
dnf install -y \
make \
selinux-policy-devel \
tini \
&& :
USER 101:101
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'])