Skip to content

Commit

Permalink
Merge pull request #27 from decodableco/DE-7685
Browse files Browse the repository at this point in the history
DE-7685: Fix HMS standalone docker image source
  • Loading branch information
rmoff authored Sep 24, 2024
2 parents 4601477 + 4b70b1e commit fff2ba4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion catalogs/flink-iceberg-hive/hms-standalone-s3/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion flink-delta-lake/hms-standalone-s3/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fff2ba4

Please sign in to comment.