makedeb


Introduction

Welcome

Installing

Release Types Shell Script APT Repository makedeb Package Repository Docker

makedeb

PKGBUILD Syntax Distro/Architecture Specific Variables Differences from makepkg Comparisons to Other Tools

Using the MPR

Introduction Mist - The MPR CLI Installing Packages Uploading Packages Support Policy

Prebuilt-MPR

Introduction Getting Started Adding Packages

MPR User Guidelines

Marking Maintainers in a PKGBUILD Package Relationships Using Experimental makedeb Features

Support

Obtaining Support Community Events makedeb Team Ways to Support makedeb Reporting Security Vulnerabilities

Docker



Docker images are published nightly for all releases of makedeb. The images come with minimal packages, containing only the bare necessities needed to run makedeb.

Downloading images

Images can be downloaded from the following:

Stable

Beta

Alpha

ghcr.io/makedeb/makedeb

Image tags

You MUST also append the image name with any of the following tags:

Debian

  • debian-buster (built from debian:buster)
  • debian-bullseye (built from debian:bullseye)
  • debian-latest (built from debian:latest)

Ubuntu

Images are published for all currently supported releases of Ubuntu, plus latest and rolling. When releases are no longer supported, they stop recieving updates in their respective makedeb Docker images and will no longer be listed here.

  • ubuntu-bionic (built from ubuntu:bionic)
  • ubuntu-focal (built from ubuntu:focal)
  • ubuntu-jammy (built from ubuntu:jammy)
  • ubuntu-kinetic (built from ubuntu:kinetic)
  • ubuntu-rolling (built from ubuntu:rolling)
  • ubuntu-latest (built from ubuntu:latest)

For example, to pull the beta image with the ubuntu-bionic tag, pull the following:

ghcr.io/makedeb/makedeb-beta:ubuntu-bionic