No description
Find a file
2026-03-20 12:23:22 +01:00
.github/workflows Try to publish on GitHub registry 2024-09-06 19:02:49 +02:00
ansible Configure Docker images to use VitexSoftware backports repository 2025-09-19 12:02:36 +02:00
debian Revert "Configure fakeroot to use TCP instead of SysV IPC" 2026-01-25 10:36:12 +01:00
scripts Configure Docker images to use VitexSoftware backports repository 2025-09-19 12:02:36 +02:00
Test updated pipelines 2026-03-20 12:23:22 +01:00
ubuntu Enable universe repo in Ubuntu Jammy image 2026-03-02 03:10:34 +01:00
.gitignore Example package now satisfy lintian 2024-09-27 23:58:49 +02:00
build-images.png Readme reformat 2021-09-24 22:28:31 +02:00
build-images.svg Title image added 2021-06-26 00:08:51 +02:00
Jenkinsfile Add Debian 14 forky: Dockerfile, Makefile targets (single-arch + buildx), CI matrices (Jenkins + tests); update WARP.md and README.md 2025-08-20 16:30:57 +02:00
LICENSE Initial commit 2021-06-14 01:17:52 +02:00
Makefile Update Makefile to push Docker images and add new Jenkinsfiles for release and serial builds 2026-02-02 11:52:51 +01:00
maliny-mini.jpg Buildfarm picture added 2022-02-09 08:30:00 +01:00
README.md updated pipelines 2026-03-20 12:23:22 +01:00
usrsharelocale.tar.gz maybe is the jenkins's build context in .. ? 2021-06-26 01:10:53 +02:00
WARP.md Configure Docker images to use VitexSoftware backports repository 2025-09-19 12:02:36 +02:00

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

Forky

    docker pull vitexsoftware/debian:forky
    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'