Updated base image docker repo url

Also updated Golang image base repo.

Change-Id: I8928a2f44a2457fcff7be85fe48746e6648dee60
This commit is contained in:
Sergiy Markin 2024-12-19 19:54:22 +00:00
parent 97adcb5e2d
commit ffcd51e002

View File

@ -18,9 +18,9 @@
# 429 Too Many Requests - Server message: too many requests:
# You have reached your pull rate limit.
# You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
ARG FROM=public.ecr.aws/ubuntu/ubuntu:jammy
ARG FROM=public.ecr.aws/docker/library/ubuntu:jammy
FROM golang:1.22.7 as baclient_builder
FROM public.ecr.aws/docker/library/golang:1.23.1-bullseye as baclient_builder
COPY ./tools/baclient_build.sh /tmp/drydock/
COPY ./go /tmp/drydock/go