Skip to content

Commit

Permalink
build: adopt chainguard busybox image as base for ns1_exporter container
Browse files Browse the repository at this point in the history
Chainguard is awesome.

This adopts the chainguard busybox image as the base image when building
ns1_exporter's container/for release image builds.
  • Loading branch information
tjhop committed Aug 6, 2024
1 parent 3d1838b commit 5fa4cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest as certs
RUN apk update && apk add ca-certificates

FROM busybox:latest
FROM cgr.dev/chainguard/busybox:latest
COPY --from=certs /etc/ssl/certs /etc/ssl/certs

COPY ns1_exporter /usr/bin/ns1_exporter
Expand Down

0 comments on commit 5fa4cf1

Please sign in to comment.