Skip to content

Dockerfile to Singularity recipe conversion error #73

@tengwenxuan

Description

@tengwenxuan

I'm trying spython recipe Dockerfile Singularity to convert our existing (working) Dockerfiles, but ran into some wrongly converted recipe:

A Dockerfile containing the following:

WORKDIR /mydir
COPY mydir/CMakeLists.txt mydir/build mydir/README ./

is wrongly converted as the following Singularity recipe:

%files
mydir/CMakeLists.txt mydir/build
mydir/CMakeLists.txt mydir/README
mydir/CMakeLists.txt ./

cd /mydir

spython version: 0.0.45 (btw: spython --version doesn't work as expected)
singularity --version
2.6.0-dist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions