-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit af115f0) Co-authored-by: Michal Pristas <[email protected]>
- Loading branch information
1 parent
55100d1
commit 11a24fb
Showing
2 changed files
with
3 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
ARG COCKROACHDB_VERSION | ||
FROM cockroachdb/cockroach:v${COCKROACHDB_VERSION} | ||
|
||
RUN apt-get update && apt-get install -y curl | ||
|
||
HEALTHCHECK --interval=1s --retries=90 CMD curl -q http://localhost:8080/_stats/vars | ||
|
||
CMD ["start", "--insecure"] | ||
CMD ["start-single-node", "--insecure"] |
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