mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 09:50:01 +00:00

* fix docker warning * for running actions --------- Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
5 lines
101 B
Docker
5 lines
101 B
Docker
ARG BASE_IMAGE
|
|
FROM ${BASE_IMAGE}
|
|
ENV MINIO_ENDPOINT=""
|
|
ENV HIVE_METASTORE_URI=""
|
|
COPY etc /etc/trino |