-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
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
Labels
No labels