mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
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:
parent
73c2305a4c
commit
feea266210
1 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,14 @@ name: debian-{system.release}-{system.architecture}-{%y}{%m}{%d}:latest
|
|||
provider:
|
||||
name: docker
|
||||
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:
|
||||
- CMD /bin/bash
|
||||
bootstrapper:
|
||||
|
@ -20,7 +27,6 @@ packages:
|
|||
install:
|
||||
- inetutils-ping
|
||||
- iproute2
|
||||
- netbase
|
||||
volume:
|
||||
backing: folder
|
||||
partitions:
|
||||
|
|
Loading…
Add table
Reference in a new issue