Skip to content
Discussion options

You must be logged in to vote

Hi @bkindersleytrulioo,
Thanks for you patient.

How it works
CreateFunction with PackageType=Image always succeeds, no Docker operation happens at creation time. The image is resolved lazily on the first invocation:

  1. Floci checks if the image is already present in the local Docker daemon (docker inspect)
  2. If found locally → uses it directly, no pull needed
  3. If not found → attempts a pull using configured credentials if they are setup

Requirements

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@bkindersleytrulioo
Comment options

Comment options

You must be logged in to vote
2 replies
@hectorvent
Comment options

@bkindersleytrulioo
Comment options

Answer selected by bkindersleytrulioo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants