Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T10:46:21.000Z (8 months ago)
- Last Synced: 2024-04-27T11:41:29.513Z (8 months ago)
- Topics: alpine, buildx, curl, docker, generate-dockerimagevariants, git, jq, mysqlclient, openssl, ssh
- Language: Dockerfile
- Homepage:
- Size: 136 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
[![github-actions](https://github.com/theohbrothers/docker-alpine/actions/workflows/ci-master-pr.yml/badge.svg?branch=master)](https://github.com/theohbrothers/docker-alpine/actions/workflows/ci-master-pr.yml)
[![github-release](https://img.shields.io/github/v/release/theohbrothers/docker-alpine?style=flat-square)](https://github.com/theohbrothers/docker-alpine/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/theohbrothers/docker-alpine/latest)](https://hub.docker.com/r/theohbrothers/docker-alpine)Dockerized alpine with useful tools.
## Tags
| Tag | Dockerfile Build Context |
|:-------:|:---------:|
| `:3.17-curl-git-jq-ssh`, `:latest` | [View](variants/3.17-curl-git-jq-ssh) |
| `:3.17-curl-mysqlclient-openssl` | [View](variants/3.17-curl-mysqlclient-openssl) |
| `: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-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-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 .
```