Hi Benni, I did not have anything to do to make subsequent builds pull from the local repo other than publishing that repo and amending my environment as follows: export DISTRO_APT_SOURCE="http://192.168.30.11/apt/foobar" export DISTRO_APT_SOURCE_SEC="none" export DISTRO_SUITE="foobar" export DISTRO_COMPONENTS="main" unset http_proxy # I typically use apt-cacher-ng, not needed when pulling local feeds Cedric Hi Cedric, > > thanks. > > Pulling packages from the local repository for subsequent builds is not > implemented here? > > > Benni > > >