Hey folks :wave: I’m working on a dagster patch to...
# ask-community
a
Hey folks 👋 I’m working on a dagster patch to modify the helm chart and the celeryk8srunlauncher. I would like to test it in a local kubernetes cluster before opening the PR but I’m struggling to find the right way to create the docker images for the code I’ve developed locally. Can anyone point me in the right direction?
d
Hi Andrea - not the prettiest thing in the world, but we have a shell script that does this here: https://github.com/dagster-io/dagster/blob/master/python_modules/dagster-test/dagster_test/test_project/build.sh
🙏 1