singularity-ce:main

Last commit made on 2024-06-24
Get this branch:
git clone -b main https://git.launchpad.net/singularity-ce

Branch merges

Branch information

Name:
main
Repository:
lp:singularity-ce

Recent commits

e44411e... by Dave Trudgian <email address hidden>

Merge pull request #3035 from sylabs/dependabot/go_modules/main/github.com/containers/image/v5-5.31.1

chore(deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1

3aeb2c1... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1

Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.31.0 to 5.31.1.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.31.0...v5.31.1)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

9307e88... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump github.com/sylabs/sif/v2 from 2.16.0 to 2.17.0 (#3028)

Bumps [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/sylabs/sif/releases)
- [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml)
- [Commits](https://github.com/sylabs/sif/compare/v2.16.0...v2.17.0)

---
updated-dependencies:
- dependency-name: github.com/sylabs/sif/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

6ad1528... by Dave Trudgian <email address hidden>

Merge pull request #3020 from sylabs/dependabot/go_modules/main/github.com/containernetworking/plugins-1.5.1

chore(deps): bump github.com/containernetworking/plugins from 1.5.0 to 1.5.1

995ce01... by Dave Trudgian <email address hidden>

Merge pull request #3024 from sylabs/dependabot/go_modules/main/github.com/moby/buildkit-0.14.1

chore(deps): bump github.com/moby/buildkit from 0.14.0 to 0.14.1

4f9143e... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump github.com/moby/buildkit from 0.14.0 to 0.14.1

Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

afeb839... by Dave Trudgian <email address hidden>

Merge pull request #3019 from sylabs/dependabot/go_modules/main/github.com/google/go-containerregistry-0.19.2

chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2

4bb96a9... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump github.com/containernetworking/plugins

Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/containernetworking/plugins/releases)
- [Commits](https://github.com/containernetworking/plugins/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

3541788... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

chore(deps): bump github.com/google/go-containerregistry

Bumps [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) from 0.19.1 to 0.19.2.
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

1a35869... by cyanezstange <email address hidden>

Add "allow user ns" option to singularity.conf (#2981)

* draft: Add "allow user ns" option to singularity.conf

* "allow user ns": Add e2e tests and edit changelog

* "allow user ns": Simplify e2e tests

* "allow user ns" option e2e: use fakeroot profile instead of flag

* Add extra failing conditions

* rename function, fix tests, and fix changelog

* Update internal/pkg/runtime/engine/singularity/prepare_linux.go

Co-authored-by: Dave Trudgian <email address hidden>

---------

Co-authored-by: Dave Trudgian <email address hidden>