Skip to content

Commit

Permalink
Merge pull request apptainer#6275 from edytuk/sylabs368
Browse files Browse the repository at this point in the history
Markdown changes, from sylabs 368
  • Loading branch information
DrDaveD authored Nov 9, 2021
2 parents eb48e25 + 9736d22 commit 3a2a415
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@

### Changed defaults / behaviours

- Building Singularity from source requires go >=1.16. We now aim to support
the two most recent stable versions of Go. This corresponds to the Go
[Release Maintenance Policy](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance)
and [Security Policy](https://golang.org/security), ensuring critical bug
fixes and security patches are available for all supported language versions.
However, rpm and debian packaging apply patches to support older native go
installations.
- LABELs from Docker/OCI images are now inherited. This fixes a longstanding
regression from Singularity 2.x. Note that you will now need to use
`--force` in a build to override a label that already exists in the source
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Then use the `rpm` make target to build Singularity as an rpm package:
```sh
./mconfig --only-rpm
make -C builddir rpm
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.2*.x86_64.rpm # or whatever version you built
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-3.8.3*.x86_64.rpm # or whatever version you built
```

<!-- markdownlint-enable MD013 -->
Expand Down

0 comments on commit 3a2a415

Please sign in to comment.