Create Docker image #48
Labels
ci/cd
Something about CI/CD
documentation
Improvements or additions to documentation
enhancement
New feature or request
harpoon
needs aDockerfile
to build its own image.This is part of the process to integrate
harpoon
in other repositories that make use of docker images when running tests.Suppose to have a Kubernetes operator that runs e2e tests within a cluster.
This will first install the container image (through helm or other methods) on the cluster and then will run tests against the Kubernetes instance.
In order to integrate
harpoon
in this process, I was thinking to create our own docker image, so that everyone that wants to useharpoon
in his e2e test suite, can add theharpoon
image as final stage in hisDockerfile
like so:This issue includes also the need of a pipeline to build the image and push it on a registry (dockerhub, quay.io).
The text was updated successfully, but these errors were encountered: