Brian Mesick
03/12/2021, 8:41 PMnicholas
Brian Mesick
03/12/2021, 8:46 PMBrian Mesick
03/12/2021, 9:12 PMpython_dependencies
nicholas
Brian Mesick
03/12/2021, 9:13 PM/usr/local/lib/python3.8/site-packages/
. Maybe something in __pycache__
?nicholas
Brian Mesick
03/12/2021, 9:18 PMflow.register
. I can see it building the wheel and everything for our package. So weird.nicholas
Brian Mesick
03/12/2021, 9:22 PMnicholas
nicholas
Brian Mesick
03/12/2021, 9:25 PMnicholas
Brian Mesick
03/12/2021, 9:27 PMZanie
IfNotPresent
or Always
? It may be using a cached image entirely. The default is IfNotPresent
on the K8s agent.Brian Mesick
03/13/2021, 2:24 PMAlways
to work around that kind of issue, though it’s hard to tell whether it’s working. We’ve never had a problem with images being cached when we bumped the image tag, though.
Eventually I blew away my entire local environment, all docker images, bumped the image tag, and rebuilt and the changes got picked up. Still have no idea where things went awry.