From ed95c2a8fd989b2fc9e59baf5417fd085b2954c2 Mon Sep 17 00:00:00 2001 From: rmoff Date: Tue, 24 Sep 2024 10:07:26 +0100 Subject: [PATCH 1/2] #25 / DE-7685: Fix Dockerfile base image source --- kafka-iceberg/apache-flink/hms-standalone-s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-iceberg/apache-flink/hms-standalone-s3/Dockerfile b/kafka-iceberg/apache-flink/hms-standalone-s3/Dockerfile index dafab5a..b9d2727 100644 --- a/kafka-iceberg/apache-flink/hms-standalone-s3/Dockerfile +++ b/kafka-iceberg/apache-flink/hms-standalone-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM hms-standalone +FROM ghcr.io/criccomini/hive-metastore-standalone:0.3.1 RUN apt-get update && apt-get install -y curl rlwrap vim From 4b70b1e71d283d1289c131a628c46b74fde1d0af Mon Sep 17 00:00:00 2001 From: rmoff Date: Tue, 24 Sep 2024 10:10:54 +0100 Subject: [PATCH 2/2] Fix docker image source --- catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile | 2 +- flink-delta-lake/hms-standalone-s3/Dockerfile | 2 +- .../03-flink-s3-minio/hms-standalone-s3/Dockerfile | 2 +- .../04-flink-iceberg-hms-s3-minio/hms-standalone-s3/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile b/catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile index 8d4b270..1df1b82 100644 --- a/catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile +++ b/catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM hms-standalone +FROM ghcr.io/criccomini/hive-metastore-standalone:latest RUN apt-get update && apt-get install -y curl rlwrap vim diff --git a/flink-delta-lake/hms-standalone-s3/Dockerfile b/flink-delta-lake/hms-standalone-s3/Dockerfile index dafab5a..b90d7d3 100644 --- a/flink-delta-lake/hms-standalone-s3/Dockerfile +++ b/flink-delta-lake/hms-standalone-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM hms-standalone +FROM ghcr.io/criccomini/hive-metastore-standalone:latest RUN apt-get update && apt-get install -y curl rlwrap vim diff --git a/troubleshooting-flinksql/03-flink-s3-minio/hms-standalone-s3/Dockerfile b/troubleshooting-flinksql/03-flink-s3-minio/hms-standalone-s3/Dockerfile index 961334b..8a8c75f 100644 --- a/troubleshooting-flinksql/03-flink-s3-minio/hms-standalone-s3/Dockerfile +++ b/troubleshooting-flinksql/03-flink-s3-minio/hms-standalone-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM hms-standalone +FROM ghcr.io/criccomini/hive-metastore-standalone:latest RUN apt-get update && apt-get install -y curl rlwrap vim diff --git a/troubleshooting-flinksql/04-flink-iceberg-hms-s3-minio/hms-standalone-s3/Dockerfile b/troubleshooting-flinksql/04-flink-iceberg-hms-s3-minio/hms-standalone-s3/Dockerfile index 24914fd..3928402 100644 --- a/troubleshooting-flinksql/04-flink-iceberg-hms-s3-minio/hms-standalone-s3/Dockerfile +++ b/troubleshooting-flinksql/04-flink-iceberg-hms-s3-minio/hms-standalone-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM hms-standalone +FROM ghcr.io/criccomini/hive-metastore-standalone:latest RUN apt-get update && apt-get install -y curl rlwrap vim