From e7a168fe8b604a4cede7063e6141c9efe18bfd2b Mon Sep 17 00:00:00 2001 From: "Sellers, Chris G" Date: Mon, 23 Jan 2023 13:05:24 -0500 Subject: [PATCH] Switch to use Artifactory to avoid rate limit Please use docker-virtual for all image pulls from Dockerhub or related cached repositories. Failure to do so will cause service outage, build failures, or other problems with your system and it will happen randomly and unexpectedly. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06120d7..2d912f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # Run image as virtual host (read more: https://github.com/jwilder/nginx-proxy): # docker run -e VIRTUAL_HOST=angular-starter.your-domain.com --name angular-starter angular-starter & -FROM nginx:1.13.0-alpine +FROM docker-vitual.artifactory.acorn.cirrostratus.org/nginx:1.13.0-alpine # install console and node RUN apk add --no-cache bash=4.3.46-r5 &&\