Skip to content

Commit

Permalink
Add opencontainers labels to Dockerfile (#410) (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoetzer authored Jan 20, 2022
1 parent f944d3c commit c93b9b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
FROM alpine:3.15.0

LABEL org.opencontainers.image.authors="FairwindsOps, Inc." \
org.opencontainers.image.vendor="FairwindsOps, Inc." \
org.opencontainers.image.title="goldilocks" \
org.opencontainers.image.description="Goldilocks is a utility that can help you identify a starting point for resource requests and limits." \
org.opencontainers.image.documentation="https://goldilocks.docs.fairwinds.com/" \
org.opencontainers.image.source="https://github.com/FairwindsOps/goldilocks" \
org.opencontainers.image.url="https://github.com/FairwindsOps/goldilocks" \
org.opencontainers.image.licenses="Apache License 2.0"

# 'nobody' user in alpine
USER 65534
COPY goldilocks /
Expand Down

0 comments on commit c93b9b4

Please sign in to comment.