Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miaoyufei/deb-builder
deb-builder is a debian package builder based on docker image.
https://github.com/miaoyufei/deb-builder
debian debian-packages debian-packaging docker
Last synced: 4 days ago
JSON representation
deb-builder is a debian package builder based on docker image.
- Host: GitHub
- URL: https://github.com/miaoyufei/deb-builder
- Owner: MiaoYuFei
- License: apache-2.0
- Created: 2024-06-21T23:22:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T06:53:29.000Z (7 months ago)
- Last Synced: 2024-11-12T13:15:44.113Z (2 months ago)
- Topics: debian, debian-packages, debian-packaging, docker
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deb-builder
deb-builder is a debian package builder based on docker image.## Usage
`docker run --platform platform_string -v source_code_dir:/build --rm yufeim/deb-builder:image_tag`
- platform_string: linux/amd64, linux/arm64
- source_code_dir: place your debian package source code here
- image_tag: ubuntu-focal, ubuntu-jammy, ubuntu-noble