Makefile: handle a private registry

This commit is contained in:
Julien Viard de Galbert
2021-04-15 21:12:10 +02:00
parent 166094b5ad
commit 6301503095
2 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
ARG FROM=alpine
FROM alpine AS cni
FROM $FROM AS cni
ARG GOARCH=amd64
ARG CNI_PLUGINS_VERSION=v0.9.1
RUN apk add --no-cache curl && \