csv2db
csv2db copied to clipboard
Docker image
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
usernamewith your actual Docker Hub username
cc. @gvenzl
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
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.