-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
# imagetool show bootstrap/Debian-9/2018-05-21:00:31:19 | head -1
drwx------ 1 0 0 /
#
The /etc/imaginator/conf.json used:
{
"BootstrapStreams": {
"bootstrap/Debian-9": {
"BootstrapCommand": [
"debootstrap",
"--arch=amd64",
"stretch",
"$dir",
"http://deb.debian.org/debian/"
],
"FilterLines": [
"/etc/hostname",
"/etc/machine-id",
"/var/log/.*"
],
"PackagerType": "deb"
}
},
"ImageStreamsUrl": "file:///etc/imaginator/image-streams.json",
"ImageStreamsToAutoRebuild": [],
"PackagerTypes": {
"deb": {
"CleanCommand": [
"apt-get",
"clean"
],
"InstallCommand": [
"apt-get",
"-q",
"-y",
"--no-install-recommends",
"install"
],
"ListCommand": {
"ArgList": [
"dpkg-query",
"-f",
"${binary:Package} ${Version} ${Installed-Size}\n",
"--show"
],
"SizeMultiplier": 1024
},
"RemoveCommand": [
"apt-get",
"-q",
"--purge",
"-y",
"--allow-remove-essential",
"remove"
],
"UpdateCommand": [
"apt-get",
"-q",
"-y",
"update"
],
"UpgradeCommand": [
"apt-get",
"-q",
"-y",
"-o",
"Dpkg::Options::=--force-confold",
"dist-upgrade"
],
"Verbatim": [
"export DEBIAN_FRONTEND=noninteractive"
]
}
}
}
Metadata
Metadata
Assignees
Labels
No labels