Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Image Size? #65

Open
philipbjorge opened this issue Jun 7, 2023 · 3 comments
Open

Reduce Image Size? #65

philipbjorge opened this issue Jun 7, 2023 · 3 comments

Comments

@philipbjorge
Copy link

Is there room to reduce the docker image size?

The 1GB+ pull is slowing down our Github Actions compared to other containers (e.g. cp-kafka and postgres)

@matty-at-rdc
Copy link

Dreaming of the day

@theUm
Copy link

theUm commented Sep 17, 2024

I'm totally fine with a single docker layer of 1.3gb that fetches something from staging-confluent-packages-something-something.s3.us-west-2.amazonaws.com that leads to final image to be 1.7 GB

https://hub.docker.com/layers/confluentinc/cp-schema-registry/latest-ubi8/images/sha256-b0f1473e9b724ada5338390346438229206f3568ccee94d78bdff1f37e3c8c52?context=explore

@j-tim
Copy link

j-tim commented Oct 22, 2024

The big image (2+ GB) slows us down (in pipelines and automated test suites) and introduces dependencies that are most likely not needed to run the container.

Observation on the Confluent Platform Schema Registry Docker image, it contains:

  • Red Hat Enterprise OS
  • Azule JDK instead of a smaller JRE

Is Confluent accepting contributions to improve the size of this image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants