- 06 Nov, 2017 1 commit
-
-
David Trudgian authored
-
- 05 Nov, 2017 4 commits
-
-
David Trudgian authored
-
David Trudgian authored
-
David Trudgian authored
-
David Trudgian authored
-
- 04 Nov, 2017 5 commits
-
-
David Trudgian authored
-
David Trudgian authored
-
David Trudgian authored
-
David Trudgian authored
-
David Trudgian authored
This reverts commit 4371bc4c.
-
- 03 Nov, 2017 16 commits
-
-
Gregory M. Kurtzer authored
-
-
Gregory M. Kurtzer authored
-
Gregory M. Kurtzer authored
Exposing labels, bin, lib, environment for SCI-F
-
Gregory M. Kurtzer authored
Spoil the lolcow fun :-( - don't fetch a remote image that user has not requested
-
Gregory M. Kurtzer authored
Allow empty namespaces for docker:// images
-
Gregory M. Kurtzer authored
Debian squashfs-tools dependency
-
Gregory M. Kurtzer authored
Fix to honor user name request for Singularity Hub pull
-
Gregory M. Kurtzer authored
Fix for NFS+root_squash issue #1068
-
Gregory M. Kurtzer authored
Packaging: Explicitly include local state directories.
-
Gregory M. Kurtzer authored
Check if overlay upper/work image directories are symlinks
-
Gregory M. Kurtzer authored
-
Gregory M. Kurtzer authored
-
-
-
-
- 02 Nov, 2017 8 commits
-
-
Daniele Tamino authored
-
Daniele Tamino authored
- Disallow @ in registry (causes ambiguity with @version) - Disallow @ in tag, so repo:tag@version doesn't parse tag = 'tag@version' - Allow @ in version, so repo@version@1 will yield version = 'version@1'
-
vsoch authored
-
vsoch authored
-
Daniele Tamino authored
-
vsoch authored
-
Oliver Freyermuth authored
This is critial to let namespaces with user privileges work out of the box. If the directories are not present, Singularity will fail, since with user privileges they can not be created at runtime anymore. Signed-off-by:
Oliver Freyermuth <o.freyermuth@googlemail.com>
-
David Godlove authored
-
- 01 Nov, 2017 1 commit
-
-
Daniele Tamino authored
Had to bind /var/run/docker.sock inside CentOS container so it can use the host's docker daemon for testing, see https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/ for rationale. Unlike that article, mapping directly to /var/run/docker.sock didn't work here, cause running CentOS' own /usr/sbin/init mounts another overlayfs which shadows /var/run/. Instead, I bound it to /docker.sock, set DOCKER_HOST=unix:///docker.sock and cleared the path in several places for it to be exported all the way to the relevant tests. Now, this would've been a much easier change if the test container started the build script directly, instead of running /usr/sbin/init, but since we're trying simulate a full operating system running, doing that would've reduced the value of the test.
-
- 31 Oct, 2017 5 commits
-
-
Gregory M. Kurtzer authored
Fix/docker env parsing
-
Gregory M. Kurtzer authored
always use 'try' for overlayfs functionality.
-
Oliver Freyermuth authored
It's not needed anymore for anything inside the build, but only to decide whether to test it. Signed-off-by:
Oliver Freyermuth <o.freyermuth@googlemail.com>
-
vsoch authored
-
vsoch authored
-