meilisearch/MeiliSearch

Dockerfile: don't use `root` as default user

Offen

#2.051 geöffnet am 03.01.2022

 (7 Kommentare) (10 Reaktionen) (0 zugewiesene Personen)Rust (2.542 Forks)batch import
enhancementhelp wantedtooling

Repository-Metriken

Stars
 (57.572 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Our Dockerfile to build the MeiliSearch's image uses the root user. We are aware this is not a good practice. However, we encountered many issues when trying to change this.

History:

Before implementing this issue, we mean, use a non-root user for our Dockerfile, please ensure you took a look a the whole issue conversation since many things have been tried.

Contributor Guide