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

Bugfix: new packages should be downloaded in the base layer #68

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

Conversation

leandrosansilva
Copy link

The use case for it is that the user might want to use add-packages-to-pool where the packages come from extra (non-ubuntu) repositories.

In my case, I setup the repositories in the base layer and notices they were not used in a further add-package-to-pool action, as add-package-to-pool was being executed in a different layer.

The Ubuntu Server version I am using is 22.04.

I've been using this change in production for some time now and it works well for me.

I still perform some extra steps to add extra repositories, but I haven't gotten yet a good interface for it on livefs-editor, so that will keep in a further pull request :-)

The use case for it is that the user might want to use
`add-packages-to-pool` where the packages come from extra (non-ubuntu)
repositories.

In my case, I setup the repositories in the base layer and notices they
were not used in a further `add-package-to-pool` action, as `add-package-to-pool`
was being executed in a different layer.

The Ubuntu Server version I am using is 22.04.
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.

1 participant