Skip to main content

Dockerhub

Sync overview

This source can sync data for the DockerHub API. It currently supports only listing public repos and Full Refresh syncing for now. You supply a docker_username, and it will sync down all info about repos published under that name.

Output schema

This Source is capable of syncing the following Streams:

  • DockerHub

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental SyncNo
NamespacesNo

Performance considerations

This connector has been tested for the Airbyte organization, which has 266 repos, and works fine. It should not run into limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • None

Setup guide

  1. Define a docker_username: the username that the connector will pull all repo data from.

Reference

Config fields reference

Field
Type
Property name
string
docker_username

Changelog

VersionDatePull RequestSubject
0.2.02023-08-2429320Migrate to Low Code
0.1.12023-08-1613007Fix schema and tests
0.1.02022-05-2013007New source