-
Notifications
You must be signed in to change notification settings - Fork 799
Description
Currently the Docker image testing is very rudimentary and does not catch even basic errors in the entrypoint script (like when I specified wrong group for the chown done in the script and it instantly failed) so the current way
Lines 55 to 61 in 2c9ac25
| # | |
| # Run the image in a container. This is not strictly needed however | |
| # serves as additional test in automatic builds. | |
| # | |
| echo "Running the image in container" | |
| docker run -d $IMAGE | |
| docker ps -a |
Reactions are currently unavailable