You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a request from a user to use latest tag for SpinKube artifacts and for that there is a desire to expose imagePullPolicy in the SpinApp CRD.
The mutable tags have been known for causing troubles and we want to evaluate if we can add an option to scaffold command to resolve the sha256 for latest tag using kube plugin, and use that in the SpinApp resource automatically.
This will ensure user can still continue to use latest tag, but from the cluster perspective, we will be using sha256.
This issue is to do a poc for this feature and see if it helps satisfy the user requirement.
The dev experience may look something like follows:
Notice, the version is ommitted from the --from my-image arg.
spin kube scaffold --from my-image
...
spec:
# Image resolved from "latest" tag at 2024-03-28T08:54Z
image: "my-image@sha256:..."