-
Notifications
You must be signed in to change notification settings - Fork 34
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
Use mirror server instead of GCS bucket for SDK tar balls and binary packages #523
Comments
What's the current status? How long do you estimate the move? I would love to develop something for Hacktober, but I can't because of this issue at the moment. |
You can find the SDKs now on https://mirror.release.flatcar-linux.net/sdk/ (tar balls and binary packages for |
@jonasclaes we are currently working on a new release to all channels that will fix this issue, it should be ready by the end of this week. |
Linking related PRs:
|
Downloading the SDK works again with the latest |
Hello, I tried with latest cork and getting the same download failure error with
|
Hi @tbbharaj, we prioritized copying current releases over (check https://mirror.release.flatcar-linux.net/sdk/amd64/). Are you able to update to a newer version? |
@jepio Thanks I was able to pull latest version. I am trying to build image from source following steps here: https://kinvolk.io/docs/flatcar-container-linux/latest/reference/developer-guides/sdk-modifying-flatcar/
But still when I do
|
We are working on making this work again, but as of right now binary packages are still missing. I apologize for this. |
No issues...Thanks for the update! |
Any update? |
Still working on it. |
update? |
We'll provide a brief update in today's community meeting. TL;DR:
|
If you develop on the
|
Is here any way to build kernel modules?
|
Because of a change in our build infrastructure the URL of our binhost has changed from
to
We are in the process of issuing an update to all channels to reflect the change. |
What will be steps to build the Flatcar.. Meant to say that if I download the flatcar sdk from this link -> https://mirror.release.flatcar-linux.net/sdk/amd64/3005.0.0/flatcar-sdk-amd64-3005.0.0.tar.bz2 then how to proceed further with it. I extracted the file under the folder chroot and running "cork enter" - doesn't works. |
From yesterday on For developing on |
Description
Both
cork
's way of downloading the SDK tar ball and the portage binary package URLs in the SDK and the developer container make use of the GCS bucket. However, we will immediately move this content to the regular release server that hosts the other release assets.Impact
Users can't set up the SDK or use binary packages in the developer container to compile kernel modules or similar, until we have published the content at the new location and changed the portage URLs for new releases and document how to set them for old releases, and published a new
cork
release that uses the new location.The text was updated successfully, but these errors were encountered: