mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-28 01:14:28 -04:00 
			
		
		
		
	Manifest list digests can be found with: ```sh docker buildx imagetools inspect python:3.11.4-bullseye docker buildx imagetools inspect python:3.11.4-slim-bullseye docker buildx imagetools inspect ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17 ``` The node images are pinned in #2736 Fixes #2751 Partially fixes #2752
		
			
				
	
	
		
			10 lines
		
	
	
		
			339 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			339 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.0-alpine3.17@sha256:e57300e9f60e521c5af3ec8fdc710285a371647e8033bcb8a36020c4394db3e3
 | |
| 
 | |
| COPY LICENSE /licenses/LICENSE.txt
 | |
| COPY LICENSE /LICENSE
 | |
| 
 | |
| COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
 | |
| COPY 15-set-env-variables.envsh /docker-entrypoint.d
 | |
| 
 | |
| COPY templates/ /etc/nginx/templates
 |