Block a user
fireflycustomimporter (1.0.0)
Published 2026-04-06 11:05:23 -03:00 by joaonloureiro
Installation
docker pull gitea.joaoloureiro.dev.br/joaonloureiro/fireflycustomimporter:1.0.0sha256:068c7608072fedb1200fa9f75e807d1ba5842ff1b84ea7ca797ada77bfde6134
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c7578a3780 | linux/amd64 | 132 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:0f6466425c4f1800aae9224ddc3437b90c829cea58fb8edd5dde2f1eb0ee28da 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.5 |
| 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.5 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends tzdata curl && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/publish ./ # buildkit |
| RUN /bin/sh -c mkdir -p /app/config /app/data && groupadd -r appuser && useradd -r -g appuser -d /app -s /sbin/nologin appuser && chown -R appuser:appuser /app # buildkit |
| VOLUME [/app/config] |
| VOLUME [/app/data] |
| USER appuser |
| ENV ASPNETCORE_URLS=http://+:5000 |
| EXPOSE [5000/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/health || exit 1"] "1m0s" "10s" "10s" "0s" '\x03'} |
| ENTRYPOINT ["dotnet" "FireflyCustomImporter.dll"] |
Labels
| Key | Value |
|---|---|
| com.microsoft.created-by | visual-studio |
| com.microsoft.visual-studio.project-name | FireflyCustomImporter |
| org.opencontainers.image.version | 24.04 |