To add badges for GitHub Actions, you can use the following markdown:
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
docker pull vitexsoftware/debian:oldstable
docker pull vitexsoftware/debian:lts
docker pull vitexsoftware/debian:oldstable
docker pull vitexsoftware/debian:stable
Bookworm
--------
docker pull vitexsoftware/debian:testing
docker pull vitexsoftware/ubuntu:stable
docker pull vitexsoftware/ubuntu:testing
- https://github.com/Vitexus/factorio-headless-deb/
- https://github.com/Vitexus/factorio-demo-deb/
- https://github.com/VitexSoftware/php-ease-core/
- https://github.com/VitexSoftware/netbeans-php-tools/
- https://github.com/VitexSoftware/php-ease-twbootstrap4/
- https://github.com/VitexSoftware/apt-repo-vitexsoftware/
- https://github.com/Vitexus/libjs-font-awesome/
- https://github.com/VitexSoftware/BuildImages/
- https://github.com/VitexSoftware/DEBs-to-SQL/
- https://github.com/VitexSoftware/igdebi/
- https://github.com/VitexSoftware/php-ease-html/
- https://github.com/VitexSoftware/abraflexi-dark-gui/
- https://github.com/VitexSoftware/composer-debian/
- https://github.com/VitexSoftware/php-ease-fluentpdo/
- https://github.com/VitexSoftware/php-tools/
- https://github.com/Spoje-NET/apache2-auth-redmine/
- https://github.com/VitexSoftware/FirefoxDevelEditionDeb/
- https://github.com/VitexSoftware/netbeans.deb/
- https://github.com/Vitexus/ThunderbirdDailyDeb/
- https://github.com/VitexSoftware/phar-composer/
- https://github.com/Vitexus/WinBox.deb/
- https://github.com/Vitexus/zellij/
- https://github.com/Vitexus/FirefoxNightlyDeb/
- https://github.com/PureHTML/mcfly/
- https://github.com/Vitexus/phpDocumentor-deb/
- https://github.com/Vitexus/automated-time-tracking-with-toggl-on-linux/
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'