Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.1 KB

Nantes Métropole's docker-debian

Build Status

This is our work-in-progress home-made tooling to create docker images.

Specifics:

  • trimmed (see here and here)
  • LANG=fr_FR.UTF-8
  • TZ=Europe/Paris
  • Only 1 non-empty layer

Usage

Images are built weekly with travis, and pushed to Docker Hub.

docker pull nantesmetropole/debian:stretch # or jessie or wheezy

We also build them on our local gitlab instance.

Build your own

Configuration is made using environment variables:

# export DIST=jessie
# export DEBOOTSTRAP_VARIANT=minbase
# export DEBOOTSTRAP_MIRROR=http://deb.debian.org/debian
# export DOCKER_USER=nantesmetropole
# export DOCKER_TAG="$DOCKER_USER/debian:$DIST"
# export APT_HTTP_PROXY=auto

make image
make test

License

Apache-2.0, see LICENSE file.