Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-3053

Use smaller Vitess image to copy binaries

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • Minor
    • Backlog
    • 1.4.1.Final
    • vitess-connector
    • None
    • False
    • False
    • Undefined

    Description

      Current the vitess docker image we build uses the following docker image to copy some necessary vitess related binaries. This `vitess/base` image is huge (6.1GB). We want to avoid downloading this image.

      FROM vitess/base:v8.0.0 AS base
      

      However, the final vitess docker image we built is small (~1G) because it's based on another much smaller vitess docker image 

      FROM vitess/lite:v8.0.0
      

      The Vitess community will create a few smaller images (`vitess/vtctl` and `vitess/mysqlctl`). Please follow the discussion [here|https://vitess.slack.com/archives/C0PQY0PTK/p1612339740175400]. When it's done, we should start copying the binaries from those smallest images. 

      Affected Dockerfiles:

       

      Attachments

        Activity

          People

            kewei.shang kewei shang
            kewei.shang kewei shang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: