Conversation
Signed-off-by: Simon Scatton <sscatton@nvidia.com>
SDAChess
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 18, 2026 14:35
|
🌿 Preview your docs: https://nvidia-preview-pr-3461.docs.buildwithfern.com/openshell |
Collaborator
Author
|
Part 1 of #3454 |
Signed-off-by: Simon Scatton <sscatton@nvidia.com>
elezar
reviewed
Sep 18, 2026
elezar
reviewed
Sep 18, 2026
elezar
reviewed
Sep 18, 2026
Signed-off-by: Simon Scatton <sscatton@nvidia.com>
elezar
reviewed
Sep 18, 2026
Signed-off-by: Simon Scatton <sscatton@nvidia.com>
9 tasks
SDAChess
commented
Sep 18, 2026
Comment on lines
+36
to
+64
| - name: Load OpenShell runtime images | ||
| become: true | ||
| ansible.builtin.command: | ||
| argv: | ||
| - docker | ||
| - load | ||
| - --input | ||
| - "/var/tmp/{{ item }}.tar" | ||
| loop: | ||
| - openshell-sandbox | ||
| - openshell-supervisor | ||
|
|
||
| - name: Create OpenShell configuration directory | ||
| ansible.builtin.file: | ||
| path: /home/tmachine/.config/openshell | ||
| state: directory | ||
| mode: "0700" | ||
|
|
||
| - name: Configure candidate OpenShell runtime images | ||
| ansible.builtin.copy: | ||
| dest: /home/tmachine/.config/openshell/gateway.toml | ||
| mode: "0600" | ||
| content: | | ||
| [openshell] | ||
| version = 2 | ||
|
|
||
| [openshell.drivers.docker] | ||
| sandbox_runtime_image = "docker.io/openshell/sandbox:tmachine" | ||
| supervisor_image = "docker.io/openshell/supervisor:tmachine" |
Collaborator
Author
There was a problem hiding this comment.
This is docker specific but since we dont have Ubuntu/Debian + Podman I think it's fine to have leave this as-is.
This file contains hidden or 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
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.
Summary
Add a tmachine installer profile that installs the Ubuntu Debian package instead of copying loose CLI and gateway binaries. Release Dev and Release Tag inherit an additional Ubuntu conformance lane from the shared default matrix, while Branch E2E and manual integration remain explicitly binary-only.
Related Issue
Part 1 of #3454
Changes
debinstaller profile forartifacts/packages/openshell.deb./usr/local/binand/usr/binlayouts.Testing
mise run pre-commitpasses (skipped at author request)nix build --no-link --print-out-paths .#tmachine-confignix develop .#testing -c cargo test --manifest-path tests/tmachine/Cargo.tomlci:latestimage referencestasks/scripts/test-packaging-assets.sh(Debian subcheck skipped becausedpkg-debis unavailable)Full-repository Actionlint also reports existing
concurrency.queueschema findings in unrelated documentation workflows.Checklist