-
Notifications
You must be signed in to change notification settings - Fork 50
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
experimental: add built-in Incus sysext image #1655
Draft
tormath1
wants to merge
7
commits into
main
Choose a base branch
from
tormath1/exp-incus
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+3,140
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
February 13, 2024 14:04
f116e61
to
09f3036
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
February 14, 2024 10:16
09f3036
to
635a695
Compare
tormath1
commented
Feb 14, 2024
sdk_container/src/third_party/portage-stable/app-containers/lxc/lxc-5.0.3.ebuild
Outdated
Show resolved
Hide resolved
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
February 14, 2024 14:10
635a695
to
7e0fe1a
Compare
pothos
reviewed
Mar 6, 2024
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 6, 2024 11:28
7e0fe1a
to
849780e
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 13, 2024 09:14
849780e
to
bfe0b2b
Compare
tormath1
commented
Mar 13, 2024
sdk_container/src/third_party/portage-stable/app-containers/incus/incus-0.6-r1.ebuild
Outdated
Show resolved
Hide resolved
First try:
NOTE:
|
Build action triggered: https://github.com/flatcar/scripts/actions/runs/9052482849 |
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 15, 2024 09:27
bfe0b2b
to
c18d6c2
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 27, 2024 16:55
c18d6c2
to
accd423
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 28, 2024 11:02
0e6070a
to
257114d
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
March 28, 2024 13:54
257114d
to
3bc9670
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
April 9, 2024 12:50
3bc9670
to
fb6a0f2
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
April 15, 2024 15:35
701c35d
to
4aff661
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
April 17, 2024 16:11
4aff661
to
70c04c3
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
April 18, 2024 11:41
9ce189b
to
d2ad0b3
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
2 times, most recently
from
April 22, 2024 09:02
be84005
to
2298ecd
Compare
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
April 22, 2024 12:54
5d1b884
to
1696fd1
Compare
Would be good to use the same approach as done there to make sure that the extensions don't conflict. |
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
May 27, 2024 15:23
1696fd1
to
73b855a
Compare
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
Incus build uses pkg-config support in Go to link against some library. This needs the correct sysroot version of PKG_CONFIG to be exported. Signed-off-by: Jeremi Piotrowski <[email protected]> Co-Authored-By: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
this is required when loading the sysext image to dynamically load / unload the groups provided by the image. Signed-off-by: Mathieu Tortuyaux <[email protected]>
This requests the `incus.service` for the multi-user.target Signed-off-by: Mathieu Tortuyaux <[email protected]>
Signed-off-by: Mathieu Tortuyaux <[email protected]>
tormath1
force-pushed
the
tormath1/exp-incus
branch
from
August 1, 2024 10:37
73b855a
to
dc94821
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TBD
How to use
Testing done
TBD
changelog/
directory (user-facing change, bug fix, security fix, update)/boot
and/usr
size, packages, list files for any missing binaries, kernel modules, config files, kernel modules, etc..github/workflows/portage-stable-packages-list
Related to: flatcar/Flatcar#1319