Automating Azure Image Pipelines with HCP Packer

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • What is HashiCorp Packer? | HashiCorp Packer Tutorial | Hands-on Tutorial with Demos
    Learn about HashiCorp Packer's core components and its capability of codifying and automating image builds. April and Dan will show you how HCP catalogs and provides programmatic discovery of images using Terraform.
    ▬▬▬▬▬▬ TIMESTAMPS ⌚ ▬▬▬▬▬▬
    0:00 - Intro
    00:46 - Intro to HCP Packer
    02:47 - Demo: Packer Template Configuration
    06:44 - Demo: HCP Packer Registry
    08:06 - Packer Code Generators
    08:43 - Image Versioning with Packer
    11:16 - Deploy your Packer image with Terraform
    13:09 - Manage your images in Azure Container Registry
    14:52 - Track all of your multi-cloud and hybrid builds in Packer
    ▬▬▬▬▬▬ WANT TO LEARN MORE? 🚀 ▬▬▬▬▬▬
    🔗GitHub Repo containing all of our code: github.com/danbarr/hcp-packer...
    🔗Packer Documentation: aka.ms/HCPPacker
    🔗Get started with HCP Packer for free: aka.ms/Packer/GettingStarted
    🔗Free Packer Tutorials: aka.ms/HCPPacker/Docs
    ▬▬▬▬▬▬ More DevOps on Azure Resources 🏫 ▬▬▬▬▬▬
    🔗AZ-400 Learning Path: aka.ms/AzDO/AZ400Learning
    🔗Build a virtual machine image in Azure using Packer: aka.ms/PackerAndAzure
    🔗Create your free Azure DevOps account aka.ms/AzureDevOpsStartFree
    🔗Azure Free Credit aka.ms/DevOps/AzureFreeCredit
    🔗DevOps Blogs aka.ms/devopsblog
    👋Connect with April on Twitter - / theapriledwards
    👋Connect with April on LinkedIn - / azureapril
    👋Connect with Dan - / vdanbarr
    🙏Please like and subscribe ✔️ aka.ms/DevOpsLab
    #DevOps #Azure #Learning #Cloud #devopstutorial #terraform #hashicorp #code #infrastructureascode @MicrosoftDeveloper @MicrosoftReactor ​
  • НаукаНаука

Комментарии • 6

  • @AndyR8939
    @AndyR8939 Год назад +1

    Really good overview, thanks!!

  • @lukemurraynz
    @lukemurraynz Год назад +1

    Love it! Thanks!

  • @venkataramanaambati1411
    @venkataramanaambati1411 Год назад +1

    That's really good one but how can we add/set CIS standards level1 level2 into image using this Packer or is it default feature ?

    • @vdanbarr
      @vdanbarr Год назад +1

      Compliance benchmarks like CIS aren't a built-in feature of Packer, but you can accomplish this using provisioners like the shell (script) or Ansible provisioners. These execute during the build to customize your image.