forked from ClickHouse/clickhouse-jdbc-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
1,949 additions
and
1,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright (C) 2019-2020, Zhichun Wu | ||
# Copyright (C) 2019-2021, Zhichun Wu | ||
# | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
|
@@ -27,7 +27,7 @@ LABEL maintainer="[email protected]" | |
|
||
# Environment variables | ||
ENV JDBC_BRIDGE_HOME=/app JDBC_BRIDGE_VERSION=${revision} \ | ||
JDBC_BRIDGE_REL_URL=https://github.com/${repository}/releases/download/v${revision}/ | ||
JDBC_BRIDGE_REL_URL=https://github.com/${repository}/releases/download/v${revision} | ||
|
||
# Labels | ||
LABEL app_name="ClickHouse JDBC Bridge" app_version="$JDBC_BRIDGE_VERSION" | ||
|
@@ -57,6 +57,3 @@ EXPOSE 9019 | |
VOLUME ["${JDBC_BRIDGE_HOME}/drivers", "${JDBC_BRIDGE_HOME}/extensions", "${JDBC_BRIDGE_HOME}/logs", "${JDBC_BRIDGE_HOME}/scripts"] | ||
|
||
CMD "./docker-entrypoint.sh" | ||
|
||
HEALTHCHECK --start-period=5m --interval=30s --timeout=5s \ | ||
CMD curl --connect-timeout 3 --no-keepalive -f http://localhost:9019/ping || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.