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

chore: Use ubuntu as server base image #461

Closed
wants to merge 2 commits into from
Closed

Conversation

corneliusroemer
Copy link
Contributor

  • chore(deps): use Ubuntu 24.04 as base image, update dependencies
  • No install recommends for final image

resolves #

Summary

PR Checklist

  • All necessary documentation has been adapted or there is an issue to do so.
  • The implemented feature is covered by an appropriate test.

&& cp build/silo_test . \
&& cp build/siloApi .


FROM alpine:3.18 AS server
FROM ubuntu:24.04 AS server
Copy link
Contributor

Choose a reason for hiding this comment

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

Why would you want to use Ubuntu here? This adds a lot of things that we actually don't need at runtime, which 1. bloats the image from 50 MB to ~1 GB, 2. is a security risk, because the container has much more tools available.

(Might be that i missed a discussion in my absence)

@Taepper
Copy link
Collaborator

Taepper commented Aug 6, 2024

Thank you, done in #519 !

@Taepper Taepper closed this Aug 6, 2024
@fengelniederhammer fengelniederhammer deleted the ubuntu branch September 11, 2024 15:14
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

Successfully merging this pull request may close these issues.

3 participants