mirror of https://github.com/linkerd/linkerd2.git
Updated debian image tags (#5249)
Signed-off-by: Agnivesh Adhikari <agnivesh.adhikari@gmail.com>
This commit is contained in:
parent
2e5087b9f6
commit
865aeeabe2
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:buster-20200514-slim
|
FROM debian:buster-20201117-slim
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
curl \
|
curl \
|
||||||
dnsutils \
|
dnsutils \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG RUNTIME_IMAGE=debian:buster-20200514-slim
|
ARG RUNTIME_IMAGE=debian:buster-20201117-slim
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
|
|
||||||
# Precompile key slow-to-build dependencies
|
# Precompile key slow-to-build dependencies
|
||||||
|
|
|
@ -18,7 +18,7 @@ COPY cni-plugin cni-plugin
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -o /go/bin/linkerd-cni -v -mod=readonly ./cni-plugin/
|
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -o /go/bin/linkerd-cni -v -mod=readonly ./cni-plugin/
|
||||||
|
|
||||||
FROM debian:buster-20200514-slim
|
FROM debian:buster-20201117-slim
|
||||||
WORKDIR /linkerd
|
WORKDIR /linkerd
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
iptables \
|
iptables \
|
||||||
|
|
|
@ -43,7 +43,7 @@ ARG TARGETARCH
|
||||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -mod=readonly -o web/web -ldflags "-s -w" ./web
|
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH go build -mod=readonly -o web/web -ldflags "-s -w" ./web
|
||||||
|
|
||||||
## package it all up
|
## package it all up
|
||||||
FROM debian:buster-20200514-slim
|
FROM debian:buster-20201117-slim
|
||||||
WORKDIR /linkerd
|
WORKDIR /linkerd
|
||||||
|
|
||||||
COPY LICENSE .
|
COPY LICENSE .
|
||||||
|
|
Loading…
Reference in New Issue