From 1312e962208c10b5f54bc9f1b8cfe48bd03b4e07 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 11 Oct 2024 16:52:41 +0400 Subject: [PATCH] Revert "Allow reading Elasticsearch certs in Wolfi image" (#734) This reverts commit 5dabe9c0996e62d8bf4b493dcea7d4bc161dead4. --- Dockerfile.wolfi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile.wolfi b/Dockerfile.wolfi index 2eeeea7..3d94ffd 100644 --- a/Dockerfile.wolfi +++ b/Dockerfile.wolfi @@ -26,10 +26,6 @@ WORKDIR /eland ENV VIRTUAL_ENV=/eland/venv ENV PATH="$VIRTUAL_ENV/bin:$PATH" -# Use the same `USER` instruction as Elasticsearch to make sure Eland can read -# a volume with Elasticsearch data in it. This is useful for --ca-cert. -USER 1000:0 - COPY --from=builder /eland /eland # The eland_import_hub_model script is intended to be executed by a shell,