Skip to content

Commit 336848d

Browse files
authored
Merge pull request #92 from singularityhub/v3.6.4
update for 3.6.4
2 parents f08aff6 + 20a4929 commit 336848d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.2
34+
ENV SINGULARITY_VERSION 3.6.4
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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.2, which gives you a selection of image formats to build.
12+
This particular branch is intended for Singularity 3.6.4, which gives you a selection of image formats to build.
1313
The containers are available to you on [quay.io](https://quay.io/repository/singularity/docker2singularity),
1414
and older versions also available for you on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/).
1515

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

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

67+
- [v3.6.2](https://github.com/singularityhub/docker2singularity/tree/v3.6.2): Version 3.6.2 of Singularity.
6768
- [v3.6.1](https://github.com/singularityhub/docker2singularity/tree/v3.6.1): Version 3.6.1 of Singularity.
6869
- [v3.6.0](https://github.com/singularityhub/docker2singularity/tree/v3.6.0): Version 3.6.0 of Singularity.
6970
- [v3.5.3](https://github.com/singularityhub/docker2singularity/tree/v3.5.3): Version 3.5.3 of Singularity.

VERSION

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

0 commit comments

Comments
 (0)