Hey,
I try to deploy basic hello world function from development windows machine to OCI Functions, but I get 409 conflict.
Here is error:
"failed commit on ref "manifest-sha256:4b362048c22a38c6f48441ab8e6d4545575539571a91d3e297fd2b7b3c8039c2": unexpected status from PUT request to https://fra.ocir.io/v2/frprvokdok1k/xbrl/fntestpy/manifests/0.0.9: 409 Conflict"
I followed Functions getting started guide in OCI and everything seems to be in place but get that error.
I have 1 parent compartment and under that I got compartment where I created that application.
What I noticed is that after I get that error message I still can find the image under parent compartment and I can manually create function from cloud website and assign that image from the parent compartment to child compartment which has the application.
Ive setup YAML file with correct compartment OCID and everything should be ok, but always when deploying new image I get 409 conflict and image is found from parent compartment and function is not being created to OCI cloud.
Br, Jari