https://github.com/grmvoid/docker-alpine
🐳 Docker image for Alpine
https://github.com/grmvoid/docker-alpine
alpine docker docker-alpine docker-image dockerfile
Last synced: 2 months ago
JSON representation
🐳 Docker image for Alpine
- Host: GitHub
- URL: https://github.com/grmvoid/docker-alpine
- Owner: grmvoid
- License: mit
- Created: 2023-12-03T16:45:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T05:06:01.000Z (5 months ago)
- Last Synced: 2025-02-01T14:35:25.246Z (4 months ago)
- Topics: alpine, docker, docker-alpine, docker-image, dockerfile
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Quick reference
- **Image based on**:
[alpine](https://hub.docker.com/_/alpine)- **Supported architectures**:
`linux/amd64`, `linux/arm64`- **Maintained by**:
[grmvoid](https://github.com/grmvoid)- **Where to file issues**:
[https://github.com/grmvoid/docker-alpine/issues](https://github.com/grmvoid/docker-alpine/issues?q=)## Supported tags and respective `Dockerfile` links
- `3.19.0`, `3.19`
- `3.18.5`, `3.18.0`
- `edge`## How to usage this image
```Dockerfile
FROM grmvoid/alpine:3.19.0
RUN apk add --no-cache mysql-client
ENTRYPOINT [ "mysql" ]
```## Environment Variables
The php image uses several environment variables which are easy to miss.
| Variable | Default Value | Description |
|---------------|---------------|-------------|
| `PHPIZE_DEPS` | | |## LICENSE
View [license](https://pkgs.alpinelinux.org/packages) information for the software contained in this image.