mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
---
|
|
name: debian-{system.release}-{system.architecture}:latest
|
|
provider:
|
|
name: docker
|
|
labels:
|
|
name: debian-{system.release}-{system.architecture}-{%Y}.{%m}.{%d}
|
|
summary: Debian {system.release} {system.architecture}
|
|
description: >-
|
|
Debian {system.release} {system.architecture}, built on: {%Y}.{%m}.{%d}
|
|
distribution-scope: public
|
|
dockerfile:
|
|
- CMD /bin/bash
|
|
bootstrapper:
|
|
workspace: /target
|
|
variant: minbase
|
|
system:
|
|
release: stretch
|
|
architecture: amd64
|
|
bootloader: none
|
|
charmap: UTF-8
|
|
locale: en_US
|
|
timezone: UTC
|
|
volume:
|
|
backing: folder
|
|
partitions:
|
|
type: none
|
|
root:
|
|
filesystem: ext4
|
|
size: 1GiB
|
|
plugins:
|
|
minimize_size:
|
|
# This plugin is used to help implement some of the modifications from Moby's debootstrap
|
|
# https://github.com/moby/moby/blob/e2e5d4bc9da5ba17bb2822909611f8300fdd80f0/contrib/mkimage/debootstrap
|
|
apt:
|
|
# https://github.com/moby/moby/blob/e2e5d4bc9da5ba17bb2822909611f8300fdd80f0/contrib/mkimage/debootstrap#L107
|
|
autoclean: true
|
|
# https://github.com/moby/moby/blob/e2e5d4bc9da5ba17bb2822909611f8300fdd80f0/contrib/mkimage/debootstrap#L132
|
|
languages: [none]
|
|
# https://github.com/moby/moby/blob/e2e5d4bc9da5ba17bb2822909611f8300fdd80f0/contrib/mkimage/debootstrap#L142
|
|
gzip_indexes: true
|
|
# https://github.com/moby/moby/blob/e2e5d4bc9da5ba17bb2822909611f8300fdd80f0/contrib/mkimage/debootstrap#L157
|
|
autoremove_suggests: true
|