Building Debian based dbab docker container - suntong/dbab-packer GitHub Wiki
dbab
docker container
Building Debian based Note: this is to build a docker container within/based-on Debian, instead of Alpine.
To build with Debian stable (or stable-backports
) docker as the base, use the new dbab
package from local, and produce your own docker image named myid/my-dbab
:
cd build-dbab/; DBAB_NEW=T packer build -only=docker -var build_base=debian:stable-backports -var target_name=myid/my-dbab dbab-docker.json