File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Use the official Ruby image because the Rails images have been deprecated
2- FROM ruby:3.4.5-slim as build
2+ FROM public.ecr.aws/docker/library/ ruby:3.4.5-slim as build
33
44RUN apt-get update && \
55 apt-get install -y \
@@ -46,7 +46,7 @@ RUN mkdir -p /usr/local/share/aws \
4646
4747
4848# Switch to base image
49- FROM ruby:3.4.5-slim
49+ FROM public.ecr.aws/docker/library/ ruby:3.4.5-slim
5050WORKDIR /pivcac
5151
5252RUN apt-get update && \
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.9-slim-bookworm
1+ FROM public.ecr.aws/docker/library/ ruby:3.4.9-slim-bookworm
22
33SHELL ["/bin/bash" , "-c" ]
44
Original file line number Diff line number Diff line change 11# this part builds everything
2- FROM ruby:3.4.1-slim-bullseye as builder
2+ FROM public.ecr.aws/docker/library/ ruby:3.4.1-slim-bullseye as builder
33
44# Set environment variables
55ENV RAILS_ROOT /app
@@ -53,7 +53,7 @@ RUN bundle binstubs --all
5353
5454# ####################################################
5555# here is where the actual image gets built
56- FROM ruby:3.4.1-slim-bullseye
56+ FROM public.ecr.aws/docker/library/ ruby:3.4.1-slim-bullseye
5757
5858SHELL ["/bin/bash" , "-c" ]
5959
You can’t perform that action at this time.
0 commit comments