Initial commit
ContainerImages/buildroot/pipeline/head This commit looks good Details

main
Dustin 2022-12-21 10:01:17 -06:00
commit 86126f927c
2 changed files with 23 additions and 0 deletions

22
Containerfile Normal file
View File

@ -0,0 +1,22 @@
FROM git.pyrocufflink.blue/containerimages/jenkins-base
RUN dnf install -y \
bc \
bzip2 \
cpio \
diffutils \
g++ \
gcc \
git \
make \
ncurses-devel \
openssh-clients \
patch \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-Thread-Queue \
rsync \
systemd \
wget \
which \
&& dnf clean all

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage()