featurebase/runners
CLoZengineer dc27e3d1d8
feat: builds docker images for running featurebase from a release (#2193)
* adds dockerfile for building images to run examples on

* adds makefile entries to build and push docker runner images

* cleans up tar artifacts when building ingest runner

* moves executables to /usr/local/bin

* moves the sources for building runner images into their own folder

* simplifies makefile and adds directions to readme
2022-11-08 13:07:17 -05:00
..
Dockerfile feat: builds docker images for running featurebase from a release (#2193) 2022-11-08 13:07:17 -05:00
Makefile feat: builds docker images for running featurebase from a release (#2193) 2022-11-08 13:07:17 -05:00
README.md feat: builds docker images for running featurebase from a release (#2193) 2022-11-08 13:07:17 -05:00

FeatureBase Runners

Docker images for running FeatureBase.

Build and Push Runners

make build-runners
make push-runners

** Requires the user to log into the target docker repository. **