featurebase/runners/README.md
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

10 lines
No EOL
199 B
Markdown

# 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. **