Skip to content

Commit

Permalink
Add opencontainers metadata to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
anelson committed Sep 6, 2022
1 parent 8bfeaaa commit 2f43acf
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
Expand Up @@ -32,6 +32,8 @@ RUN cargo build --release -p ssstar-cli
####################################################################################################
FROM debian:bullseye-slim

LABEL "org.opencontainers.image.source"="https://github.com/elastio/ssstar"

# Import from builder.
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /etc/group /etc/group
Expand Down

0 comments on commit 2f43acf

Please sign in to comment.