This directory contains a Docker-ised script to build our custom Ubuntu image for a Lecture Capture Agent.
$ docker run --rm -v $PWD/images:/images $(docker build -q .)
After some time a new lecture capture agent image is available at
images/lc-agent.iso
.
The contents of this repository were originally based on the core-process/linux-unattended-installation repository. The original README contains some more details.
By default, the script writes the output image to /images/lc-agent.iso
. The
basename of this file is configurable via the IMAGE_NAME
environment
variable. So, with IMAGE_NAME=my-image
, the script writes the image to
/images/my-image.iso
.
The list of keys which can log in as root for deploying the boxes is contained
in the deploy-keys.pub
file. The private halves of those keys can be found
in the DevOps Division's secrets store.