Skip to content

Commit

Permalink
chore(dockerfile): add label
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Jan 30, 2024
1 parent 96cf168 commit 15f14cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.nightly
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM bitnami/minideb:bookworm

LABEL org.opencontainers.image.authors="藍+85CD"
LABEL org.opencontainers.image.source = "https://github.com/importantimport/hatsu"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
LABEL org.opencontainers.image.description="Self-hosted & Fully-automated ActivityPub Bridge for Static Sites."

ARG TARGETARCH

COPY target/${TARGETARCH}/hatsu /usr/bin/hatsu
Expand Down

0 comments on commit 15f14cc

Please sign in to comment.