Skip to content

Commit

Permalink
move to distroless image
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell committed Jun 19, 2024
1 parent e939dd3 commit 86d45be
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
FROM ubuntu:22.04

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
apt-get -y install -y \
ca-certificates libssl1.1 vim htop iotop sysstat \
dstat strace lsof curl jq tzdata && \
rm -rf /var/cache/apt /var/lib/apt/lists/*

RUN rm /etc/localtime && ln -snf /usr/share/zoneinfo/America/Montreal /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
FROM gcr.io/distroless/base-debian12:latest

ADD /substreams-sink-sql /app/substreams-sink-sql

Expand Down

0 comments on commit 86d45be

Please sign in to comment.