Skip to content

Commit

Permalink
chore(*) update base image for kuma-dp (#2881)
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lobkov <ilya.lobkov@konghq.com>
(cherry picked from commit f8791fc)
  • Loading branch information
lobkovilya authored and mergify-bot committed Oct 4, 2021
1 parent 71d3c44 commit 83c8662
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/releases/dockerfiles/Dockerfile.kuma-dp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# using Envoy's base to inherit the Envoy binary
FROM envoyproxy/envoy-alpine:v1.18.4
FROM frolvlad/alpine-glibc:alpine-3.14_glibc-2.33

COPY --from=envoyproxy/envoy-alpine:v1.18.4 /usr/local/bin/envoy /usr/local/bin

ADD $KUMA_ROOT/build/artifacts-linux-amd64/kuma-dp/kuma-dp /usr/bin
ADD $KUMA_ROOT/build/artifacts-linux-amd64/coredns/coredns /usr/bin
Expand Down

0 comments on commit 83c8662

Please sign in to comment.