Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 737
    • Issues 737
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 331
    • Merge requests 331
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Merge requests
  • !39533

testing/apptainer: upgrade to 1.1.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hoang Nguyen requested to merge FollieHiyuki/aports:apptainer-update into master Sep 27, 2022
  • Overview 32
  • Commits 1
  • Pipelines 11
  • Changes 1
  • The change log states Apptainer no longer installs a setuid-root portion by default so I think we should provide a non-suid binary as well
  • Trying to build for aarch64 and ppc64le again (we don't have suid binary now)
  • There are tests actually (and a lot of them, both unit tests and e2e tests). I tried to make testing works but it looks kind of ugly :)
go test $(go list ./... | \
		grep -vF "/sysctl" | \
		grep -vF "/namespaces" | \
		grep -vF "/loop" | \
		grep -vF "/proc" | \
		grep -vF "/capabilities" | \
		grep -vF "/archive" | \
		grep -vF "/sif" | \
		grep -vF "/build/files" | \
		grep -vF "/sources" | \
		grep -vF "/cgroups" | \
		grep -vF "/instance" | \
		grep -vF "/security" | \
		grep -vF "/bin" | \
		grep -vF "/crypt" | \
		grep -vF "/env" | \
		grep -vF "/util/fs" | \
		grep -vF "/paths" | \
		grep -vF "/image")

Marking as Draft for now. Let's see how the pipelines go.

Edited Oct 15, 2022 by Hoang Nguyen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: apptainer-update