setup-packer icon indicating copy to clipboard operation
setup-packer copied to clipboard

fix: Add Ansible on Dockerfile + Hardening alpine packages

Open jveraduran opened this issue 2 years ago • 0 comments

What problem is this solving?

Ansible provisioner not working, because in the base image ansible package was not included

Types of changes

  • [X] Dockerfile: Including ansible package

  • [X] Dockerfile: Upgrade son package with vulnerabilities:

  • CVE-2022-32207: curl from 7.83.1-r1 to 7.83.1-r2

  • CVE-2022-32206: curl from 7.83.1-r1 to 7.83.1-r2

  • CVE-2022-32208: curl from 7.83.1-r1 to 7.83.1-r2

  • CVE-2022-32205: curl from 7.83.1-r1 to 7.83.1-r2

  • CVE-2022-30065: busybox from 1.35.0-r13 to 1.35.0-r15

  • CVE-2022-29187: git from 2.36.1-r0 to 2.36.2-r0

  • CVE-2022-2097: openssl from 1.1.1o-r0 to 1.1.1q-r0

  • CVE-2022-34903: gnupg from 2.2.35-r3 to 2.2.35-r4

Additional Info

Checklist

  • [X] Bug fix (a non-breaking change which fixes an issue)
  • [X] New feature (a non-breaking change which adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change)
  • [] Requires change to documentation, which has been updated accordingly.
  • [X] Unit test (Add or update unit test)

Screenshots

Captura de Pantalla 2022-07-30 a la(s) 17 10 34

jveraduran avatar Jul 30 '22 21:07 jveraduran