bootstrap-vz/manifests/examples/docker/jessie-minimized.yml
Anders Ingemann feea266210 docker: Add some more labeling to the example manifest
Also remove netbase as an explicit install.
It's only there because of the ping pkg
2016-06-07 22:02:39 +02:00

46 lines
986 B
YAML

---
name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}:latest
provider:
name: docker
labels:
summary: Debian {system.release} {system.architecture}
description: >
Minimized version of Debian jessie
without any manpages, additional documentation
or other language files.
Additional package installs:
inetutils-ping (dep: netbase) and iproute2
distribution-scope: public
dockerfile:
- CMD /bin/bash
bootstrapper:
workspace: /target
variant: minbase
system:
release: jessie
architecture: amd64
bootloader: none
charmap: UTF-8
locale: en_US
timezone: UTC
packages:
install:
- inetutils-ping
- iproute2
volume:
backing: folder
partitions:
type: none
root:
filesystem: ext4
size: 1GiB
plugins:
minimize_size:
apt:
autoclean: true
languages: [none]
gzip_indexes: true
autoremove_suggests: true
dpkg:
locales: []
exclude_docs: true