Skip to content

Commit

Permalink
misc: remove statsd from aisnode image
Browse files Browse the repository at this point in the history
Signed-off-by: Prashanth Dintyala <[email protected]>
  • Loading branch information
saiprashanth173 committed Jul 1, 2024
1 parent 575a042 commit d259b8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deploy/prod/k8s/aisnode_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ FROM ubuntu:22.04 as installer

RUN apt-get update -yq \
&& apt-get install -y --no-install-recommends \
ca-certificates \
git

# TODO -- FIXME: remove statsd
RUN cd /opt && git clone https://github.com/etsy/statsd.git && rm -rf statsd/.git

ca-certificates

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 AS builder

Expand All @@ -33,7 +28,6 @@ FROM ubuntu:22.04 as base

# Copy over the binaries.
COPY --from=builder /go/bin /usr/bin/
COPY --from=installer /opt/statsd /opt
COPY --from=installer /etc/ssl /etc/ssl

ENTRYPOINT ["aisnode"]

0 comments on commit d259b8b

Please sign in to comment.