-
Building a Template Image using Packer and Ansible
In this guide, we will walk through the process of building template images using Packer and Ansible. We will be using a pre-configured repository that contains all the necessary files and configurations to streamline the build process. By the end of this guide, you will have a solid understanding of how to build images for…
-
How to Automate building a docker container using Packer and Ansible from a templated image
Introduction This guide will help you build a Docker container for the Moonshine-dev application, which is written in Haxe with a Gradle REST API. The container will consist of three layers: See more here about Image Layers in Docker Prerequisites Ensure you have the following software and requirements met: Step 1: Clone the Repository Step…