feat(api-server): publish API server docker image #345
Labels
API_Server
enhancement
New feature or request
good-first-issue
Good for newcomers
Hacktoberfest
Hacktoberfest participants are welcome to take a stab at issues marked with this label.
Milestone
Description
Depends on #346
As a developer I want to be able to run a Cactus API server with arbitrary configuration by simply running a docker container of an image that is published and available to anyone on DockerHub so that I can deploy Cactus in a much wider range of environments that have native container support (example: Kubernetes).
Acceptance Criteria
Dockerfile
is written which is also integrated with the DockerHub integration we have so that upon each commit to the main branch a new image is built and tagged the same way we already have it set up currently for the all-in-one images that help with testing.cc: @takeutak @jonathan-m-hamilton @sfuji822
The text was updated successfully, but these errors were encountered: