{"id":16178933,"url":"https://github.com/julian-eggers/dockerhub-webhook-forwarder","last_synced_at":"2026-01-15T22:14:46.896Z","repository":{"id":48488017,"uuid":"51255171","full_name":"julian-eggers/dockerhub-webhook-forwarder","owner":"julian-eggers","description":"Provides a dockerhub webhook-endpoint and forwards events to a message broker like RabbitMQ or AWS SQS.","archived":false,"fork":false,"pushed_at":"2021-07-23T04:16:14.000Z","size":87,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T01:57:05.577Z","etag":null,"topics":["aws-sqs","ci","ci-cd","docker","dockerhub","java","rabbitmq","spring","spring-boot","webhook"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/julian-eggers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-07T16:40:41.000Z","updated_at":"2018-11-09T22:04:50.000Z","dependencies_parsed_at":"2022-09-06T07:11:28.824Z","dependency_job_id":null,"html_url":"https://github.com/julian-eggers/dockerhub-webhook-forwarder","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/julian-eggers/dockerhub-webhook-forwarder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-eggers%2Fdockerhub-webhook-forwarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-eggers%2Fdockerhub-webhook-forwarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-eggers%2Fdockerhub-webhook-forwarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-eggers%2Fdockerhub-webhook-forwarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julian-eggers","download_url":"https://codeload.github.com/julian-eggers/dockerhub-webhook-forwarder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-eggers%2Fdockerhub-webhook-forwarder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-sqs","ci","ci-cd","docker","dockerhub","java","rabbitmq","spring","spring-boot","webhook"],"created_at":"2024-10-10T05:24:55.292Z","updated_at":"2026-01-15T22:14:46.882Z","avatar_url":"https://github.com/julian-eggers.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"dockerhub-webhook-forwarder\n===========================\n\n[![Codacy Badge](https://api.codacy.com/project/badge/grade/dc1758219a934b4bab3b662f32354101)](https://www.codacy.com/app/eggers-julian/dockerhub-webhook-forwarder)\n[![Coverage Status](https://coveralls.io/repos/julian-eggers/dockerhub-webhook-forwarder/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/julian-eggers/dockerhub-webhook-forwarder?branch=master)\n[![Build Status](https://travis-ci.org/julian-eggers/dockerhub-webhook-forwarder.svg?branch=master)](https://travis-ci.org/julian-eggers/dockerhub-webhook-forwarder)\n\nProvides a dockerhub webhook-endpoint and forwards events to a message broker like RabbitMQ or AWS SQS.\n\n## Docker\n[Dockerhub](https://hub.docker.com/r/jeggers/dockerhub-webhook-forwarder/)\n\n## Setup\n1. Start dockerhub-webhook-forwarder (Docker recommended, [Examples](https://github.com/julian-eggers/dockerhub-webhook-forwarder/wiki#docker-examples))\n2. Add webhook-url to your dockerhub repositories (http://docker-webhook-forwarder/)\n3. Push any tag\n\n\n| Property | Required | Default | Info |\n| -------- | -------- | ------- | ---- |\n| --request.token | no |  | http://docker-webhook-forwarder/?token=XYZ |\n\n\n## Event forwarding\nYou can choose between the [original event](https://docs.docker.com/docker-hub/webhooks/) or the following compressed version.\n```json\n{\n  \"namespace\" : \"jeggers\",\n  \"repositoryName\" : \"dockerhub-webhook-forwarder\",\n  \"tag\" : \"latest\",\n  \"image\" : \"jeggers/dockerhub-webhook-forwarder:latest\"\n}\n```\n\n### RabbitMQ\n\n| Property | Required | Default |\n| -------- | -------- | ------- |\n| --webhookevent.forward.rabbitmq.hosts | yes |  |\n| --webhookevent.forward.rabbitmq.username | no | guest |\n| --webhookevent.forward.rabbitmq.password | no | guest |\n| --webhookevent.forward.rabbitmq.exchange.name | no | io.docker |\n| --webhookevent.forward.rabbitmq.routing-key.prefix | no | webHookEvent (results in \"webHookEvent.compressed\" and \"webHookEvent.original\") |\n\n\n### AWS SQS\n\n| Property | Required | Default | Info |\n| -------- | -------- | ------- | ---- |\n| --webhookevent.forward.awssqs.access-key | yes |  | [Policy](https://github.com/julian-eggers/dockerhub-webhook-forwarder/wiki/AWS-SQS#policy) |\n| --webhookevent.forward.awssqs.secret-key | yes |  |  |\n| --webhookevent.forward.awssqs.region | yes |  | [Regions](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/regions/Regions.html) |\n| --webhookevent.forward.awssqs.queues.original | no |  |  |\n| --webhookevent.forward.awssqs.queues.compressed | no |  |  |\n\nYou have to specify at least one queue.\n\n\n\n## Build \u0026 Release\n\n### Build\n```\nmvn clean package dockerfile:build\n```\n\n### Release\n```\nmvn clean package dockerfile:build dockerfile:tag@tag-latest dockerfile:tag@tag-version dockerfile:push@push-latest dockerfile:push@push-version github-release:release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-eggers%2Fdockerhub-webhook-forwarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulian-eggers%2Fdockerhub-webhook-forwarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-eggers%2Fdockerhub-webhook-forwarder/lists"}