github.com/cloudfoundry-attic/garden-linux@v0.333.2-candidate/packer/rootfs/fuse/fuse.json (about) 1 { 2 "builders": [ 3 { 4 "type": "docker", 5 "image": "ubuntu:14.04", 6 "export_path": "rootfs/fuse/fuse.tar" 7 } 8 ], 9 "provisioners": [ 10 { 11 "type": "shell", 12 "script": "rootfs/fuse/provision.sh" 13 }, 14 { 15 "type": "shell", 16 "inline": "useradd -m -U alice" 17 } 18 ] 19 } 20