Skip to content

Commit

Permalink
Merge pull request #222 from AliyunContainerService/features/security…
Browse files Browse the repository at this point in the history
…-base-image-20211208

Features/security base image 20211208
  • Loading branch information
stormgbs committed Feb 22, 2022
2 parents b06e47b + 472e480 commit 92e29cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN make

FROM alpine:3.11.6

RUN apk --no-cache --update upgrade

COPY --from=build-env /src/github.com/AliyunContainerService/kube-eventer/kube-eventer /
COPY --from=build-env /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Expand Down
4 changes: 3 additions & 1 deletion deploy/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ RUN echo "I am running on $BUILDPLATFORM $BUILDARCH, building for $TARGETPLATFOR
RUN make ARCH=$TARGETARCH


FROM alpine:3.11.6
FROM alpine:3.13
LABEL maintainer="KeyOfSpectator <shichun.fsc@alibaba-inc.com>"

RUN apk --no-cache --update upgrade

COPY --from=build-env /src/github.com/AliyunContainerService/kube-eventer/kube-eventer /
COPY --from=build-env /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Expand Down

0 comments on commit 92e29cc

Please sign in to comment.