You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "michael beisiegel (JIRA)" <ji...@apache.org> on 2017/06/10 02:39:18 UTC

[jira] [Created] (MESOS-7652) docker image not working with universal containerizer

michael beisiegel created MESOS-7652:
----------------------------------------

             Summary: docker image not working with universal containerizer
                 Key: MESOS-7652
                 URL: https://issues.apache.org/jira/browse/MESOS-7652
             Project: Mesos
          Issue Type: Bug
          Components: containerization
    Affects Versions: 1.2.1
            Reporter: michael beisiegel
            Priority: Minor


hello,
used the following docker image recently

quay.io/spinnaker/front50:master
https://quay.io/repository/spinnaker/front50

Here the link to the Dockerfile
https://github.com/spinnaker/front50/blob/master/Dockerfile

The image works fine with the docker containerizer, but the universal containerizer shows the following in stderr.

"Failed to chdir into current working directory '/workdir': No such file or directory"

The problem comes from the fact that the Dockerfile creates a WORKDIR but then later removes the created dir as part of a RUN. The docker containerizer has no problem with it if you do

docker run -ti --rm quay.io/spinnaker/front50:master bash

you get into the working dir, but the universal containerizer fails with the error.

thanks for your help,
Michael



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)