Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tozd/docker-base
Base Docker image. Read-only mirror of https://gitlab.com/tozd/docker/base
https://github.com/tozd/docker-base
alpine docker docker-image ubuntu
Last synced: 3 months ago
JSON representation
Base Docker image. Read-only mirror of https://gitlab.com/tozd/docker/base
- Host: GitHub
- URL: https://github.com/tozd/docker-base
- Owner: tozd
- Created: 2014-12-15T07:50:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:34:20.000Z (about 1 year ago)
- Last Synced: 2024-07-10T16:00:35.348Z (4 months ago)
- Topics: alpine, docker, docker-image, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-starts - tozd/docker-base - Base Docker image. Read-only mirror of https://gitlab.com/tozd/docker/base (ubuntu)
README
# tozd/base
Available as:
- [`tozd/base`](https://hub.docker.com/r/tozd/base)
- [`registry.gitlab.com/tozd/docker/base`](https://gitlab.com/tozd/docker/base/container_registry)## Tags
- `ubuntu-trusty`: Ubuntu 14.04 LTS (Trusty)
- `ubuntu-xenial`: Ubuntu 16.04 LTS (Xenial)
- `ubuntu-bionic`: Ubuntu 18.04 LTS (Bionic)
- `ubuntu-focal`: Ubuntu 20.04 LTS (Focal)
- `ubuntu-jammy`: Ubuntu 22.04 LTS (Jammy)
- `alpine-38`: Alpine 3.8
- `alpine-310`: Alpine 3.10
- `alpine-312`: Alpine 3.12
- `alpine-314`: Alpine 3.14
- `alpine-316`: Alpine 3.16## Description
Base Docker images used for other Docker images.
It configures UTC as a container timezone and `en_US.UTF-8` for container's locale.
All images are rebuild daily to get any latest (security) updates from
the underlying distribution.
If you do the same in your image (which extends any of these images), you will
get those updates as well.## GitHub mirror
There is also a [read-only GitHub mirror available](https://github.com/tozd/docker-base),
if you need to fork the project there.