adobe / aquarium-bait

Aquarium part to build stable and sturdy nested images
Other
3 stars 2 forks source link

Docker misses ansible overrides for url #11

Closed sparshev closed 1 year ago

sparshev commented 2 years ago

Overall the Aquarium Bait works for docker, but poorly. I found that:

Probably it will be possible to use sshd transport ti run the ansible scripts as for the VMX, but not sure about that... But defenetely need to check what to do with overrides.

sparshev commented 1 year ago

Ok, since packer actually provides proxy for ansible provisioner - I think it's worth a simple installing of python into the base image and just run ansible as usual for local VM and not directly in the container. It really simplifies things for us in terms of support of docker images.

Base image still needs shell execute, but it's a minimal run of apt to install python3.