ASSERT-KTH / royal-chaos

Chaos engineering systems invented at KTH Royal Institute of Technology. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-320638
MIT License
132 stars 27 forks source link

The path to the dockerfiles may be incorrect #23

Closed gluckzhang closed 5 years ago

gluckzhang commented 5 years ago

Hi @Deee92 , I just find that some of the Dockerfile paths may be incorrect. Take the following one as an example (line 505-574 in output_1570903438.json):

"path": "./questionanswering/OpenEphyra/Dockerfile"

should be ./lucida/questionanswering/OpenEphyra/Dockerfile.

Could you please fix this and upload a new data set? Thanks!

  {
    "current_timestamp": 1570903645,
    "name": "lucida",
    "full_name": "claritylab/lucida",
    "fork": false,
    "clone_url": "https://github.com/claritylab/lucida.git",
    "stargazers_count": 4863,
    "language": "Java",
    "number_of_dockerfiles": 6,
    "info_from_dockerfiles": [
      {
        "path": "./Dockerfile",
        "base_images": [
          "FROM ubuntu:14.04"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      },
      {
        "path": "./tools/Dockerfile",
        "base_images": [
          "FROM ubuntu:14.04"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      },
      {
        "path": "./questionanswering/OpenEphyra/Dockerfile",
        "base_images": [
          "FROM lucida_base"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      },
      {
        "path": "./speechrecognition/kaldi_gstreamer_asr/Dockerfile",
        "base_images": [
          "FROM lucida_base"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      },
      {
        "path": "./commandcenter/Dockerfile",
        "base_images": [
          "FROM lucida_base"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      },
      {
        "path": "./imagematching/opencv_imm/Dockerfile",
        "base_images": [
          "FROM lucida_base"
        ],
        "cmds": [],
        "entrypoints": [],
        "args": []
      }
    ],
    "build_tools": [
      "Ant",
      "Gradle"
    ]
  }
gluckzhang commented 5 years ago

Thanks! @Deee92