Sign inSign up

ilmuflone/packaging-debian-11

By ilmuflone

•Updated over 4 years ago

Build packages for Debian 11 just by running the container

Image
0

60

ilmuflone/packaging-debian-11 repository overview

Based on docker-deb-builder https://github.com/tsaarni/docker-deb-builder⁠

You can setup a compose file like the following:

version: '3'

services:
  builder:
    container_name: packaging-debian-11
    image: ilmuflone/packaging-debian-11
    volumes:
      - ./sources:/source-ro:ro
      - ./dependencies:/dependencies:ro
      - ./output:/output

Save your sources (including the debian directory) in the sources directory, add .deb dependencies, run the container and you'll get the built package in the output directory.

Tag summary

Content type

Image

Digest

Size

159.5 MB

Last updated

over 4 years ago

docker pull ilmuflone/packaging-debian-11:0.1.0