RobertCNelson / beagle-docker

Base beagle docker image generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beagle Docker

This is a template project to convert a standard Debian image to the beagle equivalent by adding the required packaging GPG key and adding the repo source list for the selected release.

Usage

Simply run the following:

make

This will automatically select bookworm-slim as the image tag to use. From here the required system changes will be made. If you would like to build for an older or newer release (assuming that release was previously or is currently supported by the Beagle project), then simply add the image tag to the make command as follows:

make IMAGE_TAG=<tag>

This takes any of the tags listed under the official Debian image.

FAQ

Why is ca-certificates installed?

Because the default package repository currently 301's to the HTTPS version so we need certs.

About

Base beagle docker image generator

License:MIT License


Languages

Language:Dockerfile 50.1%Language:Makefile 49.9%