{"id":46253281,"url":"https://github.com/zncdatadev/docker-images","last_synced_at":"2026-03-03T23:02:38.960Z","repository":{"id":187400362,"uuid":"670121799","full_name":"zncdatadev/docker-images","owner":"zncdatadev","description":"Product images for the Kubedoop Data Platform","archived":false,"fork":false,"pushed_at":"2025-12-22T01:09:21.000Z","size":471,"stargazers_count":4,"open_issues_count":4,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T12:49:12.601Z","etag":null,"topics":["containers","docker","images","k8s","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zncdatadev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-24T10:44:27.000Z","updated_at":"2025-12-22T01:09:25.000Z","dependencies_parsed_at":"2024-10-25T21:54:50.310Z","dependency_job_id":"de333757-0331-4696-a4f1-8dd5bd350dd5","html_url":"https://github.com/zncdatadev/docker-images","commit_stats":null,"previous_names":["zncdata-labs/images","zncdata-labs/containers","zncdatadev/containers","zncdatadev/docker-images"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zncdatadev/docker-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zncdatadev%2Fdocker-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zncdatadev%2Fdocker-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zncdatadev%2Fdocker-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zncdatadev%2Fdocker-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zncdatadev","download_url":"https://codeload.github.com/zncdatadev/docker-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zncdatadev%2Fdocker-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30064791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["containers","docker","images","k8s","kubernetes"],"created_at":"2026-03-03T23:02:33.372Z","updated_at":"2026-03-03T23:02:38.949Z","avatar_url":"https://github.com/zncdatadev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZNCDataDev Containers\n\nThis repository contains the Dockerfiles for the ZNCDataDev containers.\n\n\u003c!-- start:bages generated by readme-generator.sh --\u003e\n|      |      |      |      |\n| ---: | ---: | ---: | ---: |\n| [![Build airflow]][build_airflow.yaml] | [![Build dolphinscheduler]][build_dolphinscheduler.yaml] | [![Build go-devel]][build_go-devel.yaml] | [![Build hadoop]][build_hadoop.yaml] |\n| [![Build hbase]][build_hbase.yaml] | [![Build helloworld]][build_helloworld.yaml] | [![Build hive]][build_hive.yaml] | [![Build java-base]][build_java-base.yaml] |\n| [![Build java-devel]][build_java-devel.yaml] | [![Build kafka]][build_kafka.yaml] | [![Build krb5]][build_krb5.yaml] | [![Build kubedoop-base]][build_kubedoop-base.yaml] |\n| [![Build nifi]][build_nifi.yaml] | [![Build spark-k8s]][build_spark-k8s.yaml] | [![Build superset]][build_superset.yaml] | [![Build testing-tools]][build_testing-tools.yaml] |\n| [![Build tools]][build_tools.yaml] | [![Build trino]][build_trino.yaml] | [![Build vector]][build_vector.yaml] | [![Build zookeeper]][build_zookeeper.yaml] |\n\n\u003c!-- end:bages --\u003e\n\n## Usage\n\n### Setup docker with buildx\n\nTODO: ref docker doc\n\n### Build\n\nUse the [build.sh](./.scripts/build.sh) script to build the images.\n\nThe following command will build the hadoop:3.3.4 and all variants of the zookeeper image.\n\n```bash\n./.scripts/build.sh hadoop:3.3.4 zookeeper\n```\n\n### Build and push\n\nWhen enable push, multiple-arch images will be built and pushed to the registry.\n\n```bash\n./.scripts/build.sh hadoop:3.3.4 --push\n```\n\n### Build and push with sign\n\nWhen enable sign, the cosign tool should be installed and the image will be signed.\n\n```bash\n./.scripts/build.sh hadoop:3.3.4 --push --sign\n```\n\n### Set the registry and version\n\nThe [build.sh](./.scripts/build.sh) script use environment variables to set the registry and version.\n\n```bash\nexport REGISTRY=registry.example.com/zncdatadev\nexport KUBEDOOP_VERSION=0.1.0\n./scripts/build.sh kubedoop-base --push\n```\n\n\u003c!-- start:links generated by readme-generator.sh --\u003e\n[Build airflow]: https://github.com/zncdatadev/containers/actions/workflows/build_airflow.yaml/badge.svg\n[build_airflow.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_airflow.yaml\n[Build dolphinscheduler]: https://github.com/zncdatadev/containers/actions/workflows/build_dolphinscheduler.yaml/badge.svg\n[build_dolphinscheduler.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_dolphinscheduler.yaml\n[Build go-devel]: https://github.com/zncdatadev/containers/actions/workflows/build_go-devel.yaml/badge.svg\n[build_go-devel.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_go-devel.yaml\n[Build hadoop]: https://github.com/zncdatadev/containers/actions/workflows/build_hadoop.yaml/badge.svg\n[build_hadoop.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_hadoop.yaml\n[Build hbase]: https://github.com/zncdatadev/containers/actions/workflows/build_hbase.yaml/badge.svg\n[build_hbase.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_hbase.yaml\n[Build helloworld]: https://github.com/zncdatadev/containers/actions/workflows/build_helloworld.yaml/badge.svg\n[build_helloworld.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_helloworld.yaml\n[Build hive]: https://github.com/zncdatadev/containers/actions/workflows/build_hive.yaml/badge.svg\n[build_hive.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_hive.yaml\n[Build java-base]: https://github.com/zncdatadev/containers/actions/workflows/build_java-base.yaml/badge.svg\n[build_java-base.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_java-base.yaml\n[Build java-devel]: https://github.com/zncdatadev/containers/actions/workflows/build_java-devel.yaml/badge.svg\n[build_java-devel.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_java-devel.yaml\n[Build kafka]: https://github.com/zncdatadev/containers/actions/workflows/build_kafka.yaml/badge.svg\n[build_kafka.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_kafka.yaml\n[Build krb5]: https://github.com/zncdatadev/containers/actions/workflows/build_krb5.yaml/badge.svg\n[build_krb5.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_krb5.yaml\n[Build kubedoop-base]: https://github.com/zncdatadev/containers/actions/workflows/build_kubedoop-base.yaml/badge.svg\n[build_kubedoop-base.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_kubedoop-base.yaml\n[Build nifi]: https://github.com/zncdatadev/containers/actions/workflows/build_nifi.yaml/badge.svg\n[build_nifi.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_nifi.yaml\n[Build spark-k8s]: https://github.com/zncdatadev/containers/actions/workflows/build_spark-k8s.yaml/badge.svg\n[build_spark-k8s.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_spark-k8s.yaml\n[Build superset]: https://github.com/zncdatadev/containers/actions/workflows/build_superset.yaml/badge.svg\n[build_superset.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_superset.yaml\n[Build testing-tools]: https://github.com/zncdatadev/containers/actions/workflows/build_testing-tools.yaml/badge.svg\n[build_testing-tools.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_testing-tools.yaml\n[Build tools]: https://github.com/zncdatadev/containers/actions/workflows/build_tools.yaml/badge.svg\n[build_tools.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_tools.yaml\n[Build trino]: https://github.com/zncdatadev/containers/actions/workflows/build_trino.yaml/badge.svg\n[build_trino.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_trino.yaml\n[Build vector]: https://github.com/zncdatadev/containers/actions/workflows/build_vector.yaml/badge.svg\n[build_vector.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_vector.yaml\n[Build zookeeper]: https://github.com/zncdatadev/containers/actions/workflows/build_zookeeper.yaml/badge.svg\n[build_zookeeper.yaml]: https://github.com/zncdatadev/containers/actions/workflows/build_zookeeper.yaml\n\n\u003c!-- end:links --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzncdatadev%2Fdocker-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzncdatadev%2Fdocker-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzncdatadev%2Fdocker-images/lists"}