https://github.com/astj/docker-mackerel-deb-builder
https://github.com/astj/docker-mackerel-deb-builder
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astj/docker-mackerel-deb-builder
- Owner: astj
- Created: 2017-03-14T09:20:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T10:11:51.000Z (over 9 years ago)
- Last Synced: 2025-04-14T06:35:59.323Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mackerel-deb-builder
## What's this
This Docker image is used to build deb packages in Dockernized envirionment.
This image is intended to build [mackerel-agent](https://github.com/mackerelio/mackerel-agent), but maybe you can use this image to build another packages.
## Usage
Use `docker run ...` instead of `debuild` command.
Following example will work as `debuild -uc` on `$(PWD)/deb-build`.
```
$ docker run --rm "$(PWD)":/workspace -w /workspace/deb-build astj/mackerel-rpm-builder:d8 -uc
```
## Tags
TBD (We'd like to provide `d8`, `d9`, ...)