cp-ansible icon indicating copy to clipboard operation
cp-ansible copied to clipboard

Replace geerlingguy docker images with our custom images

Open utkarsh5474 opened this issue 1 year ago • 1 comments

Description

Blocked by https://confluentinc.atlassian.net/browse/DP-9709 Currently, these images have been pushed to utkarsh5474 dockerhub account. We're waiting on devprod to allow pushing these to confluentinc dockerhub public repo This repo hosts all the image dockerfiles.

Fixes # (ANSIENG-1926)

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

How Has This Been Tested?

All tests on 7.0.x are green. After pint merge, we might have to fix on downstream branches We might also have to introduce ansible_python_interpretor var to ensure it's picking the correct python version (7.3 onwards mostly)

Test Configuration:

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [ ] Any variable changes have been validated to be backwards compatible

utkarsh5474 avatar Nov 23 '22 09:11 utkarsh5474