Block a user
powerflower-backup-sidecar (1.0.24)
Published 2026-08-22 16:53:55 +00:00 by pakokord
Installation
docker pull gitea.pakotool.de/pakokord/powerflower-backup-sidecar:1.0.24sha256:3af8d274b6aeb01a77667e1da76266287a5ba0bf463b1df863243790f205f9d2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 708b092ee9 | linux/arm64 | 97 MiB |
Image Layers ( linux/arm64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:0387b3d029de8fa08641ccfaa44c6a4ad07b93035420d53b49783ea27527d153 in / |
| CMD ["/bin/bash"] |
| 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 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && 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=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit |
| ENV ASPNET_VERSION=10.0.11 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| WORKDIR /app |
| ARG TARGETARCH=arm64 |
| RUN |1 TARGETARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl ca-certificates && case "$TARGETARCH" in amd64) SUPER_ARCH=amd64 ;; arm64) SUPER_ARCH=arm64 ;; *) SUPER_ARCH=amd64 ;; esac && curl -fsSL "https://github.com/aptible/supercronic/releases/download/v0.2.33/supercronic-linux-${SUPER_ARCH}" -o /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/publish . # buildkit |
| COPY crontab /etc/crontab # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN |1 TARGETARCH=arm64 /bin/sh -c sed -i 's/\r$//' /entrypoint.sh && chmod +x /entrypoint.sh # buildkit |
| ARG APP_VERSION=1.0.24 |
| RUN |2 TARGETARCH=arm64 APP_VERSION=1.0.24 /bin/sh -c echo -n "${APP_VERSION}" > /app/VERSION # buildkit |
| LABEL org.opencontainers.image.version=1.0.24 |
| ENV ASPNETCORE_URLS=http://+:8082 |
| EXPOSE [8082/tcp] |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 1.0.24 |