late-traffic-56555
02/16/2024, 1:59 PMimage: "{{ .Values.flytepropeller.image.repository }}:{{ .Values.flytepropeller.image.tag }}"
. I was wondering how this image is created, and how I would create a new version from my fork of flyte?late-traffic-56555
02/16/2024, 4:11 PMmake build_native_flyte
does the jobglamorous-carpet-83516
02/16/2024, 7:20 PMdocker build --push --platform linux/amd64 -t pingsutw/propeller:v1 -f Dockerfile.flytepropeller .