exclude everything in /tmp, but keep /tmp itself
There is IMO a bug with image builder that it removes /tmp, in the current setup. This patch makes the image bundle ignore everyting in /tmp, but keeps /tmp on the box.
This commit is contained in:
parent
778568ffed
commit
c7e1681163
|
@ -83,7 +83,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
|
||||||
"-u {{.AccountId}} " +
|
"-u {{.AccountId}} " +
|
||||||
"-c {{.CertPath}} " +
|
"-c {{.CertPath}} " +
|
||||||
"-r {{.Architecture}} " +
|
"-r {{.Architecture}} " +
|
||||||
"-e {{.PrivatePath}} " +
|
"-e {{.PrivatePath}}/* " +
|
||||||
"-d {{.Destination}} " +
|
"-d {{.Destination}} " +
|
||||||
"-p {{.Prefix}} " +
|
"-p {{.Prefix}} " +
|
||||||
"--batch"
|
"--batch"
|
||||||
|
|
Loading…
Reference in New Issue