Replies: 1 comment
-
you are right it seems related to our workaround. I suggest testing your infrastructure with containers instead of firecracker VMs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying out the sample helloworld example for vhive (firecracker-containerd) with a yaml like below:
I am using my own public docker repository image. When I rebuild the image and push it - I see that it is not getting picked up by the next run. It seems to use a cached version always. I tried adding "imagePullPolicy: Always" - but see that it is futile since it applies to the image:
image: crccheck/hello-world:latest
How can I make the service pick up my newly built image?
Beta Was this translation helpful? Give feedback.
All reactions