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
This commit is contained in:
Anders Ingemann 2016-06-07 19:00:42 +02:00
parent 73c2305a4c
commit feea266210

View file

@ -3,7 +3,14 @@ name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}:latest
provider: provider:
name: docker name: docker
labels: labels:
description: Debian {system.release} {system.architecture} 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: dockerfile:
- CMD /bin/bash - CMD /bin/bash
bootstrapper: bootstrapper:
@ -20,7 +27,6 @@ packages:
install: install:
- inetutils-ping - inetutils-ping
- iproute2 - iproute2
- netbase
volume: volume:
backing: folder backing: folder
partitions: partitions: