Skip to content

registries

This page is generated from the same Go declarations the loader enforces, so it cannot drift from what ob validate accepts.

password_env · server · username

FieldTypeDefaultWhat it does
<name>.password_envstringLocal environment-variable name containing the registry password or token. Expects a variable name of letters, digits and underscores, not starting with a digit.
<name>.serverstringRegistry hostname, optionally with a port. Expects a host with an optional port and path, such as ghcr.io or registry.example.com:5000.
<name>.usernamestringRegistry login username. Expects a username of letters, digits and . _ @ + -.