mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves the configuration details of a specific container image. It is useful when you need to inspect or obtain metadata about a container image, such as its layers, environment variables, or other configuration data that defines how the container runs. Typical use cases include validating container images before deployment, auditing image configurations for security compliance, or integrating image metadata into CI/CD pipelines.

For example, you might use this node to fetch the configuration of the "mysql" container image to verify its environment settings or to extract information needed for automated deployment scripts.

Properties

Name Meaning
Image Reference The identifier of the container image to retrieve the configuration for (e.g., "mysql").
Use Credentials For Project Id Optional project ID to use associated registry credentials when fetching the container image config.
Use Credentials For Registry Id Optional registry ID to use associated credentials for accessing the container image configuration.
Generate Ai Data Boolean flag indicating whether AI-generated data should be included in the response; may increase request time up to 15 seconds.

Output

The node outputs JSON data containing the container image configuration details. This typically includes metadata such as image layers, environment variables, entry points, exposed ports, and other relevant configuration parameters defining the container image.

If the Generate Ai Data option is enabled, additional AI-generated insights or annotations related to the container image may be included in the output.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node communicates with the mittwald mStudio API endpoint at https://api.mittwald.de.
  • Proper permissions and valid credentials are necessary to access container image configurations, especially when specifying project or registry IDs for credential usage.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly configured and has sufficient permissions to access the requested container image.
  • Invalid image reference: Verify that the Image Reference property is correctly specified and corresponds to an existing container image.
  • Timeouts or delays: Enabling Generate Ai Data can increase request duration up to 15 seconds; consider disabling it if speed is critical.
  • Credential mismatches: When using project or registry IDs for credentials, confirm that these IDs are valid and correspond to accessible resources.

Links and References

Discussion