Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-6173

Authentication in v2 protobuf should not be `required`.

    XMLWordPrintableJSON

Details

    Description

      I was testing the mesos GPU support. However, I have notice the issue between different docker repository. The public docker hub works fine, but the private docker repository by JFrog doesn't work as expected.

      I have setup the environment according to this document.
      https://mesosphere.github.io/marathon/docs/native-docker.html

      Tested with mesos-execute command:
      billz2:/etc/mesos-slave$ sudo mesos-execute --master=bz01.apple.com:5050 --name=gpu-test --docker_image=docker.apple.com/nvidia/cuda --command="nvidia-smi" --framework_capabilities="GPU_RESOURCES" --resources="gpus:2"
      I0914 18:32:51.571482 26084 scheduler.cpp:172] Version: 1.0.1
      I0914 18:32:51.579815 26087 scheduler.cpp:461] New master detected at master@17.x.x.x:5050
      Subscribed with ID 'c0968c96-cc66-4990-9c49-d5ef26d07a07-0015'
      Submitted task 'gpu-test' to agent 'c0968c96-cc66-4990-9c49-d5ef26d07a07-S17370'
      Received status update TASK_FAILED for task 'gpu-test'
      message: 'Failed to launch container: Failed to parse the image manifest: Protobuf parse failed: Missing required fields: signatures[0].header.jwk.kid; Container destroyed while provisioning images'
      source: SOURCE_AGENT
      reason: REASON_CONTAINER_LAUNCH_FAILED

      The authentication in v2 protobuf should
      not be `required`.

      Attachments

        Activity

          People

            gilbert Gilbert Song
            bill.zhao Bill Zhao
            Jie Yu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: