Defining Images
1
Define your image
An image is defined using an
Image object. You can modify the base image, run commands to install dependencies at build time, and modify other image attributes, like its name.2
Associate the image with the function
Default Base Image
We use a Debian based imagepython:{LOCAL_PYTHON_VERSION}-slim-bookworm as the default.
LOCAL_PYTHON_VERSION represents the Python version in your current Python environment.