Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 510 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 510 Bytes

docker-base-beag-image

Builds a base image to run on beaglebone

Purpose

This repository is used to build base images for deployment purposes. These images will be used as bases by the dependency specific images in `sailbot-20.

Usage Instructions

To make changes to the base image, you must modify the Dockerfile contained in this directory. To build the image locally, run make build. To start a container of the image, run make run. To trigger an automated build on Dockerhub, push to master.