Store release artifacts externally
Keep image storage decoupled from the running environment so the same artifacts can be promoted across stages.
Integration
Use Docker Hub as the external image registry for Wodby builds when your team already distributes or mirrors containers there.
Keep image storage decoupled from the running environment so the same artifacts can be promoted across stages.
Use Docker Hub when the team already distributes containers through this registry.
Registry-backed workflows are a clean fit for build-once, deploy-many release models.
Supported workflows
Each supported integration kind maps Docker Hub into a specific part of the delivery workflow, whether that means pulling source code, running pipelines, relaying email, connecting managed services, or injecting provider credentials into workloads.
Registry
Store built images in Docker Hub and promote the same artifacts across environments.
Configuration surfaced to workloads
Configuration surface
Wodby keeps these values at integration level and makes them available to the workflows or service containers that need them.
Related features
This provider usually sits next to stack-based delivery, backup workflows, managed databases, or integration-backed configuration. These pages cover the product surfaces most relevant to Docker Hub.
Stack fit
Wodby does not treat integrations as isolated setup screens. They become part of stack delivery, so the strongest matches are the stacks where this provider solves a repeated operational problem.
Stack
Next.js application stack for frontend and full-stack projects that need a reusable deployment setup.
Next.js is a good fit when images are built once and reused across environments from an external registry.
View stackStack
Node.js application stack for APIs, workers, and custom services with a repeatable runtime setup.
Node.js services often ship containers through a registry-backed CI flow.
View stackStack
Laravel application stack for teams that want a reusable setup for web, worker, and queue-based PHP projects.
Laravel apps can keep image storage and promotion outside the cluster runtime.
View stackUse the catalog to compare other providers with the same integration kind, or read the broader feature pages to understand how integrations fit into Wodby stacks, CI/CD, backups, and managed services.