| 
									
										
										
										
											2022-06-04 23:36:18 +02:00
										 |  |  | # For the remainder of this Dockerfile EXAMPLE_ARG_FOR_DOCKERFILE will be
 | 
					
						
							|  |  |  | # available with a value of 'must_be_available_in_dockerfile', check out the env
 | 
					
						
							| 
									
										
										
										
											2023-10-09 01:33:34 +02:00
										 |  |  | # file at 'env/fqdn_context.env.example' for reference.
 | 
					
						
							| 
									
										
										
										
											2022-06-04 23:36:18 +02:00
										 |  |  | # ARG EXAMPLE_ARG_FOR_DOCKERFILE
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Another env var, this one's needed in the example build step below:
 | 
					
						
							|  |  |  | # ARG NGINX_VERSION
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Example
 | 
					
						
							|  |  |  | # FROM "nginx:${NGINX_VERSION}"
 | 
					
						
							|  |  |  | # RUN apt-get update && \
 | 
					
						
							|  |  |  | #     apt-get -y install \
 | 
					
						
							|  |  |  | #     somepackage-6.q16-6-extra && \
 | 
					
						
							|  |  |  | #     rm -rf /var/lib/apt/lists/*
 |