File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.20 as builder
1+ FROM mcr.microsoft.com/oss/go/microsoft/ golang:1.20 as builder
22
33WORKDIR /go/src/github.com/Azure/aks-app-routing-operator
44ADD . .
Original file line number Diff line number Diff line change 1- FROM golang:1.20 as builder
1+ FROM mcr.microsoft.com/oss/go/microsoft/ golang:1.20 as builder
22
33WORKDIR /go/src/e2e
44ADD . .
Original file line number Diff line number Diff line change 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
44RUN mkdir -p /usr/local/kubebuilder/bin
55RUN 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 &&\
You can’t perform that action at this time.
0 commit comments