csv2db icon indicating copy to clipboard operation
csv2db copied to clipboard

Docker image

Open crazy-max opened this issue 5 years ago • 1 comments

As discussed on Slack, to push the Docker image to Docker Hub you can use:

# Login to Docker Hub
docker login

# Build username/csv2db:test Docker image
docker build -t username/csv2db:test -f ./Dockerfile .

# Push to Docker Hub
docker push username/csv2db:test

Replace username with your actual Docker Hub username

cc. @gvenzl

crazy-max avatar Jan 29 '21 21:01 crazy-max

Another option can be the GitHub Container Registry. By this, we do not opt-in to another service.

See https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#pushing-container-images

andygrunwald avatar Aug 20 '21 08:08 andygrunwald

Hey @crazy-max,

Thanks a lot for this PR!

With the latest changes to csv2db, this could be trimmed down even further into a smaller Dockerfile, which is now available.

gvenzl avatar Nov 06 '23 05:11 gvenzl