Merge pull request #3108 from nisar-med/master
Update newrelic PHP Agent version to support PHP 8.x
This commit is contained in:
		@@ -1149,7 +1149,7 @@ ARG NEW_RELIC_KEY=${NEW_RELIC_KEY}
 | 
				
			|||||||
ARG NEW_RELIC_APP_NAME=${NEW_RELIC_APP_NAME}
 | 
					ARG NEW_RELIC_APP_NAME=${NEW_RELIC_APP_NAME}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN if [ ${NEW_RELIC} = true ]; then \
 | 
					RUN if [ ${NEW_RELIC} = true ]; then \
 | 
				
			||||||
  curl -L http://download.newrelic.com/php_agent/archive/9.9.0.260/newrelic-php5-9.9.0.260-linux.tar.gz | tar -C /tmp -zx && \
 | 
					  curl -L http://download.newrelic.com/php_agent/release/newrelic-php5-9.18.1.303-linux.tar.gz | tar -C /tmp -zx && \
 | 
				
			||||||
  export NR_INSTALL_USE_CP_NOT_LN=1 && \
 | 
					  export NR_INSTALL_USE_CP_NOT_LN=1 && \
 | 
				
			||||||
  export NR_INSTALL_SILENT=1 && \
 | 
					  export NR_INSTALL_SILENT=1 && \
 | 
				
			||||||
  /tmp/newrelic-php5-*/newrelic-install install && \
 | 
					  /tmp/newrelic-php5-*/newrelic-install install && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user