mirror of
https://github.com/VitexSoftware/BuildImages.git
synced 2026-02-01 07:37:12 +00:00
No description
|
|
||
|---|---|---|
| .github/workflows | ||
| ansible | ||
| debian | ||
| scripts | ||
| Test | ||
| ubuntu | ||
| .gitignore | ||
| build-images.png | ||
| build-images.svg | ||
| Jenkinsfile | ||
| LICENSE | ||
| Makefile | ||
| maliny-mini.jpg | ||
| README.md | ||
| usrsharelocale.tar.gz | ||
| WARP.md | ||
BuildImages
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
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
Some packages built this way
- 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'
