https://github.com/ilyes512/utils
A Docker image with (CLI) utility tools.
https://github.com/ilyes512/utils
docker docker-image oci-image
Last synced: 5 months ago
JSON representation
A Docker image with (CLI) utility tools.
- Host: GitHub
- URL: https://github.com/ilyes512/utils
- Owner: Ilyes512
- License: mit
- Created: 2021-11-10T17:55:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T11:13:25.000Z (9 months ago)
- Last Synced: 2024-11-20T12:16:20.948Z (6 months ago)
- Topics: docker, docker-image, oci-image
- Language: Dockerfile
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Utils
[](https://github.com/Ilyes512/utils/actions/workflows/main.yml)
A minimal Alpine based image with:
- bash (set as default shell for root user)
- curl
- wget
- jq
- yq
- sed
- pcre-tools
- ssh-keygen## Task
This project uses [Task](https://taskfile.dev) (an task runner / build tool).
Available tasks for this project:
```
* build: Build the Utils image
* lint: Apply a Dockerfile linter (https://github.com/hadolint/hadolint)
* shell: Interactive shell
* list:packages: List all installed packages
```