julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

feat: Create Test Container #7

Closed julianGoh17 closed 4 years ago

julianGoh17 commented 4 years ago

Created Docker Container which would allow users to simply run the container and have all the go binaries sorted for them. The Container runs as non-root (but has sudo command just in case we need such commands). The go binary is successfully built and the test files are successfully mounted.

Closes: julianGoh17/simple-e2e#4

Signed-off-by: Julian Goh juliangohsl@gmail.com