Skip to content

Commit d5a96e9

Browse files
committed
updating docker2singularity to use version 3.4.2
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent f271464 commit d5a96e9

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12.7-alpine3.10 as base
1+
FROM golang:1.13-alpine3.10 as base
22

33
################################################################################
44
#
@@ -34,7 +34,7 @@ RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linu
3434
RUN mkdir -p /usr/local/var/singularity/mnt && \
3535
mkdir -p $GOPATH/src/github.com/sylabs && \
3636
cd $GOPATH/src/github.com/sylabs && \
37-
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.4.1/singularity-3.4.1.tar.gz | \
37+
wget -qO- https://github.com/sylabs/singularity/releases/download/v3.4.2/singularity-3.4.2.tar.gz | \
3838
tar xzv && \
3939
cd singularity && \
4040
./mconfig -p /usr/local/singularity && \

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
[![CircleCI](https://circleci.com/gh/singularityhub/docker2singularity.svg?style=svg)](https://circleci.com/gh/singularityhub/docker2singularity)
66

77
Are you developing Docker images and you would like to run them on an HPC cluster
8-
supporting [Singularity](https://www.sylabs.io/guides/2.5.1/user-guide/introduction.html)?
8+
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,
10-
build, and general commands to [work with docker images provided by Singularity](https://www.sylabs.io/guides/2.5.1/user-guide/singularity_and_docker.html?highlight=docker) natively do not fit your needs,
11-
`docker2singularity` is an alternative way to generate Singularity images.
10+
build, and general commands to work with docker images provided by Singularity
11+
natively do not fit your needs, `docker2singularity` is an alternative way to generate Singularity images.
1212
This particular branch is intended for Singularity 2.5.1, which gives you a selection of image formats to build.
13-
The containers are also available for you on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/).
13+
The containers are available to you on [quay.io](https://quay.io/repository/singularity/docker2singularity), a
14+
nd older versions also available for you on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/).
1415

1516
## Usage
1617

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

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

66-
- [v3.4.0](https://github.com/singularityhub/docker2singularity/tree/v3.3.0): Version 3.4.0 of Singularity.
67+
- [v3.4.1](https://github.com/singularityhub/docker2singularity/tree/v3.4.1): Version 3.4.1 of Singularity.
68+
- [v3.4.0](https://github.com/singularityhub/docker2singularity/tree/v3.4.0): Version 3.4.0 of Singularity.
6769
- [v3.3.0](https://github.com/singularityhub/docker2singularity/tree/v3.3.0): Version 3.3.0 of Singularity.
6870
- [v3.2.1](https://github.com/singularityhub/docker2singularity/tree/v3.2.1): Version 3.2.1 of Singularity.
6971
- [v3.1](https://github.com/singularityhub/docker2singularity/tree/v3.1): Version 3.1 of Singularity.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
3.4.2

0 commit comments

Comments
 (0)