-
Notifications
You must be signed in to change notification settings - Fork 828
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
Upgrade from Debian Bullseye to Bookworm for /build #3574
Conversation
Build Failed 😱 Build Id: da082bb4-0b9a-4aef-9480-75a55f2b6294 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 536e12b5-c1aa-49a5-87b9-959efaf42b20 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Looks like it's complaining that
I actually don't think we need it explicitly defined in the
And see if that solves the issue. |
Log of I am not fully convinced about this PR. I think I may have made some mistakes while creating it. Will submit another PR for this. |
Build Failed 😱 Build Id: b27efbe3-a63a-48f8-8680-e72c7ed61133 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
I see the same in the CI build
I don't think you did anything wrong, but I have a good idea on how to fix this - I think we're tryng to install the old version of the gcloud command line client, and didn't update the apt repositories. |
I had assumed that Let's try one more thing:
See how that goes if we install python2.7 directly. |
Huh, this is interesting - seeing the same issue over here: GoogleCloudPlatform/cloud-sdk-docker#345 |
Yep - looks like this is a legitimate bug with the gcloud sdk and Debian Bookworm! https://issuetracker.google.com/issues/265528492 So we should pause this PR until I do some hunting internally, see what I can find when it's going to get fixed. |
Log suggested - Tried replacing This is only line we have that uses agones/build/build-image/Dockerfile Line 37 in e7b24d2
We have python3 in
agones/build/build-image/Dockerfile Line 74 in e7b24d2
|
Build Failed 😱 Build Id: 43a21987-68fe-4ef0-b130-0d159746fb82 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Including
Log - https://gist.github.com/Kalaiselvi84/bcfa4659bcf02334a688b776ef4018cf |
Unfortunately we need |
d4f5f2e
to
85df4d4
Compare
Log for |
Build Failed 😱 Build Id: 34533557-9754-44d9-82eb-4bc8db00423a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
New issue (these would all need to get fixed anyway)!
Let's replace |
Build Failed 😱 Build Id: 885ddb61-06d8-46d7-b76a-4c251163d72f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Whoops, my bad. My local machine is one debian version ahead of Let's do |
Build Failed 😱 Build Id: d888a425-2bfa-4257-a11d-481d5f043930 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@markmandel, we are waiting for the completion of this ticket to resolve our build issue. Please correct me if i am wrong. |
Yeah, that's a blocker at the moment. |
Build Failed 😱 Build Id: 61b8428b-ec7a-409b-a120-43e8fdcc2caa To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
The command |
Build Failed 😱 Build Id: df7e2fdf-bfcf-4903-88b5-c08dbf588f32 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 37ab750e-de3b-499c-b337-5981a7538b4a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Any objection to closing this now? I'm pretty sure #3621 covers all of this now. |
No objection from me! |
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Work on #3570
Special notes for your reviewer: