Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I See That In The Default Setup, This Command Is Part Of The Docker Bash Setup Script:

I see that in the default setup, this command is part of the docker bash setup script: chown -R root /root/.cache/pip
Does the agent assume it will be running as root?
I’m trying to figure out the minimum permission level to give the agent. For example, I think the daemon running on the instance needs at least permission to run docker but the agent that will run inside docker doesn’t need it. But I’m not sure if there are extra ops that are done by agent that need root access.

  
  
Posted 2 years ago
Votes Newest

Answers 4


My docker image will have all required apt packages, so no need.

  
  
Posted 2 years ago

I do expect it to pip install though which doesn’t root access I think

  
  
Posted 2 years ago

Kind of as it tries to do "apt-get install"...
what did you have in mind ?

  
  
Posted 2 years ago

I do expect it to 

pip

 install though which doesn’t root access I think

Correct, it is installed on a venv (exactly for that).
It will not fail if the apt-get fails (only warnings)
Let me know if it worked

  
  
Posted 2 years ago
506 Views
4 Answers
2 years ago
one year ago
Tags
Similar posts