-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Add Dockerfile and publish workflow #1
Conversation
… momento-proxy image to DockerHub; run cargo fmt
…ohq/pelikan into chore/dockerizeMomentoProxyBinary
… pushing image with latest tag step to publish workflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@poppoerika This is looking good to me nice work! Lets get it merged and can do final verification again in our main momento
branch make sure image gets published properly. Then can work to get contribute branch down into Bryan's fork.
Maybe have @danielamiao take one more pass on content quick just to get one more pair eyes.
…m config file with v flag
@eaddingtonwhite @danielamiao |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @poppoerika
Update readme and manifest to reflect new fork
momento-proxy Docker image is tested on an EC2 instance and I was able to set a key/value pair.
Every time a pr is merged to
main
, a new Docker image is built and pushed to thegomomento/momento-proxy
repo.When users run
docker run
, they need to provide an env variableMOMENTO_AUTHENTICATION
(Momento auth token).Also updated
momento-proxy.md
to include how to run the momento-proxy Docker image.