https://github.com/senzing-garage/docker-apt
Dockerfile wrapping `apt-get`, a package manager.
https://github.com/senzing-garage/docker-apt
docker-hub docker-root-container dockerfile helm-chart installer kubernetes senzing-garage senzing-private senzing-template-docker utility
Last synced: 2 months ago
JSON representation
Dockerfile wrapping `apt-get`, a package manager.
- Host: GitHub
- URL: https://github.com/senzing-garage/docker-apt
- Owner: senzing-garage
- License: apache-2.0
- Created: 2019-10-24T20:00:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T13:58:34.000Z (4 months ago)
- Last Synced: 2026-03-02T17:22:14.658Z (4 months ago)
- Topics: docker-hub, docker-root-container, dockerfile, helm-chart, installer, kubernetes, senzing-garage, senzing-private, senzing-template-docker, utility
- Language: Makefile
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# docker-apt
If you are beginning your journey with [Senzing],
please start with [Senzing Quick Start guides].
You are in the [Senzing Garage] where projects are "tinkered" on.
Although this GitHub repository may help you understand an approach to using Senzing,
it's not considered to be "production ready" and is not considered to be part of the Senzing product.
Heck, it may not even be appropriate for your application of Senzing!
## Synopsis
A Docker wrapper over the `apt` command.
## Overview
This repository creates a Docker wrapper over the `apt` command.
It can be used to download and extract "deb" files.
## Use
1. Run Docker container.
Example:
```console
docker run \
--rm \
senzing/apt list -a | grep senzingsdk
```
## Advanced
### Configuration
Configuration values specified by environment variable or command line parameter.
- **[SENZING_ACCEPT_EULA]**
- **[SENZING_API_DEB_FILENAME]**
- **[SENZING_DATA_DIR]**
- **[SENZING_DATA_DEB_FILENAME]**
- **[SENZING_DEB_DIR]**
- **[SENZING_G2_DIR]**
## References
1. [Development]
1. [Errors]
1. [Examples]
[Development]: docs/development.md
[Errors]: docs/errors.md
[Examples]: docs/examples.md
[Senzing Garage]: https://github.com/senzing-garage
[Senzing Quick Start guides]: https://docs.senzing.com/quickstart/
[SENZING_ACCEPT_EULA]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_accept_eula
[SENZING_API_DEB_FILENAME]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_api_deb_filename
[SENZING_DATA_DEB_FILENAME]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_data_deb_filename
[SENZING_DATA_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_data_dir
[SENZING_DEB_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_deb_dir
[SENZING_G2_DIR]: https://github.com/senzing-garage/knowledge-base/blob/main/lists/environment-variables.md#senzing_g2_dir
[Senzing]: https://senzing.com/