Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veepee-oss/docker-alpine
Docker images of Alpine.
https://github.com/veepee-oss/docker-alpine
Last synced: 17 days ago
JSON representation
Docker images of Alpine.
- Host: GitHub
- URL: https://github.com/veepee-oss/docker-alpine
- Owner: veepee-oss
- License: isc
- Created: 2019-12-29T13:45:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T22:22:16.000Z (over 1 year ago)
- Last Synced: 2023-10-24T23:24:44.940Z (over 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/vptech/alpine
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# alpine
1. [Overview](#overview)
1. [Description](#description)
1. [Tags](#tags)
1. [Setup](#setup)
1. [Usage](#usage)
1. [Limitations](#limitations)
1. [Development](#development)
1. [Miscellaneous](#miscellaneous)## Overview
Alpine Linux is a security-oriented, lightweight Linux distribution based on
musl libc and busybox.[alpinelinux.org](https://alpinelinux.org/)
## Description
Use this script to build your own base system.
We've included the last ca-certificates files in the repository to ensure that
all of our images are accurates.## Tags
Supported tags.
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
- 3.13
- 3.14
- 3.15, latest## Setup
On Debian, Devuan and Ubuntu you need the following packages:
```bash
sudo apt-get -qq -y install curl
```You also need to be in the docker group to use Docker.
```bash
sudo usermod -a -G docker ${USER}
```Finally you need to login on Docker Hub.
```bash
docker login
```## Usage
You first need to choose which dist between 3.5, 3.6, 3.7, 3.8, 3.9, 3.10,
3.11, 3.12 or 3.13 you want (3.13 will be the 'latest' tag) and you need to
choose you user (or organization) name on Docker Hub.Show help.
```bash
./build.sh -h
```Build your own Alpine image (eg. 3.12).
```bash
./build.sh -d 3.12 -u vptech
```Build your own Alpine image (eg. 3.13) and push it on the Docker Hub.
```bash
./build.sh -d 3.13 -u vptech -p
```## Limitations
Only work on Debian, Devuan and Ubuntu.
## Development
Please read carefully [CONTRIBUTING.md](CONTRIBUTING.md) before making a merge
request.## Miscellaneous
```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```