This documentation and the Cisco Observability Platform functionalities it describes are subject to change. Data saved on the platform may disappear and APIs may change without notice.
Publish a Docker Image
Upload your Docker image to a public or private Docker repository. Make a note of the image URL to share with zodiac:function
objects that need to reference it.
Your Docker image can access all the environment variables defined in the zodiac:function
that causes Solution Services to load it. For a list of environment variables, see the envvars
attribute in zodiac:function. For example, if your Docker image is written in golang, it can use the golang libs to access a predefined environment variable like this:
os.Getenv("APPD_INTERNAL_EGRESS_HOST")