No description
Find a file
2026-01-25 10:36:12 +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 Add procps package to all Docker images 2026-01-23 02:49:51 +01:00
ubuntu Revert "Configure fakeroot to use TCP instead of SysV IPC" 2026-01-25 10:36:12 +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 Refactors Makefile and Dockerfiles for consistency 2025-08-28 13:37:39 +02:00
maliny-mini.jpg Buildfarm picture added 2022-02-09 08:30:00 +01:00
README.md 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
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'