-
Notifications
You must be signed in to change notification settings - Fork 104
fix(toolchain): fix compat with deploying using podman #2571
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
base: 06-05-feat_implement_clickhouse-user-query_
Are you sure you want to change the base?
fix(toolchain): fix compat with deploying using podman #2571
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
35283d8
to
8634a7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Improves Docker archive handling compatibility for Podman and other container runtimes in the Rivet toolchain.
- Added
#[serde(default)]
for DockerImageConfig's user field inpackages/toolchain/toolchain/src/util/docker/archive.rs
to handle images without user specifications - Modified path prefix stripping logic to handle non-absolute paths from different container runtimes
- Maintains existing security restrictions around root user access while improving container runtime compatibility
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
1a2c0b8
to
ec1d934
Compare
8634a7b
to
94015fb
Compare
94015fb
to
9b68bee
Compare
1caecf5
to
5fc553b
Compare
76d6218
to
eeb4a12
Compare
5fc553b
to
7c25a6d
Compare
eeb4a12
to
99715af
Compare
7c25a6d
to
1caecf5
Compare
1caecf5
to
7c25a6d
Compare
99715af
to
eeb4a12
Compare
eeb4a12
to
e0360dd
Compare
7c25a6d
to
245dab7
Compare
245dab7
to
b7bcf50
Compare
e0360dd
to
ba59d98
Compare
b7bcf50
to
8c93674
Compare
Changes