https://github.com/essentialkaos/alpine
Dockerfiles for the latest versions of Alpine with the latest updates
https://github.com/essentialkaos/alpine
alpine alpine-linux docker-image
Last synced: about 1 month ago
JSON representation
Dockerfiles for the latest versions of Alpine with the latest updates
- Host: GitHub
- URL: https://github.com/essentialkaos/alpine
- Owner: essentialkaos
- License: apache-2.0
- Created: 2021-08-17T10:26:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T07:56:58.000Z (over 1 year ago)
- Last Synced: 2025-01-07T09:43:18.822Z (over 1 year ago)
- Topics: alpine, alpine-linux, docker-image
- Language: Shell
- Homepage: https://kaos.sh/d/alpine
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
Usage • Contributing • License
This repository contains Dockerfiles for [Alpine](https://www.alpinelinux.org) 3.19 - 3.23 for automatic image rebuild with the latest packages installed. The resulting images are usually bigger than base images but more secure.
### Usage
Using GitHub Container Registry:
```bash
docker pull ghcr.io/essentialkaos/alpine:3.19
docker pull ghcr.io/essentialkaos/alpine:3.20
docker pull ghcr.io/essentialkaos/alpine:3.21
docker pull ghcr.io/essentialkaos/alpine:3.22
docker pull ghcr.io/essentialkaos/alpine:3.23
```
Using DockerHub:
```bash
docker pull essentialkaos/alpine:3.19
docker pull essentialkaos/alpine:3.20
docker pull essentialkaos/alpine:3.21
docker pull essentialkaos/alpine:3.22
docker pull essentialkaos/alpine:3.23
```
### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)