- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
Using HCL with Packer
While Packer was initially created to allow users to use JSON to describe their desired image builds, it now also supported HashiCorp Configuration Language 2, which has some additional benefits to JSON, such as breaking up our build into reusable files. In this lab, we'll explore creating a parallel Amazon and Docker image build using HCL building blocks.
Lab Info
Table of Contents
-
Challenge
Refactor the Sources
- Review the setup of the current build.
- Notice both builders and how they are set up.
- Let's now re-create the
amazon-ebsbuild as our first source.- Be sure to update the
access_key,secret_key, andsubnet_idwith the values provided on the lab page.
- Be sure to update the
- Save and exit, and then do the same for Docker.
- Save and exit.
-
Challenge
Refactor the Builds
- Review the provisioners, noting how one uses the
onlyoption. This means we need to think about how we break up our build. Let's first create ourproductionbuild. - Add our
devbuild. - Remove the last
shellprovisioner block and update the source.
- Review the provisioners, noting how one uses the
-
Challenge
Test the Build
- Test the build.
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.