You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2016/10/13 23:39:20 UTC

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

    [ https://issues.apache.org/jira/browse/MESOS-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573550#comment-15573550 ] 

Gilbert Song commented on MESOS-6173:
-------------------------------------

Temporarily target it for 1.2.0.

[~jieyu], please re-target it if we should land it for 1.1.

> 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
>          Components: containerization, docker
>    Affects Versions: 0.28.0, 0.28.1, 0.28.2, 1.0.0, 1.0.1
>         Environment: Ubuntu 14.04
>            Reporter: Bill Zhao
>            Assignee: Gilbert Song
>              Labels: containerizer, docker, mesosphere
>
> 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)