An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GitHub Actions CD Status

UsageContributingLicense


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)