Skip to content

Commit 8a1117b

Browse files
authored
Merge pull request #128 from singularityhub/v3.11.0
add 3.11.0
2 parents 496bb8a + 83a9979 commit 8a1117b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.17.8-alpine as base
1+
FROM golang:1.18.10-alpine as base
22

33
################################################################################
44
#
5-
# Copyright (C) 2019-2022 Vanessa Sochat.
5+
# Copyright (C) 2019-2023 Vanessa Sochat.
66
#
77
# This program is free software: you can redistribute it and/or modify it
88
# under the terms of the GNU Affero General Public License as published by
@@ -24,14 +24,14 @@ COPY --from=base /go /go
2424
COPY --from=base /usr/local/go /usr/local/go
2525
ENV GOPATH /go
2626
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
27-
ENV GOLANG_VERSION 1.17.8
27+
ENV GOLANG_VERSION 1.18.10
2828

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

34-
ENV SINGULARITY_VERSION 3.10.5
34+
ENV SINGULARITY_VERSION 3.11.0
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
3636
mkdir -p $GOPATH/src/github.com/sylabs && \
3737
cd $GOPATH/src/github.com/sylabs && \
@@ -56,3 +56,4 @@ ADD addLabel.py /addLabel.py
5656
ADD scripts /scripts
5757
RUN chmod a+x docker2singularity.sh
5858
ENTRYPOINT ["docker-entrypoint.sh", "/docker2singularity.sh"]
59+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The last argument (without a letter) is the name of the docker image, as you wou
6363

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

66+
- [v3.10.5](https://github.com/singularityhub/docker2singularity/tree/v3.10.5): Version 3.10.5 of Singularity.
6667
- [v3.10.3](https://github.com/singularityhub/docker2singularity/tree/v3.10.3): Version 3.10.3 of Singularity.
6768
- [v3.10.2](https://github.com/singularityhub/docker2singularity/tree/v3.10.2): Version 3.10.2 of Singularity.
6869
- [v3.10.1](https://github.com/singularityhub/docker2singularity/tree/v3.10.1): Version 3.10.1 of Singularity.

0 commit comments

Comments
 (0)