dolt
dolt copied to clipboard
Addition of Docker image
Hi!
Are there any plans to create a Dockerfile to build and run Dolt via Docker?
Would be great to have it on Dockerhub as well.
Note: I am contemplating creating a Dockerfile for my organization, but could perhaps generalize it.
@psr-tv2 Cc https://docs.dolthub.com/guides/docker
We don't have something pushed to dockerhub yet. We'll get on that ASAP
Awesome! Thank you!
The Dockerfile guides looks very nice. To follow best practices one should probably find a way to freeze the Dolt version instead of always downloading the latest when building.
Any updates on this?
Josh,
What would you like? On DoltHub, we publish Dockerfiles for repos and we made this guide to build one yourself:
https://docs.dolthub.com/guides/docker
Are you looking for something on Dockerhub?
--Tim
In some sort of common registry. Whether that is on Docker Hub, GitHub Container Registry, Quay, or other. Just looking to make sure that as I build out the Nautobot docker-compose libraries (and then other applications as well) that there is a single source of the latest and some of the past versions of the container images.
Thanks for the clarification. @VinaiRachakonda is on this.
We have a public registry here: https://gallery.ecr.aws/p1l9q4h7/dolt
It would be really nice if the official Dockerfile was included in dolt repo and dolt was available on Docker Hub.
Absolutely, @rl1987. I'll go ahead and escalate this.
There are four issues in this issue:
- Put the sample dockerfiles from https://docs.dolthub.com/introduction/installation/docker#samples in the Dolt repo
- Have the Dockerfiles published under "Assets" in each release on GitHub
- Find a way to freeze the Dolt version in the Dockerfile, potentially by having the version pulled from the dolt release the Dockerfiles come from
- Push these to dockerhub when they change
If we ignore (3), (4) is trivial because they won't ever change.
I think @jennifersp is going to take this one.
We're woking on publishing official Docker Image on DockerHub, but dolthub
account name on DockerHub is taken by former employee and we're trying to get it back.
Quick update:
- We have added Dockerfile in our dolt repo and published a Docker Image of dolt on DockerHub, https://hub.docker.com/r/dolthub/dolt.
- We are now working on a Docker Image of dolt sql-server.
We've added Docker Image for dolt sql-server
on DockerHub, https://hub.docker.com/r/dolthub/dolt-sql-server
Thanks @jennifersp !