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/08/02 23:39:20 UTC

[jira] [Updated] (MESOS-5927) Unable to run "scratch" Dockerfiles with Unified Containerizer

     [ https://issues.apache.org/jira/browse/MESOS-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilbert Song updated MESOS-5927:
--------------------------------
         Shepherd: Jie Yu
           Sprint: Mesosphere Sprint 40
     Story Points: 3
           Labels: containerizer filesystem mesosphere  (was: )
    Fix Version/s: 1.0.1
                   0.28.3

> Unable to run "scratch" Dockerfiles with Unified Containerizer
> --------------------------------------------------------------
>
>                 Key: MESOS-5927
>                 URL: https://issues.apache.org/jira/browse/MESOS-5927
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization
>    Affects Versions: 1.0.0
>            Reporter: Philip Winder
>            Assignee: Gilbert Song
>              Labels: containerizer, filesystem, mesosphere
>             Fix For: 0.28.3, 1.0.1
>
>
> It is not possible to run Docker containers that are based upon the "scratch" container.
> Setup: Mesos 1.0.0 with the following Mesos settings:
> {code:none}
> echo 'docker' | sudo tee /etc/mesos-slave/image_providers
> echo 'filesystem/linux,docker/runtime' | sudo tee /etc/mesos-slave/isolation
> {code}
> Recreate: From a Master or Slave, run:
> {code:none}
> mesos-execute --command='echo ok' --docker_image=hello-seattle --master=localhost:5050 --name=test
> {code}
> Effect: The container will crash with messages from Mesos reporting it can't mount folder x/y/z. E.g. can't mount /tmp. This means you can't run any container that is not a "fat" container (i.e. one with a full OS). E.g. error: 
> bq. Failed to enter chroot '/var/lib/mesos/provisioner/containers/fed6add8-0126-40e6-ae81-5859a0c1a2d4/backends/copy/rootfses/4feefc8b-fd5a-4835-95db-165e675f11cd': /tmp in chroot does not existI0729 07:49:56.753474  4362 exec.cpp:413] Executor asked to shutdown
> Expected: Run without issues.
> Use case: We use scratch based containers with static binaries to keep the image size down. This is a common practice.



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