cjtibule
  • Joined on 2024-03-13

yaba/api (sha256:eb068e51f5d0fc0dbaf2296f92e08e00ab367c0a10062b5b1e3f3f702b2dca0b)

Published 2024-04-07 20:39:29 -05:00 by cjtibule in cjtibule/YABA

Installation

docker pull gitea.ctibule.ca/cjtibule/yaba/api@sha256:eb068e51f5d0fc0dbaf2296f92e08e00ab367c0a10062b5b1e3f3f702b2dca0b
sha256:eb068e51f5d0fc0dbaf2296f92e08e00ab367c0a10062b5b1e3f3f702b2dca0b

Image Layers

ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in /
CMD ["/bin/sh"]
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates krb5-libs libgcc libintl libssl3 libstdc++ zlib # buildkit
ENV DOTNET_VERSION=6.0.28
RUN /bin/sh -c wget -O dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$DOTNET_VERSION/dotnet-runtime-$DOTNET_VERSION-linux-musl-x64.tar.gz && dotnet_sha512='751ba56cc0d83f589930292260b9dbab3ff13774e1415f9bb6be4c94f8c46f98e0a6336085d7cf02cbea09bd690f5ca9e642adb73385fa8afb42e4a91b965f29' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -oxzf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=6.0.28
RUN /bin/sh -c wget -O aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$ASPNET_VERSION/aspnetcore-runtime-$ASPNET_VERSION-linux-musl-x64.tar.gz && aspnetcore_sha512='74cf511026f5d5926bd4a16b88c711b87810265d85d5c9ed54b12b63c06f584fd4a4053c77d71c4818e8eff187ea31682defb001c19d8176e326afb42f8af255' && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - && tar -oxzf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App && rm aspnetcore.tar.gz # buildkit
WORKDIR /app
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
ENV ASPNETCORE_Environment=
ENV ASPNETCORE_Authentication__Auth0__ClientId=
ENV ASPNETCORE_Authentication__Auth0__ClientSecret=
ENV ASPNETCORE_Authentication__Auth0__Domain=
ENV ASPNETCORE_Authentication__Auth0__Identifier=
ENV ASPNETCORE_ConnectionStrings__YABAReadOnlyDbConnectionString=
ENV ASPNETCORE_ConnectionStrings__YABAReadWriteDbConnectionString=
ENV WebClient__Url=
ENV Serilog__WriteTo__1__Args__Uri=
ENV Serilog__WriteTo__1__Args__Labels__1__Value=
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "YABA.API.dll"]

Labels

Key Value
org.opencontainers.image.created 2024-04-08T01:37:52Z
org.opencontainers.image.revision d83b13c093d493e8a0bb8c73148ad0570e7a3fea
org.opencontainers.image.source https://gitea.iwanaga.moe/cjtibule/YABA.git
org.opencontainers.image.url https://gitea.iwanaga.moe/cjtibule/YABA
Details
Container
2024-04-07 20:39:29 -05:00
1
OCI / Docker
linux/amd64
49 MiB
Versions (7) View all
0.1.0 2024-04-10
latest 2024-04-10
0.1.0-rc01 2024-04-10
0.1.0-dev03 2024-04-09
latest-dev 2024-04-09