Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C containers
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • argo
  • containers
  • Merge requests
  • !3

Add a new argument to 'exec'

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kamil Iskra requested to merge explicit-env into master Aug 08, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 3

We used to pass the environment for the user job implicitly, as the environment of argo_nodeos_config. This wasn't very clean and was causing problems with, e.g., LD_PRELOAD, which gets filtered out because argo_nodeos_config is suid root. So now we pass the environment as a required, explicit argument.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: explicit-env