Outcron Plain HTML

Container Registries

Registry credentials allow Outcron to pull private container images when running container-type jobs.

Supported Registries

Any Docker-compatible registry is supported:

Creating a Credential

Navigate to Jobs > Registries and provide:

FieldDescription
NameA label to identify this credential
RegistryThe registry hostname (e.g., ghcr.io)
UsernameRegistry username
PasswordRegistry password or access token

Passwords are encrypted at rest using AES-256-GCM.

Using with Jobs

When creating or editing a container job, select a registry credential from the dropdown. The executor will authenticate with the registry before pulling the image.

If no credential is configured, the executor pulls anonymously (suitable for public images). When a private registry credential is selected, the executor logs in before checking whether a cached image can be reused, so private images do not run from a stale unauthenticated cache.

Best Practices