Skip to content
Snippets Groups Projects
Commit 65de4519 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

show logs of the image

parent 25f71173
Branches
Tags
1 merge request!27test images
...@@ -81,8 +81,9 @@ variables: ...@@ -81,8 +81,9 @@ variables:
- echo $CSV_LINE > image-list-fragments/${MD5SUM}.csv - echo $CSV_LINE > image-list-fragments/${MD5SUM}.csv
- echo "Now Testing" - echo "Now Testing"
- apk add --no-cache curl - apk add --no-cache curl
- docker run -d -u 999 -p 0.0.0.0:3838:3838 $IMAGE_PATH - docker run --name ${MD5SUM} -d -u 999 -p 0.0.0.0:3838:3838 $IMAGE_PATH
- curl --retry-all-errors --retry 60 --retry-delay 1 -s -o /dev/null 0.0.0.0:3838 - curl --retry-all-errors --retry 60 --retry-delay 1 -s -o /dev/null 0.0.0.0:3838
- docker logs ${MD5SUM}
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment