Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
Signed-off-by: GuptaManan100 <[email protected]>
  • Loading branch information
GuptaManan100 committed Oct 7, 2020
2 parents d63cd7d + 58f8fbb commit da1174b
Show file tree
Hide file tree
Showing 63 changed files with 4,479 additions and 3,707 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif
install: build
# binaries
mkdir -p "$${PREFIX}/bin"
cp "$${VTROOT}/bin/"{mysqlctld,orchestrator,vtctld,vtctlclient,vtgate,vttablet,vtworker,vtbackup} "$${PREFIX}/bin/"
cp "$${VTROOT}/bin/"{mysqlctld,vtorc,vtctld,vtctlclient,vtgate,vttablet,vtworker,vtbackup} "$${PREFIX}/bin/"

# install copies the files needed to run test Vitess using vtcombo into the given directory tree.
# Usage: make install PREFIX=/path/to/install/root
Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/base:${VT_BASE_VER} AS base

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/mysqlctld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
5 changes: 2 additions & 3 deletions docker/k8s/orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG ORC_VER

ARG VT_BASE_VER=latest
FROM vitess/k8s:${VT_BASE_VER} AS k8s

FROM debian:buster-slim
ARG ORC_VER='3.2.3'

RUN apt-get update && \
apt-get upgrade -qq && \
Expand Down
5 changes: 2 additions & 3 deletions docker/k8s/pmm-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG PMM_CLIENT_VER

ARG VT_BASE_VER=latest
FROM vitess/k8s:${VT_BASE_VER} AS k8s

FROM debian:buster-slim
ARG PMM_CLIENT_VER='1.17.4'

RUN apt-get update && \
apt-get upgrade -qq && \
Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtbackup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtctl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtctlclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtctld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtgate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vttablet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
2 changes: 1 addition & 1 deletion docker/k8s/vtworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG VT_BASE_VER
ARG VT_BASE_VER=latest

FROM vitess/k8s:${VT_BASE_VER} AS k8s

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit da1174b

Please sign in to comment.