Skip to content

Commit 10c4667

Browse files
authored
Merge pull request #94 from singularityhub/v3.7.0
preparing container build for 3.7.0
2 parents 336848d + 9c861e0 commit 10c4667

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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.6.4
34+
ENV SINGULARITY_VERSION 3.7.0
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
3636
mkdir -p $GOPATH/src/github.com/hpcng && \
3737
cd $GOPATH/src/github.com/hpcng && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ supporting [Singularity](https://www.sylabs.io/guides/latest/user-guide/)?
99
Are you working on Mac or Windows with no easy access to a Linux machine? If the pull,
1010
build, and general commands to work with docker images provided by Singularity
1111
natively do not fit your needs, `docker2singularity` is an alternative way to generate Singularity images.
12-
This particular branch is intended for Singularity 3.6.4, which gives you a selection of image formats to build.
1312
The containers are available to you on [quay.io](https://quay.io/repository/singularity/docker2singularity),
1413
and older versions also available for you on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/).
1514

@@ -64,6 +63,7 @@ The last argument (without a letter) is the name of the docker image, as you wou
6463

6564
If you want a legacy version, see the following other branches:
6665

66+
- [v3.6.4](https://github.com/singularityhub/docker2singularity/tree/v3.6.4): Version 3.6.4 of Singularity.
6767
- [v3.6.2](https://github.com/singularityhub/docker2singularity/tree/v3.6.2): Version 3.6.2 of Singularity.
6868
- [v3.6.1](https://github.com/singularityhub/docker2singularity/tree/v3.6.1): Version 3.6.1 of Singularity.
6969
- [v3.6.0](https://github.com/singularityhub/docker2singularity/tree/v3.6.0): Version 3.6.0 of Singularity.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.6.4
1+
3.7.0

0 commit comments

Comments
 (0)