To bootstrap a DU4 non-global zone you need to edit /etc/apt/sourses.list and copy sources below (do not forget to make the backup of original sourses.list of global zone: sudo cp /etc/apt/sourses.list /etc/apt/sourses.list.orig):
...
Install a zone using regular commands (zonecfg, zoneadm).
Do not forget to revert the changes in the sources.list file when a non-global zone has been installed (sudo cp /etc/apt/sourses.list.orig /etc/apt/sourses.list).
The last line shall be uncomment if zone planned to be used as build one to have an access to source-packages.
...