Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a Dockerfile which will be used to create the base images used for running the e2e tests. This allows us direct control over the Chrome and Node.js versions used instead of waiting for Cypress to release a new image which happens very infrequently. Move the kubectl install and much of the other config into this Dockerfile so that the one used to package the tests is more focused and doesn't have to duplicate the foundations each time the tests run. Pipeline definitions and related config to build and publish the image will follow separately.
- Loading branch information