You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Bill Zhao (JIRA)" <ji...@apache.org> on 2016/09/15 18:40:21 UTC

[jira] [Created] (MESOS-6173) Authentication in v2 protobuf should not be `required`

Bill Zhao created MESOS-6173:
--------------------------------

             Summary: Authentication in v2 protobuf should not be `required`
                 Key: MESOS-6173
                 URL: https://issues.apache.org/jira/browse/MESOS-6173
             Project: Mesos
          Issue Type: Bug
         Environment: Ubuntu 14.04
            Reporter: Bill Zhao
            Assignee: Gilbert Song


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`.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)