Skip to content

compile_and_build_docker_image.sh : add options + test if URL responds with 200

Fabrice Gangler requested to merge docker-build-script into develop
  • add options
    • --use-sudo-docker
    • -p | --port
    • -n | --container-name
    • -i | --image-name
    • -t | --tag-name
    • -l | --only-localhost
  • test if port is already allocated…
  • test if URL responds with 200

@mfaure can you review these commits ?

example:

  • ./(...).sh -s <path> -d <path>
  • ./(...).sh -s <path> -d <path> --use-sudo-docker
  • ./(...).sh -s <path> -d <path> -p 8086
  • ./(...).sh -s <path> -d <path> -p 8087 --only-localhost
  • ./(...).sh -s <path> -d <path> -p 8087 -l -i local/asqa -t test1 -n asqa_test1

Merge request reports