singularityhub / interface

user interface for managing containers with sregistry global client, and making recipes
https://singularityhub.github.io/interface/
GNU Affero General Public License v3.0
2 stars 0 forks source link

[builder] conversion issue (ENV) #30

Closed samcmill closed 6 years ago

samcmill commented 6 years ago

This is valid Dockerfile syntax to set 2 environment variables:

ENV A=B X=Y

When converting this from Docker to Singularity, the Singularity output is incorrect:

%post
A=B=X=Y
%environment
export A=B=X=Y
vsoch commented 6 years ago

Ditto here! Please post this issue on the spython board and close here --> https://www.github.com/singularityhub/singularity-cli/issues the builder just uses the functions from there to do the conversion. Thank you!