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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin images to bookworm and install openssl #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WillNilges
Copy link

Closes #315

The runtime image for the API needs libssl to work. It looks like a version skew between the build and runtime images was causing the wrong version of libssl to be available, and the container wouldn't run. So, this PR...

  • Pins builder to rust:bookworm (latest at time of PR)
  • Pins runtime to debian:bookworm-slim (latest at time of PR)
  • Installs openssl package in runtime image to satisfy libssl dependency

Updating the base image to the latest Debian ought to be a discrete decision to make, instead of being at the whims and mercy of latest 馃檭 .

@wetzel-desy
Copy link

this change should also solve #305 if the specific GLIBC version is not important for crab.fit

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.

libssl apparently missing from API image built from Dockerfile
2 participants