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}} " +
|
||||
"-c {{.CertPath}} " +
|
||||
"-r {{.Architecture}} " +
|
||||
"-e {{.PrivatePath}} " +
|
||||
"-e {{.PrivatePath}}/* " +
|
||||
"-d {{.Destination}} " +
|
||||
"-p {{.Prefix}} " +
|
||||
"--batch"
|
||||
|
|
Loading…
Reference in New Issue