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] Named stage conversion #31

Closed samcmill closed 6 years ago

samcmill commented 6 years ago

This is valid Dockerfile syntax to name a layer (for multistage builds):

FROM ubuntu:16.04 AS level

Singularity has no corresponding concept. The converter carries it through which results in an invalid Singularity recipe.

Bootstrap: docker
From: ubuntu:16.04 AS devel
vsoch commented 6 years ago

And this one too :)

https://www.github.com/singularityhub/singularity-cli/issues

We will fix these up!