Skip to content

Document usage with remote runners #5

Description

@thiskevinwang

Description

There are at least 2 ways to use this plugin with remote runners. Neither are great. At least one works. Documentation is greatly needed.

-platform=docker on EC2

  • See it work once with my own eyes

This requires a custom runner image to be passed to waypoint runner install.
Furthermore, that image needs ...

FROM hashicorp/waypoint:latest
ARG PLUGIN_NAME=waypoint-plugin-nixpacks
COPY ./bin/$PLUGIN_NAME $HOME/.config/waypoint/plugins/$PLUGIN_NAME

waypoint runner agent, on EC2

  • See it work once with my own eyes

In this route, the EC2 machine itself has

  • nixpacks installed
  • The plugin binary present at $HOME/.config/waypoint/plugins/waypoint-plugin-nixpacks
    • Getting the plugin here is currently a highly manual process — git cloning the runner branch of this repo, and cp-ing the committed binary.
  • manually authenticated with Docker hub — this is to test usage with a registry component

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions