pdk-docker revision #1038
              
                Unanswered
              
          
                  
                    
                      da-ar
                    
                  
                
                  asked this question in
                Feature Request
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
The Problem
The pdk-docker image is currently an all-in-one that tries to serve many purposes, which is antithetical to what docker images are supposed to be.
With a growing number of conflicting requirements we believe the solution is to change the purpose of the
PDKimage to be a base image that can be built upon, allowing the community to create their own images built off this base.Proposal
Instead of a single image, multiple tagged images will be published with each one catering to the specific puppet version you wish to run .e.g.
puppet/pdk:puppet7Each image will instead include:
The immediate effect will be the removal of non PDK products from the base image. Popular products like onceover can either be explored as additional tags or separate images.
Beta Was this translation helpful? Give feedback.
All reactions