phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

image/prepare: Check if container is actually ubuntu #636

Closed tdgroot closed 7 months ago

tdgroot commented 7 months ago

Description of the change

This allows for building a Debian image

Benefits

Debian image support

Additional information

Build args I used:

BASE_IMAGE=debian:12 NAME=my-image-name VERSION=latest QEMU_ARCH=amd64 PLATFORM=linux/amd64 make build
samip5 commented 7 months ago

Keep in mind that make is not getting used much anymore at least in this repo.