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
Unanswered
Hi, I Want To Run A Task In A Docker:Dind Container (Runs Alpine Linux As Os) And Setup Python There Via The Setup Shell Script. However, When Running The Task The Setup Script Seems To Use Bash As Default Command, While Alpine Does Not Support Bash Scri

Hi,

I want to run a task in a docker:dind container (runs Alpine Linux as OS) and setup python there via the setup shell script. However, when running the task the setup script seems to use bash as default command, while Alpine does not support bash scripts per se. Also parsing an argument --entry_point /bin/sh does not work.

Could you clarify how exactly the setup script is being called in the docker container and what the problem could be for this specific case?
image
image

  
  
Posted 15 hours ago
Votes Newest

Answers

3 Views
0 Answers
15 hours ago
5 hours ago
Tags