https://github.com/theohbrothers/docker-alpine
Dockerized alpine with useful tools 🐳
https://github.com/theohbrothers/docker-alpine
alpine buildx curl docker generate-dockerimagevariants git jq mysqlclient openssl ssh
Last synced: 3 months ago
JSON representation
Dockerized alpine with useful tools 🐳
- Host: GitHub
- URL: https://github.com/theohbrothers/docker-alpine
- Owner: theohbrothers
- License: apache-2.0
- Created: 2019-03-07T05:17:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T00:32:07.000Z (6 months ago)
- Last Synced: 2025-11-21T02:34:04.331Z (6 months ago)
- Topics: alpine, buildx, curl, docker, generate-dockerimagevariants, git, jq, mysqlclient, openssl, ssh
- Language: PowerShell
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-alpine
[](https://github.com/theohbrothers/docker-alpine/actions/workflows/ci-master-pr.yml)
[](https://github.com/theohbrothers/docker-alpine/releases/)
[](https://hub.docker.com/r/theohbrothers/docker-alpine)
Dockerized alpine with useful tools.
## Tags
| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:3.20-curl-git-jq-ssh`, `:latest` | [View](variants/3.20-curl-git-jq-ssh) |
| `:3.20-curl-mysqlclient-openssl` | [View](variants/3.20-curl-mysqlclient-openssl) |
| `:3.20-pingme` | [View](variants/3.20-pingme) |
| `:3.20-iptables` | [View](variants/3.20-iptables) |
| `:3.20-rsync` | [View](variants/3.20-rsync) |
| `:3.17-curl-git-jq-ssh` | [View](variants/3.17-curl-git-jq-ssh) |
| `:3.17-curl-mysqlclient-openssl` | [View](variants/3.17-curl-mysqlclient-openssl) |
| `:3.17-pingme` | [View](variants/3.17-pingme) |
| `:3.17-iptables` | [View](variants/3.17-iptables) |
| `:3.17-rsync` | [View](variants/3.17-rsync) |
| `:3.15-curl-git-jq-ssh` | [View](variants/3.15-curl-git-jq-ssh) |
| `:3.15-curl-mysqlclient-openssl` | [View](variants/3.15-curl-mysqlclient-openssl) |
| `:3.15-pingme` | [View](variants/3.15-pingme) |
| `:3.15-iptables` | [View](variants/3.15-iptables) |
| `:3.15-rsync` | [View](variants/3.15-rsync) |
| `:3.12-curl-git-jq-ssh` | [View](variants/3.12-curl-git-jq-ssh) |
| `:3.12-curl-mysqlclient-openssl` | [View](variants/3.12-curl-mysqlclient-openssl) |
| `:3.12-pingme` | [View](variants/3.12-pingme) |
| `:3.12-iptables` | [View](variants/3.12-iptables) |
| `:3.12-rsync` | [View](variants/3.12-rsync) |
## Development
Requires Windows `powershell` or [`pwsh`](https://github.com/PowerShell/PowerShell).
```powershell
# Install Generate-DockerImageVariants module: https://github.com/theohbrothers/Generate-DockerImageVariants
Install-Module -Name Generate-DockerImageVariants -Repository PSGallery -Scope CurrentUser -Force -Verbose
# Edit ./generate templates
# Generate the variants
Generate-DockerImageVariants .
```