Builds Unum SDK inside a Docker contianer
505
This repository contains Docker images that can be used for building Unum SDK.
Run the container to build Unum. The finished .tgz will be placed in the out/ directory,
relative to the container's working directory.
# Run the builder container
docker run --name unum-builder minimsecure/unum-builder
# Copy the newly built files to your Docker host machine:
docker cp unum-builder:out/*.tgz .
Content type
Image
Digest
sha256:d95fc821c…
Size
156 MB
Last updated
over 3 years ago
docker pull minimsecure/unum-builder:debian-stretch-slim