Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Instructions for docker and package builds

This directory has a Makefile and a Dockerfile that support building for multiple Linux distributions.

Building a docker for a specific distro is as simple as

make <distro>

Where distro is one of:

  • Alpine
  • AmazonLinux
  • Fedora
  • Ubuntu

Example

Building the Docker image

$ make ubuntu

Building the .deb/.rpm/.apk

make package-ubuntu