Skip to content

Latest commit

 

History

History
104 lines (76 loc) · 2.66 KB

README.md

File metadata and controls

104 lines (76 loc) · 2.66 KB

BuildImages

Title image

Source of Docker images used for Debian package building

simply run

make

to prepare Debian/Ubuntu Docker images with all requied for packaging process inside.

Add JenkinsfileDEB into your package source as Jenkinsfile or use as Pipeline code to build package(s) and it's testing install into docker container

Ready to use images

    docker pull vitexsoftware/debian:oldstable

Stretch

    docker pull vitexsoftware/debian:lts

Buster

    docker pull vitexsoftware/debian:oldstable

Bullseye

    docker pull vitexsoftware/debian:stable
Bookworm
--------
    docker pull vitexsoftware/debian:testing
    docker pull vitexsoftware/ubuntu:stable
    docker pull vitexsoftware/ubuntu:testing

My Build farm

Some packages built this way

Update listing time using:

find /var/lib/jenkins/ -name "config.xml" | grep "jenkins" | xargs cat | grep projectUrl | sed 's/     <projectUrl>/ \* /g' | sed 's/<\/projectUrl>//g'