-
Hi @vsoch ,
as the title says, Where the images are stored while downloading? Is there any tmp dir?
Is it possible to customize the tmp dir?
Is it possible to disable the storing in a tmp dir…
-
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 re…
-
## Link to Container Collection Log, Build, or Collection (in that order)
https://www.singularity-hub.org/containers/3586/log
### Behavior when Building Locally
I do not see the error:
`/b…
-
Dear @vsoch,
I installed singularity with conda and thought to follow the example deployment from https://github.com/singularityhub/singularityhub.github.io/wiki/Deploy
## Link to Container Coll…
-
Hello,
The install documentation mentions the existence of a SAML provider. I'm using [Shibboleth](https://www.shibboleth.net/) I would be very interested to test it.
Jean-Baptiste
-
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…
-
It is common in Docker to chain commands together into a single layer and break the command so it does not exceed 80 characters. For instance:
```
RUN apt-get update -y && \
apt-get-install -y…
-
testing
`from spython.main import Client as cl`
`cl.load('/data/YAJE/yaje/novnc/novnc.simg')`
`run=cl.run('6080','localhost:5901','2018-09-01T00:20:00' ,stream=True)`
___
Then ->
`for lin…
-
per suggestion @Trophime - please add any requests as comments here!
vsoch updated
6 years ago
-
Hi @vsoch ,
although we improved our nginx configuration since #82, we still have some issues with big (3.5Gb) images and simultaneous downloads.
I'm pretty sure that you have solved some of th…