update
This commit is contained in:
		@@ -43,8 +43,8 @@ RUN case "${BUILD_ARCH}" in \
 | 
				
			|||||||
RUN apk add --no-cache curl tar unzip; \
 | 
					RUN apk add --no-cache curl tar unzip; \
 | 
				
			||||||
    curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \
 | 
					    curl -LO "https://github.com/grafana/loki/releases/download/v${PROMTAIL_VERSION}/promtail-linux-amd64.zip"; \
 | 
				
			||||||
    unzip promtail-linux-amd64.zip; \
 | 
					    unzip promtail-linux-amd64.zip; \
 | 
				
			||||||
    mv promtail-linux-amd64 /data/promtail; \
 | 
					    mv promtail-linux-amd64 /data/promtail-cmd; \
 | 
				
			||||||
    chmod +x /data/promtail; \
 | 
					    chmod +x /data/promtail-cmd; \
 | 
				
			||||||
    rm promtail-linux-amd64.zip;
 | 
					    rm promtail-linux-amd64.zip;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /data/promtail
 | 
					WORKDIR /data/promtail
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -37,4 +37,4 @@ if [ "${log_level}" == "debug" ]; then
 | 
				
			|||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bashio::log.info "Handing over control to Promtail..."
 | 
					bashio::log.info "Handing over control to Promtail..."
 | 
				
			||||||
/data/promtail "${promtail_args[@]}"
 | 
					/data/promtail-cmd "${promtail_args[@]}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user