Revert "Allow reading Elasticsearch certs in Wolfi image" (#734)

This reverts commit 5dabe9c0996e62d8bf4b493dcea7d4bc161dead4.
This commit is contained in:
Quentin Pradet 2024-10-11 16:52:41 +04:00 committed by GitHub
parent 2916b51fa7
commit 1312e96220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,6 @@ WORKDIR /eland
ENV VIRTUAL_ENV=/eland/venv ENV VIRTUAL_ENV=/eland/venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH" 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 COPY --from=builder /eland /eland
# The eland_import_hub_model script is intended to be executed by a shell, # The eland_import_hub_model script is intended to be executed by a shell,