Skip to content

Commit

Permalink
add version 3.11.5
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Sep 15, 2023
1 parent 25d7468 commit 2bf8daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.10-alpine as base
FROM golang:1.19-alpine as base

################################################################################
#
Expand All @@ -24,14 +24,14 @@ COPY --from=base /go /go
COPY --from=base /usr/local/go /usr/local/go
ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
ENV GOLANG_VERSION 1.18.10
ENV GOLANG_VERSION 1.19

RUN apk update && \
apk add --virtual automake build-base linux-headers libffi-dev
RUN apk add --no-cache bash git openssh gcc squashfs-tools sudo libtool gawk ca-certificates libseccomp libseccomp-dev
RUN apk add --no-cache linux-headers build-base openssl-dev util-linux util-linux-dev python rsync cryptsetup glib-dev

ENV SINGULARITY_VERSION 3.11.4
ENV SINGULARITY_VERSION 3.11.5
RUN mkdir -p /usr/local/var/singularity/mnt && \
mkdir -p $GOPATH/src/github.com/sylabs && \
cd $GOPATH/src/github.com/sylabs && \
Expand Down
45 changes: 1 addition & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,50 +61,7 @@ The last argument (without a letter) is the name of the docker image, as you wou

## Legacy

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

- [v3.10.5](https://github.com/singularityhub/docker2singularity/tree/v3.10.5): Version 3.10.5 of Singularity.
- [v3.10.3](https://github.com/singularityhub/docker2singularity/tree/v3.10.3): Version 3.10.3 of Singularity.
- [v3.10.2](https://github.com/singularityhub/docker2singularity/tree/v3.10.2): Version 3.10.2 of Singularity.
- [v3.10.1](https://github.com/singularityhub/docker2singularity/tree/v3.10.1): Version 3.10.1 of Singularity.
- [v3.10.0](https://github.com/singularityhub/docker2singularity/tree/v3.10.0): Version 3.10.0 of Singularity.
- [v3.9.9](https://github.com/singularityhub/docker2singularity/tree/v3.9.9): Version 3.9.9 of Singularity.
- [v3.9.8](https://github.com/singularityhub/docker2singularity/tree/v3.9.8): Version 3.9.8 of Singularity.
- [v3.9.7](https://github.com/singularityhub/docker2singularity/tree/v3.9.7): Version 3.9.7 of Singularity.
- [v3.9.6](https://github.com/singularityhub/docker2singularity/tree/v3.9.6): Version 3.9.6 of Singularity.
- [v3.9.5](https://github.com/singularityhub/docker2singularity/tree/v3.9.5): Version 3.9.5 of Singularity.
- [v3.9.4](https://github.com/singularityhub/docker2singularity/tree/v3.9.4): Version 3.9.4 of Singularity.
- [v3.9.3](https://github.com/singularityhub/docker2singularity/tree/v3.9.3): Version 3.9.3 of Singularity.
- [v3.9.2](https://github.com/singularityhub/docker2singularity/tree/v3.9.2): Version 3.9.2 of Singularity.
- [v3.9.1](https://github.com/singularityhub/docker2singularity/tree/v3.9.1): Version 3.9.1 of Singularity.
- [v3.9.0](https://github.com/singularityhub/docker2singularity/tree/v3.9.0): Version 3.9.0 of Singularity.
- [v3.8.4](https://github.com/singularityhub/docker2singularity/tree/v3.8.4): Version 3.8.4 of Singularity.
- [v3.8.3](https://github.com/singularityhub/docker2singularity/tree/v3.8.3): Version 3.8.3 of Singularity.
- [v3.8.2](https://github.com/singularityhub/docker2singularity/tree/v3.8.2): Version 3.8.2 of Singularity.
- [v3.8.1](https://github.com/singularityhub/docker2singularity/tree/v3.8.1): Version 3.8.1 of Singularity.
- [v3.7.4](https://github.com/singularityhub/docker2singularity/tree/v3.7.4): Version 3.7.4 of Singularity.
- [v3.7.3](https://github.com/singularityhub/docker2singularity/tree/v3.7.3): Version 3.7.3 of Singularity.
- [v3.7.2](https://github.com/singularityhub/docker2singularity/tree/v3.7.2): Version 3.7.2 of Singularity.
- [v3.7.1](https://github.com/singularityhub/docker2singularity/tree/v3.7.1): Version 3.7.1 of Singularity.
- [v3.7.0](https://github.com/singularityhub/docker2singularity/tree/v3.7.0): Version 3.7.0 of Singularity.
- [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.
- [v3.5.3](https://github.com/singularityhub/docker2singularity/tree/v3.5.3): Version 3.5.3 of Singularity.
- [v3.5.1](https://github.com/singularityhub/docker2singularity/tree/v3.5.1): Version 3.5.1 of Singularity.
- [v3.5.0](https://github.com/singularityhub/docker2singularity/tree/v3.5.0): Version 3.5.0 of Singularity.
- [v3.4.2](https://github.com/singularityhub/docker2singularity/tree/v3.4.2): Version 3.4.2 of Singularity.
- [v3.4.1](https://github.com/singularityhub/docker2singularity/tree/v3.4.1): Version 3.4.1 of Singularity.
- [v3.4.0](https://github.com/singularityhub/docker2singularity/tree/v3.4.0): Version 3.4.0 of Singularity.
- [v3.3.0](https://github.com/singularityhub/docker2singularity/tree/v3.3.0): Version 3.3.0 of Singularity.
- [v3.2.1](https://github.com/singularityhub/docker2singularity/tree/v3.2.1): Version 3.2.1 of Singularity.
- [v3.1](https://github.com/singularityhub/docker2singularity/tree/v3.1): Version 3.1 of Singularity.
- [v2.6](https://github.com/singularityhub/docker2singularity/tree/v2.6): Version 2.6 of Singularity.
- [v2.5](https://github.com/singularityhub/docker2singularity/tree/v2.5): Version 2.5.1 of Singularity. Same as 2.4 but with many bug fixes.
- [v2.4](https://github.com/singularityhub/docker2singularity/tree/v2.4): Version 2.4 of Singularity. The default image format is squashfs.
- [v2.3](https://github.com/singularityhub/docker2singularity/tree/v2.3): Version 2.3 of Singularity. The image format is ext3.

If you want a legacy version, see the other branches of the repository.
Containers were previous built on [Docker Hub](https://hub.docker.com/r/singularityware/docker2singularity/tags/) and
now are provided on [quay.io](https://quay.io/repository/singularity/docker2singularity?tab=tags). A tag with prefix `v` corresponds to a release of the Singularity software, while the others are in reference to releases of Docker. Previously used [scripts](https://github.com/singularityhub/docker2singularity/tree/master/scripts), including environment and action files, are provided in this repository for reference.

Expand Down

0 comments on commit 2bf8daf

Please sign in to comment.