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

Help with deploying docker image to ECR #173

Open
cvanputt opened this issue Dec 6, 2023 · 1 comment
Open

Help with deploying docker image to ECR #173

cvanputt opened this issue Dec 6, 2023 · 1 comment
Labels
question Further information is requested

Comments

@cvanputt
Copy link

cvanputt commented Dec 6, 2023

Metro2 Version: 0.7.1

What were you trying to do?
I am trying to deploy your docker image to AWS ECR but I don't know docker very well. Is there anyone that has an example Docker file that can be used?

What did you expect to see?
moov metro 2 running via AWS API gateway

What did you see?
When I deploy your docker image directly to ECR I get a Runtime unknown error which I assume means that the Go runtime environment is missing.

How can we reproduce the problem?
follow this tutorial to deploy docker repo to ECR and see the errors
https://medium.com/@tud7/aws-deploy-lambda-function-with-docker-image-and-invoke-over-https-ae27b137fffc

@adamdecaf adamdecaf added the question Further information is requested label Dec 7, 2023
@adamdecaf
Copy link
Member

What version of metro2 are you trying to deploy? Using the latest release works for me.

$ docker run -p 8080:8080 moov/metro2:v0.7.1
Starting web server on port 8080
$ curl http://localhost:8080/health 
{"status":"alive"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants