mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +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:
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue