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

[docker] Switch to kube-compatible plugin path for images #3653

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

Conversation

marun
Copy link
Contributor

@marun marun commented Jan 16, 2025

Why this should be merged

In attempting to deploy the xsvm docker image to kube, it became apparent that an image using the default plugin dir (~/.avalanchego/plugins) wasn't compatible with execution in kube due to permission issues.

How this works

  • Assume a default plugin dir for images of /avalanchego/build/plugins
  • Updates xsvm image and antithesis configuration to use the new plugin dir

How this was tested

CI

Need to be documented in RELEASES.md?

N/A

@marun marun added the testing This primarily focuses on testing label Jan 16, 2025
@marun marun self-assigned this Jan 16, 2025
@marun marun changed the title Update docker images to use /avalanchego/build/plugins for plugins Update docker images to use /avalanchego/build/plugins Jan 16, 2025
@marun marun marked this pull request as draft January 16, 2025 07:49
@marun marun changed the base branch from master to worktree-image-builds January 19, 2025 05:40
@marun marun changed the base branch from worktree-image-builds to master January 19, 2025 05:54
When attempting to deploy the xsvm docker image to kube, it became
apparent that an image using the default plugin
dir (~/.avalanchego/plugins) isn't compatible with kube due to
permission issues. Switching to /avalanchego/build/plugins (the path
used by subnet-evm) ensures compatibility with kube.
@marun marun changed the title Update docker images to use /avalanchego/build/plugins [docker] Switch to kube-compatible plugin path for images Jan 19, 2025
@marun marun marked this pull request as ready for review January 19, 2025 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing This primarily focuses on testing
Projects
Status: In Review 👀
Development

Successfully merging this pull request may close these issues.

1 participant