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

Fix apk repositories for edge images #465

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andypost
Copy link

@andypost andypost commented Dec 7, 2018

Fixes #375

@andypost
Copy link
Author

andypost commented Dec 7, 2018

it does not build because minirootfs archives missing

@julianxhokaxhiu
Copy link

If you set fs_version=3.8.0 it will build fine. Look at the directory structure and you will see that this is the maximum we can get from the edge folder ( eg. for aarch64, http://dl-cdn.alpinelinux.org/alpine/edge/releases/aarch64/ )

@andypost
Copy link
Author

andypost commented Dec 7, 2018

Yes, it builds fine but still contains 3.8 and /etc/apk/repoditories points to 3.8 as well

Probably it needs some sed on it to replace

Would be great to get @ncopa POV

@julianxhokaxhiu
Copy link

Looking better at the repository structure, you don't even need to patch the options files.

Instead you have to run the script mentioned here and just replace the relative rootfs for each architecture: https://github.com/gliderlabs/docker-alpine/tree/master/builder

Then this PR will be good to go.

@ncopa
Copy link
Collaborator

ncopa commented Jan 21, 2019

we should make upstream minirootfs images for edge too

@andypost
Copy link
Author

Yep, that's where I stuck

@J0WI
Copy link

J0WI commented Mar 2, 2019

Is there any kind of help that can be provided to get this fixed?

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

4 participants