Skip to content

Conversation

@dijanin-brat
Copy link
Contributor

Motivation

Currently, UMA and Across bots are built in the same docker image. We want to decouple that so it speeds up the deployment process and give us more granular control of the two projects.

Summary

Deleted Across relayer repo from docker image.

Details

This may be unnecessary for some PRs. Catch-all for detailed explanations about the implementation decisions and implications of the change.

Testing

Check a box to describe how you tested these changes and list the steps for reviewers to test.

  • Ran end-to-end test, running the code as in production
  • New unit tests created
  • Existing tests adequate, no new tests required
  • All existing tests pass
  • Untested

Issue(s)

Fixes #XXXX

@dijanin-brat dijanin-brat self-assigned this Sep 23, 2025
@dijanin-brat dijanin-brat marked this pull request as ready for review October 28, 2025 14:24
@dijanin-brat dijanin-brat changed the title feat(docker): Decouple UMA and Across Docker images (DO NOT MERGE) feat(docker): Decouple UMA and Across Docker images Oct 28, 2025
RUN yarn install --frozen-lockfile && yarn build

# Set back the working directory to the protocol directory to default to that package.
WORKDIR /protocol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we could also drop this second WORKDIR as we never changed away from /protocol

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.

3 participants