Skip to content

Commit

Permalink
fix target arch
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Sep 10, 2024
1 parent 49d2e95 commit a61fa01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM gcr.io/distroless/static:nonroot
ARG TARGETARCH
ENV SUMMARY="Mailgun Operator Container Image." \
DESCRIPTION="This Docker image contains Mailgun Operator."

LABEL summary="$SUMMARY" \
description="$DESCRIPTION" \
org.opencontainers.image.description="$DESCRIPTION" \
io.k8s.display-name="$SUMMARY" \
io.k8s.description="$DESCRIPTION" \
name="Mailgun Operator" \
Expand Down

0 comments on commit a61fa01

Please sign in to comment.