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 one year ago
Votes Newest

Answers 4


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

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year 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 one year ago
83 Views
4 Answers
one year ago
4 months ago
Tags
Similar posts