-
Notifications
You must be signed in to change notification settings - Fork 18
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
Increase matrix of supported Android CLT and Java versions #74
base: master
Are you sure you want to change the base?
Conversation
@bartekpacia sorry about that. Unblocked your account. Your first iteration looked too suspicious to our crypto mining detection mechanism. |
Do I understand correctly that this won't produce any new container images and/or tags? Is this intended? |
This is still WIP, sorry! |
@fkorotkov |
Docker |
@edigaryev @fkorotkov I think I got Do I need to create new directories for each combination? Or, should I parametrize the
to be like this: ARG jdk_version=17
FROM ghcr.io/cirruslabs/android-sdk:tools-${jdk_version} |
ping @fkorotkov :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do the same for ghcr.io/cirruslabs/android-sdk
? Have variants for it's FROM
?
@fkorotkov I'm not sure. Your call! The end result I'd like to see is to have each of the 3 different images in this repo ( So that'd give 12 images per release (3 images * 4 variants). |
I think we need to add the arguments to |
@fkorotkov Gotcha. Please see my latest commit, I hope I got it right. Re: Java version - I think that latest JDK LTS should be the default. See #71. That said I'm OK with leaving openjdk17 as default. |
Hm, it looks like we're hitting this problem: docker buildx fails to show result in image list The answer suggests to add |
ping @fkorotkov, any ideas here? |
resolve #73
discovered during process of working on this PR - cirruslabs/cirrus-ci-docs#1288