From 315c4d4931a55bf31b7edad6154a7663b6099005 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Fri, 13 Dec 2024 13:29:47 -0500 Subject: [PATCH] changelog: Internal, CI, Update image source from dockerhub to AWS Public ECR --- dockerfiles/idp_deploy.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/idp_deploy.Dockerfile b/dockerfiles/idp_deploy.Dockerfile index 9b525d3433c..0c8f56db320 100644 --- a/dockerfiles/idp_deploy.Dockerfile +++ b/dockerfiles/idp_deploy.Dockerfile @@ -6,7 +6,7 @@ # avoid having build-essential and the large-files token be in the # main image. ######################################################################### -FROM ruby:3.3.4-slim as builder +FROM public.ecr.aws/docker/library/ruby:3.3.4-slim as builder # Set environment variables ENV RAILS_ROOT /app @@ -140,7 +140,7 @@ RUN openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 1825 \ ######################################################################### # This is the main image. ######################################################################### -FROM ruby:3.3.4-slim as main +FROM public.ecr.aws/docker/library/ruby:3.3.4-slim as main # Set environment variables ENV RAILS_ROOT /app