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

Start Bloop with Java 17 #508

Merged
merged 7 commits into from
Dec 22, 2021

Conversation

alexarchambault
Copy link
Contributor

No description provided.

@alexarchambault alexarchambault force-pushed the bloop-java-17 branch 4 times, most recently from e2d8c1d to f3be2a1 Compare December 22, 2021 00:44
FROM gcr.io/distroless/base-debian10
ADD scala-cli /usr/local/bin/scala-cli
COPY --from=build-env /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure, but we probably should copy distroless license as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This file originates from the debian:stable-slim image, not a distroless one. I guess this should be fine…

@alexarchambault alexarchambault merged commit 74f5a66 into VirtusLab:master Dec 22, 2021
@alexarchambault alexarchambault deleted the bloop-java-17 branch December 22, 2021 10:17
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.

None yet

2 participants