{"id":49249289,"url":"https://github.com/senzing-garage/docker-apt","last_synced_at":"2026-04-24T23:35:31.813Z","repository":{"id":35371349,"uuid":"217385084","full_name":"senzing-garage/docker-apt","owner":"senzing-garage","description":"Dockerfile wrapping `apt-get`, a package manager.","archived":false,"fork":false,"pushed_at":"2026-03-02T13:58:34.000Z","size":248,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-02T17:22:14.658Z","etag":null,"topics":["docker-hub","docker-root-container","dockerfile","helm-chart","installer","kubernetes","senzing-garage","senzing-private","senzing-template-docker","utility"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/senzing-garage.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2019-10-24T20:00:53.000Z","updated_at":"2026-03-02T13:58:38.000Z","dependencies_parsed_at":"2024-03-28T14:33:36.678Z","dependency_job_id":"836f226b-634e-4745-89a8-9af9f97c733f","html_url":"https://github.com/senzing-garage/docker-apt","commit_stats":{"total_commits":53,"total_committers":6,"mean_commits":8.833333333333334,"dds":0.5283018867924528,"last_synced_commit":"932451cc834bb715fec4b0ba3cd7c809547ae064"},"previous_names":["senzing/docker-apt"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/senzing-garage/docker-apt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-apt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-apt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-apt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-apt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/senzing-garage","download_url":"https://codeload.github.com/senzing-garage/docker-apt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/senzing-garage%2Fdocker-apt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32245150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: 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":["docker-hub","docker-root-container","dockerfile","helm-chart","installer","kubernetes","senzing-garage","senzing-private","senzing-template-docker","utility"],"created_at":"2026-04-24T23:35:31.107Z","updated_at":"2026-04-24T23:35:31.809Z","avatar_url":"https://github.com/senzing-garage.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-apt\n\nIf you are beginning your journey with [Senzing],\nplease start with [Senzing Quick Start guides].\n\nYou are in the [Senzing Garage] where projects are \"tinkered\" on.\nAlthough this GitHub repository may help you understand an approach to using Senzing,\nit's not considered to be \"production ready\" and is not considered to be part of the Senzing product.\nHeck, it may not even be appropriate for your application of Senzing!\n\n## Synopsis\n\nA Docker wrapper over the `apt` command.\n\n## Overview\n\nThis repository creates a Docker wrapper over the `apt` command.\nIt can be used to download and extract \"deb\" files.\n\n## Use\n\n1. Run Docker container.\n   Example:\n\n   ```console\n   docker run \\\n     --rm \\\n     senzing/apt list -a | grep senzingsdk\n   ```\n\n## Advanced\n\n### Configuration\n\nConfiguration values specified by environment variable or command line parameter.\n\n- **[SENZING_ACCEPT_EULA]**\n- **[SENZING_API_DEB_FILENAME]**\n- **[SENZING_DATA_DIR]**\n- **[SENZING_DATA_DEB_FILENAME]**\n- **[SENZING_DEB_DIR]**\n- **[SENZING_G2_DIR]**\n\n## References\n\n1. [Development]\n1. [Errors]\n1. [Examples]\n\n[Development]: docs/development.md\n[Errors]: docs/errors.md\n[Examples]: docs/examples.md\n[Senzing Garage]: https://github.com/senzing-garage\n[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/\n[SENZING_ACCEPT_EULA]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_accept_eula\n[SENZING_API_DEB_FILENAME]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_api_deb_filename\n[SENZING_DATA_DEB_FILENAME]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_data_deb_filename\n[SENZING_DATA_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_data_dir\n[SENZING_DEB_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_deb_dir\n[SENZING_G2_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_g2_dir\n[Senzing]: https://senzing.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenzing-garage%2Fdocker-apt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenzing-garage%2Fdocker-apt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenzing-garage%2Fdocker-apt/lists"}