the-other-tim-brown commented on PR #499: URL: https://github.com/apache/incubator-xtable/pull/499#issuecomment-2263530102
> > Should we add some readme about how to use this dockerfile? > > Yes, that's how I am using, but you probably should deploy the image somewhere. I could create a PR with a workflow to publish on github container register, if you agree. > > ``` > docker run \ > -v ./xtable/config.yml:/xtable/config.yml \ > -v ./xtable/core-site.xml:/xtable/core-site.xml \ > -v ./xtable/catalog.yml:/xtable/catalog.yml \ > registry.gitlab.com/pedalin/xtable-docker-image:4420d2b6 \ > --datasetConfig /xtable/config.yml --hadoopConfig /xtable/core-site.xml --icebergCatalogConfig xtable/catalog.yml > ``` @guitcastro can you update the README with this as an option for building and running? I am imagining users that are not setup with java locally could benefit from this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
