Skip to content

Commit d44edb8

Browse files
authored
Merge pull request #102 from singularityhub/v3.7.4
updating to 3.7.4
2 parents c06aee2 + bfd1210 commit d44edb8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ RUN apk update && \
3131
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
3232
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup
3333

34-
ENV SINGULARITY_VERSION 3.7.3
34+
ENV SINGULARITY_VERSION 3.7.4
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
36-
mkdir -p $GOPATH/src/github.com/hpcng && \
37-
cd $GOPATH/src/github.com/hpcng && \
38-
wget -qO- https://github.com/hpcng/singularity/releases/download/v${SINGULARITY_VERSION}/singularity-${SINGULARITY_VERSION}.tar.gz | \
36+
mkdir -p $GOPATH/src/github.com/sylabs && \
37+
cd $GOPATH/src/github.com/sylabs && \
38+
wget -qO- https://github.com/sylabs/singularity/releases/download/v${SINGULARITY_VERSION}/singularity-${SINGULARITY_VERSION}.tar.gz | \
3939
tar xzv && \
4040
cd singularity && \
4141
./mconfig -p /usr/local/singularity && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The last argument (without a letter) is the name of the docker image, as you wou
6363

6464
If you want a legacy version, see the following other branches:
6565

66+
- [v3.7.3](https://github.com/singularityhub/docker2singularity/tree/v3.7.2): Version 3.7.3 of Singularity.
6667
- [v3.7.2](https://github.com/singularityhub/docker2singularity/tree/v3.7.2): Version 3.7.2 of Singularity.
6768
- [v3.7.1](https://github.com/singularityhub/docker2singularity/tree/v3.7.1): Version 3.7.1 of Singularity.
6869
- [v3.7.0](https://github.com/singularityhub/docker2singularity/tree/v3.7.0): Version 3.7.0 of Singularity.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.3
1+
3.7.4

0 commit comments

Comments
 (0)