Automating Azure Image Pipelines with HCP Packer

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 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.