Skip to Main Content

Containers, Cloud Native & Kubernetes

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Desktop fn deploy gives error conflict 409

JLybeckJan 28 2025

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

Comments

Processing

Post Details

Added on Jan 28 2025
2 comments
243 views