This repository provides example instructions for building a minimal container image compatible with Illumina Connected Analytics - Bench which enables web access.
In order to build this container you'll need to install docker.
Images can be locally build on x86 architecture using following command:
docker build -f Dockerfile -t bench-web:1.0 .
Bench only supports x86 architecture infrastructure. Images can be locally build on ARM architecture using following command:
docker buildx build --platform linux/amd64 -f Dockerfile -t bench-web:1.0 .
Instructions to upload this image can be found at ICA Help Pages
This project is licensed under Apache-2.0 - see the LICENSE file for details.