https://github.com/vitexsoftware/buildimages
Source of Docker images used for package building for Debian/Ubuntu stable/testing
https://github.com/vitexsoftware/buildimages
docker-image
Last synced: 3 months ago
JSON representation
Source of Docker images used for package building for Debian/Ubuntu stable/testing
- Host: GitHub
- URL: https://github.com/vitexsoftware/buildimages
- Owner: VitexSoftware
- License: mit
- Created: 2021-06-13T23:17:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:33:39.000Z (over 1 year ago)
- Last Synced: 2024-10-23T12:29:59.493Z (over 1 year ago)
- Topics: docker-image
- Language: Dockerfile
- Homepage:
- Size: 62 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
make
```
to prepare Debian/Ubuntu Docker images with all requied for packaging process inside.
Add [JenkinsfileDEB](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
-------------------
```shell
docker pull vitexsoftware/debian:oldstable
```
* [Debian](https://hub.docker.com/r/vitexsoftware/debian/tags?page=1&ordering=last_updated)
Stretch
-------
```shell
docker pull vitexsoftware/debian:lts
```
Buster
------
```shell
docker pull vitexsoftware/debian:oldstable
```
Bullseye
--------
```shell
docker pull vitexsoftware/debian:stable
```
Bookworm
--------
```shell
docker pull vitexsoftware/debian:testing
```
Forky
-----
```shell
docker pull vitexsoftware/debian:forky
```
* [Ubuntu](https://hub.docker.com/r/vitexsoftware/ubuntu/tags?page=1&ordering=last_updated)
```shell
docker pull vitexsoftware/ubuntu:stable
```
```shell
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:
```shell
find /var/lib/jenkins/ -name "config.xml" | grep "jenkins" | xargs cat | grep projectUrl | sed 's/ / \* /g' | sed 's/<\/projectUrl>//g'
```