Merge "Updated base image docker repo url"

This commit is contained in:
Zuul 2024-12-19 21:59:39 +00:00 committed by Gerrit Code Review
commit db33bcbe73

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