Skip to content

[TEST] OCI runtime & poc workflows#1334

Draft
alexgg wants to merge 11 commits into
masterfrom
alexgg/hup-oci-runtime
Draft

[TEST] OCI runtime & poc workflows#1334
alexgg wants to merge 11 commits into
masterfrom
alexgg/hup-oci-runtime

Conversation

@alexgg

@alexgg alexgg commented May 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@alexgg alexgg marked this pull request as draft May 4, 2026 10:44
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 10:44 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Inactive
@alexgg alexgg had a problem deploying to balena-cloud.com May 4, 2026 12:02 — with GitHub Actions Failure
@alexgg alexgg temporarily deployed to balena-staging.com May 4, 2026 12:33 — with GitHub Actions Inactive
alexgg and others added 11 commits June 18, 2026 15:19
Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
The Pi 5 routes the serial console to the dedicated debug UART (ttyAMA10),
not the RP1 GPIO UART that the serial0 alias points to.

As there is no /dev/serial0 node, bake the getty on the actual
console device instead so it works on developmentMode.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This rebuild the kernel to re-attach the initramfs when it changes.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Using fragments allows to reuse configuration amongst sibling kernels.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This allows us to test multi extension, one with kernel override and
one without.

Change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
Signed-off-by: Alex Gonzalez <alexg@balena.io>
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.

2 participants