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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
conexus.tugraz.at/campusonline/co-quarkus:jre17

Hallo,

darf ich statt conexus.tugraz.at/campusonline/co-quarkus:jre17 die Quarkus mitgelieferte Dockerfile.jvm Datei zum builden von Docker Container verwenden?
Gibt es irgendwelche vor/nachteile oder Auswirkungen?

LG,
Anand

  
  
Posted one year ago
Votes Newest

Answers


There would be a little disadvantage in not using the co-quarkus base image: the secret loader. This feature is only available in this image. If not using this image secrets must be saved in plain text in guid yaml. So it is not recommended to do so.

  
  
Posted one year ago
Lucas Reeh
108 × 4 Administrator