Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.28 KB

File metadata and controls

47 lines (34 loc) · 1.28 KB

tozd/base

https://gitlab.com/tozd/docker/base

Available as:

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)
  • ubuntu-noble: Ubuntu 24.04 LTS (Noble)
  • ubuntu-resolute: Ubuntu 26.04 LTS (Resolute)
  • 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
  • alpine-318: Alpine 3.18
  • alpine-320: Alpine 3.20
  • alpine-322: Alpine 3.22

Architectures

  • amd64
  • arm64

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, if you need to fork the project there.