Skip to content

Commit

Permalink
Merge pull request #94 from singularityhub/v3.7.0
Browse files Browse the repository at this point in the history
preparing container build for 3.7.0
  • Loading branch information
vsoch committed Nov 24, 2020
2 parents 336848d + 9c861e0 commit 10c4667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk update && \
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup

ENV SINGULARITY_VERSION 3.6.4
ENV SINGULARITY_VERSION 3.7.0
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/hpcng && \
cd $GOPATH/src/github.com/hpcng && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ supporting [Singularity](https://www.sylabs.io/guides/latest/user-guide/)?
Are you working on Mac or Windows with no easy access to a Linux machine? If the pull,
build, and general commands to work with docker images provided by Singularity
natively do not fit your needs, `docker2singularity` is an alternative way to generate Singularity images.
This particular branch is intended for Singularity 3.6.4, which gives you a selection of image formats to build.
The containers are available to you on [quay.io](https://quay.io/repository/singularity/docker2singularity),
and older versions also available for you on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/).

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

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

- [v3.6.4](https://github.com/singularityhub/docker2singularity/tree/v3.6.4): Version 3.6.4 of Singularity.
- [v3.6.2](https://github.com/singularityhub/docker2singularity/tree/v3.6.2): Version 3.6.2 of Singularity.
- [v3.6.1](https://github.com/singularityhub/docker2singularity/tree/v3.6.1): Version 3.6.1 of Singularity.
- [v3.6.0](https://github.com/singularityhub/docker2singularity/tree/v3.6.0): Version 3.6.0 of Singularity.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.4
3.7.0

0 comments on commit 10c4667

Please sign in to comment.