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

fix(container image): fix ssl3 runtime dep, update to debian 12 bookworm, upgrade rust #116

Merged
merged 4 commits into from
Dec 27, 2023

Commits on Dec 22, 2023

  1. fix(container image): update to dedian 12 bookworm

    Sinker got ssl security updates that requires libssl.so.3 which debian
    bullseye doesn't have. Update to bookworm image.
    philjb committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a152009 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. chore: install libssl3, create sinker user

    Updates the sinker dockerfile following what iox does for a runtime
    image with libssl3 libraries, also create sinker user and group
    on the container.
    philjb committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2dbe878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7acf1ac View commit details
    Browse the repository at this point in the history
  3. chore: use multiplatform shas for images

    docker buildx imagetools inspect <image> will show the overall
    manifest sha unlike docker hub which only shows shas for specific
    platforms.
    philjb committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    3eb4bb1 View commit details
    Browse the repository at this point in the history