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

Support primary_key in mirror tag #367

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

kempfsn
Copy link

@kempfsn kempfsn commented Mar 18, 2023

This adds support for a public key of the primary mirror. The primary key is used in the following places:

  • to verify the Release of the primary mirror for the initvm
  • to add the primary key to the keyring of the initvm
  • to call debootstrap with the primary key when building the rootfs
  • to call debootstrap with the primary key when creating a pbuilder

Resolves #104 and #365.

@d4nuu8
Copy link
Contributor

d4nuu8 commented May 10, 2023

We are having exactly the same problem. I'm going to test this patch with our code base and give you feedback.

@bgermann Could you take a look at this, too?

@d4nuu8
Copy link
Contributor

d4nuu8 commented May 23, 2023

Doesn't work for me unfortunately. But I'm not sure if it is our special corporate environment or the patch. APT is failing to install packages because of verification errors (e.g. busybox).

I'm missing the time to dig deeper here right now. Sorry.

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.

Add primary_key node to the mirror tag
2 participants