Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Adding MAGE version in docker run command #608

Closed
vpavicic opened this issue Nov 18, 2022 · 4 comments · Fixed by #611
Closed

Adding MAGE version in docker run command #608

vpavicic opened this issue Nov 18, 2022 · 4 comments · Fixed by #611

Comments

@vpavicic
Copy link
Collaborator

On page https://memgraph.com/docs/mage/how-to-guides/run-a-query-module under tabs Docker hub and Docker build , the dev version of the image needs to be prefixed with a version, e.g.

docker run --rm -p 7687:7687 --name mage memgraph-mage:1.4-dev

At the moment, that exact version is added as an instruction, need to make a more general instruction so there is no need to update

@Josipmrden
Copy link
Contributor

so basically anywhere where it says memgraph-mage:dev -> that will not work. I'm not sure yet how to address different versioning

@Josipmrden
Copy link
Contributor

ok my fault, under the Docker build tab, that lines are okay to be :dev. but on the Docker Hub tab it is not.

@vpavicic
Copy link
Collaborator Author

Can i somehow specify latest?

@vpavicic
Copy link
Collaborator Author

OK, so I created a new PR and added you as a reviewer because I'm no longer sure I know what I'm doing about this versioning :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants