this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Added org.opencontainers labels

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+4
+4
Dockerfile
··· 26 26 27 27 FROM debian:bookworm-slim 28 28 29 + LABEL org.opencontainers.image.source="https://github.com/astrenoxcoop/supercell" 30 + LABEL org.opencontainers.image.description="A lightweight and configurable atproto feed generator." 31 + LABEL org.opencontainers.image.licenses=MIT 32 + 29 33 RUN set -x \ 30 34 && apt-get update \ 31 35 && apt-get install ca-certificates -y