Configure tagging for specific versions of PHP #200
              
  
  Closed
              
          
                  
                    
                      jaydrogers
                    
                  
                
                  started this conversation in
                Ideas & Feature Requests
              
            Replies: 1 comment
-
| This item will be made available in v3.0: #229 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    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.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
ppa:ondrej/phpare not able to be locked into specific PHP patch versionsProposed Solution
The following changes are proposed to solve the problem above.
Change tagging structure
Current:
serversideup/php:{{version}}-{{variation-name}} # Example: If I wanted to run PHP 8.0 with FPM + NGINX serversideup/php:8.0-fpm-nginxProposed:
serversideup/php-{{variation-name}}:{{php-version}} # Example: If I wanted to run PHP 8.0.14 with FPM + NGINX serversideup/php-fpm-nginx:8.0.14👉 Things to research
Possibly change out
ppa:ondrej/phpfor something elseTo my knowledge, there is not a way to define a specific patch version number to install with
ppa:ondrej/php.Beta Was this translation helpful? Give feedback.
All reactions