hashicorp / docker-hub-images

Automatic builds of container images for Docker Hub
Mozilla Public License 2.0
127 stars 111 forks source link

No Internet in Image #85

Open cccdemon opened 5 years ago

cccdemon commented 5 years ago

Version Packer Latest.

What i try: Creating a Dockercontainer - which uses Packer to create a KVM/qemu Image. So far so good. Everything works fine, but if the build KVM Image tries to access the Internet it fails (while Build is on going)

Packer is able to connect via SSH and doing so stuff, if packer tries to update the created Image, no internetconnection is given.

Just to understand me correct: We use this docker/packer image to create qemu images. We dont generate the Dockerfile with packer!