File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## Changes since last release
3+ ## v3.8.1 [ 2021-07-20 ]
44
55### Bug Fixes
66
77 - Allow escaped ` \$ ` in a SINGULARITYENV_ var to set a literal ` $ ` in
88 a container env var.
99 - Handle absolute symlinks correctly in multi-stage build ` %copy from `
1010 blocks.
11+ - Fix incorrect reference in sandbox restrictive permissions warning.
1112
1213## v3.8.0 [ 2021-05-26]
1314
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8282To build a specific version of SingularityCE, check out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before compiling:
8383
8484```
85- $ git checkout v3.8.0
85+ $ git checkout v3.8.1
8686```
8787
8888## Compiling SingularityCE
@@ -125,7 +125,7 @@ as shown above. Then download the latest
125125and use it to install the RPM like this:
126126
127127```
128- $ export VERSION=3.8.0 # this is the singularity version, change as you need
128+ $ export VERSION=3.8.1 # this is the singularity version, change as you need
129129
130130$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
131131 rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
@@ -141,7 +141,7 @@ tarball and use it to install Singularity:
141141$ cd $GOPATH/src/github.com/sylabs/singularity && \
142142 ./mconfig && \
143143 make -C builddir rpm && \
144- sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.0 *.x86_64.rpm # or whatever version you built
144+ sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.1 *.x86_64.rpm # or whatever version you built
145145```
146146
147147To build an rpm with an alternative install prefix set RPMPREFIX on the
You can’t perform that action at this time.
0 commit comments