contentgruen-bff (sha256:f5af9bcff4405778c2121a36281c66cafb84fef3dee4579ec4e53e12ef59685c)

Published 2026-08-07 20:10:50 +02:00 by BanSe

Installation

docker pull git.verdigado.com/netzbegruenung-images/contentgruen-bff@sha256:f5af9bcff4405778c2121a36281c66cafb84fef3dee4579ec4e53e12ef59685c
sha256:f5af9bcff4405778c2121a36281c66cafb84fef3dee4579ec4e53e12ef59685c

About this package

Find, rate, and reuse the best political arguments and messaging — instead of writing them from scratch. A crowdsourcing platform with semantic search for green and progressive communication.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu72 libssl3 libstdc++6 tzdata && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=9.0.8
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.8
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
EXPOSE [5054/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "BFF.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-08-07T18:10:46.845Z
org.opencontainers.image.description Find, rate, and reuse the best political arguments and messaging — instead of writing them from scratch. A crowdsourcing platform with semantic search for green and progressive communication.
org.opencontainers.image.licenses AGPL-3.0
org.opencontainers.image.revision 217599ba0704ccc0be60f99f94fc7251d7bec090
org.opencontainers.image.source https://github.com/netzbegruenung/contentgruen
org.opencontainers.image.title contentgruen
org.opencontainers.image.url https://github.com/netzbegruenung/contentgruen
org.opencontainers.image.version 1.0.1
Details
Container
2026-08-07 20:10:50 +02:00
5
OCI / Docker
linux/amd64
AGPL-3.0
91 MiB
Versions (15) View all
sha-7a24180 2026-08-22
main 2026-08-22
latest 2026-08-07
1.0 2026-08-07
1.0.1 2026-08-07