-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dockerfile): update dockerfile for release 6.5
From for ~6.5.12 we switch the base image to the new one. Signed-off-by: wuhuizuo <[email protected]>
- Loading branch information
Showing
48 changed files
with
83 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
dockerfiles/products/le6.5-linux-arm64/dm-monitor-initializer
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...s/products/ng-monitoring/le6.5/Dockerfile → ...roducts/ng-monitoring/lt6.5.12/Dockerfile
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/ng-monitoring-base:v1.9.2 | ||
FROM $BASE_IMG | ||
COPY ng-monitoring-server /ng-monitoring-server | ||
EXPOSE 12020 | ||
ENTRYPOINT ["/ng-monitoring-server"] |
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.2 | ||
FROM $BASE_IMG | ||
COPY pd-server /pd-server | ||
COPY pd-ctl /pd-ctl | ||
COPY pd-recover /pd-recover | ||
EXPOSE 2379 2380 | ||
ENTRYPOINT ["/pd-server"] |
File renamed without changes.
File renamed without changes.
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 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
COPY pump /pump | ||
COPY drainer /drainer | ||
COPY reparo /reparo | ||
COPY binlogctl /binlogctl | ||
EXPOSE 4000 | ||
EXPOSE 8249 8250 | ||
CMD ["/pump"] |
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/pd-base:v1.9.2 | ||
FROM $BASE_IMG | ||
COPY tidb-dashboard /tidb-dashboard | ||
EXPOSE 12333 | ||
ENTRYPOINT ["/tidb-dashboard"] |
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
COPY sync_diff_inspector /sync_diff_inspector |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
|
||
COPY br /br |
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,4 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
|
||
COPY dumpling /dumpling |
1 change: 1 addition & 0 deletions
1
.../products/tidb-lightning-debug.Dockerfile → ...ts/tidb/~6.5.12/tidb-lightning.Dockerfile
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,6 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
|
||
COPY tidb-lightning /tidb-lightning | ||
COPY tidb-lightning-ctl /tidb-lightning-ctl | ||
COPY br /br |
2 changes: 1 addition & 1 deletion
2
...iles/products/tidb-release-6.5.Dockerfile → ...les/products/tidb/~6.5.12/tidb.Dockerfile
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
2 changes: 1 addition & 1 deletion
2
...ts/tidb-enterprise-release-6.5.Dockerfile → ...s/tidb/~6.5.12/tidb.enterprise.Dockerfile
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
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tiflash-base:v1.9.2 | ||
FROM $BASE_IMG | ||
ENV LD_LIBRARY_PATH /tiflash | ||
COPY tiflash /tiflash | ||
ENTRYPOINT ["/tiflash/tiflash", "server"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,8 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
|
||
COPY dm-worker /dm-worker | ||
COPY dm-master /dm-master | ||
COPY dmctl /dmctl | ||
|
||
EXPOSE 8291 8261 8262 |
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,7 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tools-base:v1.9.2 | ||
FROM $BASE_IMG | ||
|
||
COPY cdc /cdc | ||
|
||
EXPOSE 8300 | ||
CMD [ "/cdc" ] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,6 @@ | ||
ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tikv-base:v1.0.0-old | ||
FROM $BASE_IMG | ||
COPY tikv-server /tikv-server | ||
COPY tikv-ctl /tikv-ctl | ||
EXPOSE 20160 | ||
ENTRYPOINT ["/tikv-server"] |
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