-
Notifications
You must be signed in to change notification settings - Fork 416
gradle-8/8.1.0 package update #1203
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
Conversation
wolfi-bot
commented
Apr 12, 2023
|
Hmmm 2023/04/12 13:07:23 error during command execution: failed to build package: unable to build guest: unable to generate image: installing apk packages: unable to install files for pkg openjdk-11: file already exists |
4bbd97d to
c7e66e7
Compare
|
I wonder if that error is because maven includes openjdk-jre while gradle is including openjdk directly and they both overlap. |
|
I wonder if it's actually the Lines 9 to 10 in 12c3c58
|
|
@rawlingsj you're onto something. it's kinda weird because if I run it locally I get but it seems only apko doesn't like this because I can run removing Line 23 in 3a8c485
@kaniini as an FYI perhaps there is an apko issue when packages/subpackages overlap and are installed together? |
Signed-off-by: Patrick Flynn <patrick@chainguard.dev>
|
@luhring @rawlingsj build should be green now. rerunning CI. |
|
very sad. It seems 8.1 can't be built with 8.0.1 🤷. I'm tempted to just have gradle build itself with the gradlewrapper. |
|
superceded by #1504 |