Skip to content

Commit a04d828

Browse files
committed
update builder image to use mcr
1 parent 7375a25 commit a04d828

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 as builder
1+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.20 as builder
22

33
WORKDIR /go/src/github.com/Azure/aks-app-routing-operator
44
ADD . .

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 as builder
1+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.20 as builder
22

33
WORKDIR /go/src/e2e
44
ADD . .

devenv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# convenience dockerfile for unit tests
22
# run make unit from root
3-
FROM golang:1.20
3+
FROM mcr.microsoft.com/oss/go/microsoft/golang:1.20
44
RUN mkdir -p /usr/local/kubebuilder/bin
55
RUN wget -q https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz &&\
66
tar xzf etcd-v3.5.0-linux-amd64.tar.gz &&\

0 commit comments

Comments
 (0)