mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
* fix docker warning * for running actions --------- Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
This commit is contained in:
parent
ef131d7e20
commit
48700ae9ea
@ -15,7 +15,7 @@
|
||||
FROM ubuntu:xenial-20210416
|
||||
|
||||
# environment variables
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# update
|
||||
RUN apt update -y && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mysql:8.3 as mysql
|
||||
FROM mysql:8.3 AS mysql
|
||||
|
||||
FROM apache/airflow:2.9.1-python3.10
|
||||
USER root
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM mysql:8.3 as mysql
|
||||
FROM mysql:8.3 AS mysql
|
||||
|
||||
FROM apache/airflow:2.9.1-python3.10
|
||||
USER root
|
||||
|
@ -2,8 +2,8 @@ ARG BASE_IMAGE=bitsondatadev/hive-metastore:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
COPY conf/metastore-site.xml /opt/apache-hive-metastore-3.0.0-bin/conf/metastore-site.xml
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENV JDBC_CONNECTION_URL ""
|
||||
ENV MINIO_ENDPOINT ""
|
||||
ENV JDBC_CONNECTION_URL=""
|
||||
ENV MINIO_ENDPOINT=""
|
||||
USER root
|
||||
RUN chmod +x /entrypoint.sh
|
||||
USER hive
|
@ -1,5 +1,5 @@
|
||||
ARG BASE_IMAGE
|
||||
FROM ${BASE_IMAGE}
|
||||
ENV MINIO_ENDPOINT ""
|
||||
ENV HIVE_METASTORE_URI ""
|
||||
ENV MINIO_ENDPOINT=""
|
||||
ENV HIVE_METASTORE_URI=""
|
||||
COPY etc /etc/trino
|
Loading…
x
Reference in New Issue
Block a user