-
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
kelvin.yue
committed
Feb 3, 2021
1 parent
6a38f8e
commit 14f37bc
Showing
3 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM quay.io/lalamove/mysql:5.6 | ||
|
||
ENV TINI_VERSION v0.19.0 | ||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini | ||
RUN chmod +x /tini | ||
|
||
COPY ./bin/go-mysql-elasticsearch /usr/bin/go-mysql-elasticsearch | ||
|
||
ENTRYPOINT ["/tini","--","go-mysql-elasticsearch"] |
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 +1,5 @@ | ||
# go-mysql-elasticsearch | ||
# go-mysql-elasticsearch | ||
|
||
Customized go-mysql-elasticsearch | ||
|
||
Usage: https://github.com/siddontang/go-mysql-elasticsearch |
Binary file not shown.