mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 18:54:07 +00:00
Use debian:stable-slim
as the base
This commit is contained in:
parent
20ffe2a2de
commit
c55adcd357
@ -13,7 +13,7 @@ RUN npm run build
|
|||||||
|
|
||||||
|
|
||||||
### Base of the builder image
|
### Base of the builder image
|
||||||
FROM golang:1.17-buster AS builder-base
|
FROM golang:1.17-bullseye AS builder-base
|
||||||
|
|
||||||
# Set necessary environment variables needed for our image.
|
# Set necessary environment variables needed for our image.
|
||||||
ENV CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH}
|
ENV CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH}
|
||||||
@ -83,7 +83,7 @@ RUN cd .. && /bin/bash build_extensions.sh
|
|||||||
|
|
||||||
### The shipped image
|
### The shipped image
|
||||||
ARG ARCH=amd64
|
ARG ARCH=amd64
|
||||||
FROM up9inc/debian-pcap:buster-slim-${ARCH}
|
FROM up9inc/debian-pcap:stable-slim-${ARCH}
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user