Switch to quay.io for the base images

Change-Id: I3833ff11c8808f21d6effd24a4c294e3045b9513
This commit is contained in:
Sergiy Markin 2024-12-23 14:46:48 +00:00
parent 519e48694d
commit fac52adb38

View File

@ -1,6 +1,6 @@
ARG FROM=public.ecr.aws/ubuntu/ubuntu:jammy ARG FROM=quay.io/airshipit/ubuntu:jammy
# Build the manager binary # Build the manager binary
FROM public.ecr.aws/docker/library/golang:1.23.1-bullseye as builder FROM quay.io/airshipit/golang:1.23.1-bullseye as builder
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH