Skip to content

Commit 1c0e4f3

Browse files
committed
adding 3.9.8
Signed-off-by: vsoch <[email protected]>
1 parent 8b49935 commit 1c0e4f3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Dockerfile

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

33
################################################################################
44
#
@@ -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.16.6
27+
ENV GOLANG_VERSION 1.17.8
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
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.9.6
34+
ENV SINGULARITY_VERSION 3.9.8
3535
RUN mkdir -p /usr/local/var/singularity/mnt && \
3636
mkdir -p $GOPATH/src/github.com/sylabs && \
3737
cd $GOPATH/src/github.com/sylabs && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ 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.9.8](https://github.com/singularityhub/docker2singularity/tree/v3.9.8): Version 3.9.7 of Singularity.
67+
- [v3.9.7](https://github.com/singularityhub/docker2singularity/tree/v3.9.7): Version 3.9.7 of Singularity.
6668
- [v3.9.6](https://github.com/singularityhub/docker2singularity/tree/v3.9.6): Version 3.9.6 of Singularity.
6769
- [v3.9.5](https://github.com/singularityhub/docker2singularity/tree/v3.9.5): Version 3.9.5 of Singularity.
6870
- [v3.9.4](https://github.com/singularityhub/docker2singularity/tree/v3.9.4): Version 3.9.4 of Singularity.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.6
1+
3.9.8

0 commit comments

Comments
 (0)