Skip to content

Latest commit

 

History

History
109 lines (78 loc) · 2.88 KB

README.md

File metadata and controls

109 lines (78 loc) · 2.88 KB

BuildImages

Title image

To add badges for GitHub Actions, you can use the following markdown:

GitHub Workflow Status

Source of Docker images used for Debian/Ubuntu 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'