Updates getDevDockerImage() to add node suffix to the image tag passed in by spaces. This allows the right image to be used in e2e tests. The suffix will be removed in the publish stage of spaces, where it is not needed.
Add a check in e2e tests to ensure the teraslice node version matches the desired version.
This PR makes the following changes:
getDevDockerImage()
to add node suffix to the image tag passed in by spaces. This allows the right image to be used in e2e tests. The suffix will be removed in the publish stage of spaces, where it is not needed.