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

Tweak dockerfiles #277

Merged
merged 2 commits into from
Jan 27, 2023
Merged

Tweak dockerfiles #277

merged 2 commits into from
Jan 27, 2023

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Jan 27, 2023

Eclipse Temurin doesn't provide Alpine-based images for arm64. Chainguard images do not include libstdc++, which is required by RocksDB. Switching from the UBI8 base images to liberica-openjdk-alpine cuts the final image size from ~480mb to ~280mb.

Also removed Dockerfiles we don't use.

Eclipse Temurin doesn't provide Alpine-based images for `arm64`. Chainguard images do not include `libstdc++`, which is required by RocksDB. Switching from the UBI8 base images to `liberica-openjdk-alpine` cuts the final image size from `~480mb` to `~280mb`.

Also removed `Dockerfile`s we don't use.

Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added enhancement New feature or request ci labels Jan 27, 2023
Copy link
Collaborator

@VinodAnandan VinodAnandan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@VinodAnandan VinodAnandan merged commit f84fa4b into main Jan 27, 2023
@VinodAnandan VinodAnandan deleted the tweak-dockerfiles branch January 27, 2023 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants