Switched over to odit hosted images as the source images for better performance
This commit is contained in:
		@@ -46,7 +46,7 @@ ARG CONFIG="\
 | 
			
		||||
		--add-module=/usr/src/ngx_brotli \
 | 
			
		||||
	"
 | 
			
		||||
 | 
			
		||||
FROM alpine:3.14
 | 
			
		||||
FROM registry.odit.services/hub/library/alpine:3.14
 | 
			
		||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
 | 
			
		||||
 | 
			
		||||
ARG NGINX_VERSION
 | 
			
		||||
@@ -131,7 +131,7 @@ RUN \
 | 
			
		||||
			| xargs -r apk info --installed \
 | 
			
		||||
			| sort -u > /tmp/runDeps.txt
 | 
			
		||||
 | 
			
		||||
FROM alpine:3.14
 | 
			
		||||
FROM registry.odit.services/hub/library/alpine:3.14
 | 
			
		||||
ARG NGINX_VERSION
 | 
			
		||||
 | 
			
		||||
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user