https://dagster.io/ logo
Title
a

Andrea Giardini

03/22/2023, 5:04 PM
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

daniel

03/22/2023, 5:42 PM
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