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

feat: add Dockerfile to project #7

Merged
merged 1 commit into from
Jan 16, 2025
Merged

feat: add Dockerfile to project #7

merged 1 commit into from
Jan 16, 2025

Conversation

sgoel
Copy link
Collaborator

@sgoel sgoel commented Jan 16, 2025

We want to add a Dockerfile to our fork of OpenRailRouting so that we can publish the built docker image to our private docker registry in order to reference it in our future tile generation pipeline for building tiles

Part of https://ridewithvia.atlassian.net/browse/REM-8675

QA Steps

  1. Checkout this branch
  2. run docker build -t open-rail-routing:latest .
  3. Navigate to $REMIX_HOME/rail-routing/Dockerfile
  4. Replace contents of that Dockerfile with FROM open-rail-routing:latest
  5. Run ./bin/develop in the $REMIX_HOME/rail-routing dir.

We want to add a `Dockerfile` to our fork of OpenRailRouting
so that we can publish the built docker image to our private
docker registry in order to reference it in our future
tile generation pipeline for building tiles
@sgoel sgoel requested a review from davidmh January 16, 2025 21:04
@sgoel sgoel merged commit 5042643 into master Jan 16, 2025
1 check passed
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.

2 participants