hive-billing (master-224-linux-arm64)

Published 2025-01-12 20:31:39 +00:00 by snr

Installation

docker pull git.joco.dk/joco/hive-billing:master-224-linux-arm64
sha256:f83e1d831767a31878fed4aa4bc0d1e5f2c058988f6de0b4e397e382c0bb7d39

Image layers

# debian.sh --arch 'arm64' out/ 'bullseye' '@1734912000'
LABEL maintainer=Søren Rasmussen <sr@joco.dk>
ENV DEBIAN_FRONTEND=noninteractive
ENV DOTNET_RUNNING_IN_CONTAINER=1
ENV DOTNET_RUNNING_IN_CONTAINERS=1
WORKDIR /app
COPY /app ./ # buildkit
RUN /bin/sh -c set -ex && apt-get update && apt-get install --yes --no-install-recommends tini libicu67 && rm -rf /var/cache/apt && ln -s /secrets/appsettings.json appsettings.Production.json && adduser --system --home=/app --no-create-home hive # buildkit
USER hive
ENTRYPOINT ["/usr/bin/tini"]
CMD ["/app/billing"]

Labels

Key Value
maintainer Søren Rasmussen <sr@joco.dk>
org.opencontainers.image.created 2025-01-12T20:28:46Z
org.opencontainers.image.revision bb0cd10bb59d4bc3af310317398ef51bd27bdc80
org.opencontainers.image.source https://git.joco.dk/joco/hive-billing.git
org.opencontainers.image.url https://git.joco.dk/joco/hive-billing
Details
Container
2025-01-12 20:31:39 +00:00
5
OCI / Docker
linux/arm64
108 MiB
Versions (5) View all
master-224 2025-01-12
master-223 2025-01-12
master-222 2025-01-12